Advertisement
Guest User

Ffmpeg exr2dnxhd

a guest
Jan 23rd, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Trying to convert Linear EXR to Rec.709 Lossless DnxHD :
  2. Current Command :
  3.  
  4. ffmpeg -apply_trc bt709 -start_number 1001 -i <input.%04d.exr> -filter_complex "colormatrix=bt601:bt709" -vcodec dnxhd -s 1920x1080 -b:v 440M -pix_fmt yuv444p -r 25 -an <output.avi>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement