Created
          February 19, 2020 10:24 
        
      - 
      
- 
        Save ruinunes/9aae71a7fb71477afe40a89c683a8453 to your computer and use it in GitHub Desktop. 
    Convert .mov to .gif with ffmpeg and gifsicle
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ffmpeg -i some_movie.mov -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > some_movie.gif | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment