Created
August 28, 2015 02:47
-
-
Save simplesessions/b1d1608a3b5a0595092a to your computer and use it in GitHub Desktop.
Converting video to uncompressed AVI
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 "$in_file" -vcodec rawvideo -pix_fmt uyvy422 -vtag 2vuy -acodec $audio-codec "$out_file" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment