mirror of
				https://github.com/mastodon/mastodon.git
				synced 2025-10-28 19:51:35 +00:00 
			
		
		
		
	Add vsync -cfr option when converting gif to webm
This commit is contained in:
		
							parent
							
								
									79b08c5f0a
								
							
						
					
					
						commit
						6382ef2bc6
					
				|  | @ -62,9 +62,10 @@ class MediaAttachment < ApplicationRecord | |||
|             format: 'webm', | ||||
|             convert_options: { | ||||
|               output: { | ||||
|                 'c:v' => 'libvpx', | ||||
|                 'crf' => 4, | ||||
|                 'b:v' => '500K', | ||||
|                 'c:v'   => 'libvpx', | ||||
|                 'crf'   => 4, | ||||
|                 'b:v'   => '500K', | ||||
|                 'vsync' => 'cfr', | ||||
|               }, | ||||
|             }, | ||||
|           }, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Eugen Rochko
						Eugen Rochko