Skip to content

Instantly share code, notes, and snippets.

@Lewuathe
Created April 1, 2013 03:38
Show Gist options
  • Select an option

  • Save Lewuathe/5283138 to your computer and use it in GitHub Desktop.

Select an option

Save Lewuathe/5283138 to your computer and use it in GitHub Desktop.
same quality cat with ffmpeg1.2 ref: http://qiita.com/items/0180586de9e4e070d500
$ ffmpeg -i input1.MOV -qscale 0 input1.mpg
# ffmpeg -i input2.MOV -qscale 0 input2.mpg
$ ffmpeg -i input3.MOV -qscale 0 input3.mpg
$ cat *.mpg > output.mpg
$ ffmpeg -i output.mpg -vf transpose=1 -strict -2 -qscale 0 output.MOV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment