Skip to content

Instantly share code, notes, and snippets.

@tatic0
Created September 9, 2018 20:15
Show Gist options
  • Save tatic0/bf9caf9f88dd8092b5fe27d7f2d76fe8 to your computer and use it in GitHub Desktop.
Save tatic0/bf9caf9f88dd8092b5fe27d7f2d76fe8 to your computer and use it in GitHub Desktop.
convert files from my action cameras to .mov for DaVinci Resolve
file=`basename $1`
ffmpeg -i "$1" -c:v mpeg4 -q:v 5 -c:a pcm_s16le "${file%.*}.mov"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment