Created
April 1, 2013 03:38
-
-
Save Lewuathe/5283138 to your computer and use it in GitHub Desktop.
same quality cat with ffmpeg1.2 ref: http://qiita.com/items/0180586de9e4e070d500
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 input1.MOV -qscale 0 input1.mpg | |
| # ffmpeg -i input2.MOV -qscale 0 input2.mpg | |
| $ ffmpeg -i input3.MOV -qscale 0 input3.mpg |
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
| $ cat *.mpg > output.mpg |
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 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