On Tue, Jan 4, 2022 at 9:43 AM Matt C <[email protected]> wrote: > > Looking closer I see your note on pix_fmt, I will try with yuv422p10 > > ffmpeg -i /home/matt/VideoTests/1080i_TS_SampleFileCC.mpg-pix_fmt -ar:a 48000 > yuv422p10 -s 1920x1080 -r 30000/1001 -f decklink -a53cc 0 -map 0 -vcodec v210 > "DeckLink SDI 4K"
So the vast majority of those args are unnecessary given the file. Assuming you've properly built with libklvanc support it should play just fine including captions using: ffmpeg -i /home/matt/VideoTests/1080i_TS_SampleFileCC.mpg-pix_fmt -f decklink -vcodec v210 "DeckLink SDI 4K" Did you add "--enable-libklvanc" to the ./configure line? That is needed for the libklvanc library to be included in ffmpeg. Devin -- Devin Heitmueller, Senior Software Engineer LTN Global Communications o: +1 (301) 363-1001 w: https://ltnglobal.com e: [email protected] _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
