Skip to content

Instantly share code, notes, and snippets.

@jengo
Created August 4, 2017 01:38
Show Gist options
  • Save jengo/2a410aa68b12dcb08b123c38909ccd49 to your computer and use it in GitHub Desktop.
Save jengo/2a410aa68b12dcb08b123c38909ccd49 to your computer and use it in GitHub Desktop.
docker ffmpeg inspire 1 footage to prores 422
export FILE=DJI_0027.MOV
docker run -v `pwd`:/workspace jrottenberg/ffmpeg -i /workspace/$FILE -vcodec prores_ks -threads 4 -profile:v 3 -vcodec copy /workspace/prores422-$FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment