Skip to content

Instantly share code, notes, and snippets.

@bradcordeiro
Created February 21, 2018 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bradcordeiro/40b97dacbe7946f00d6a378e360df76e to your computer and use it in GitHub Desktop.
Save bradcordeiro/40b97dacbe7946f00d6a378e360df76e to your computer and use it in GitHub Desktop.
FFmpeg Command to Transcode DNxHR for Avid Media Composer
# Change number following -profile:v to encode different flavors of DNxHR
# 1: DNxHR 444
# 2: DNxHR HQX
# 3: DNxHR HQ
# 4: DNxHR SQ
# 5: DNxHR LB
ffmpeg -i ${INPUT} -c:v dnxhd -profile:v 3 -c:a pcm_s24le ${OUTPUT}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment