Created
August 4, 2017 01:38
-
-
Save jengo/2a410aa68b12dcb08b123c38909ccd49 to your computer and use it in GitHub Desktop.
docker ffmpeg inspire 1 footage to prores 422
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
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