Skip to content

Instantly share code, notes, and snippets.

@simplesessions
Created August 28, 2015 02:47
Show Gist options
  • Select an option

  • Save simplesessions/b1d1608a3b5a0595092a to your computer and use it in GitHub Desktop.

Select an option

Save simplesessions/b1d1608a3b5a0595092a to your computer and use it in GitHub Desktop.
Converting video to uncompressed AVI
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