Skip to content

Instantly share code, notes, and snippets.

@tin2tin
Forked from bradcordeiro/transcode_for_avid.sh
Created May 26, 2020 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tin2tin/95f5402a968f1313eaf69b431c78aaf1 to your computer and use it in GitHub Desktop.
Save tin2tin/95f5402a968f1313eaf69b431c78aaf1 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