From: "Tomas Härdin" <git@haerdin.se> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] what AVCodecID to use for copying full vanc data between .mxf and .mcc Date: Wed, 23 Jul 2025 22:01:32 +0200 Message-ID: <fc785db1d19dfcb029ed26c9732db5189cdcd40b.camel@haerdin.se> (raw) In-Reply-To: <BA1AF333-E931-47A8-AC04-35E6646EC7D7@gmail.com> tis 2025-07-22 klockan 13:56 -0700 skrev Jacob Lifshay: > On July 22, 2025 5:21:24 AM PDT, "Tomas Härdin" <git@haerdin.se> > > * combining 436M and video essence to a full frame for playout > iirc ffmpeg architecturally doesn't support merging a 608 stream into > video side data since bitstream filters only have one input and > avframe filters don't support subtitles. I've had to work around that > with custom code in casparcg. 436m data is similar. Perhaps I should have made it clear that I'm just spitballing what kind of workflows we should keep in mind with this stuff. I'm not suggesting we need to add support for everything right away. Just that we should take steps toward a sane architecture for all this stuff. I'm not sure what that would be though > > > > > * add a new AVCodecID for mxf vbi_vanc_smpte_436M > > > * change the muxers/demuxers to be able to use > > > AV_CODEC_ID_SMPTE_KLV > > > or AV_CODEC_ID_SMPTE_2038 (they hold the full vanc packets, > > > right?) > > > > Having key and length as part of the "essence" for these types of > > streams sounds wrong and cursed. Shouldn't we do the same thing we > > do > > for audio and video, and convert either to some common format? > > sure, for now I've picked 436m as the common format and left other > vanc formats <-> 436m bitstream filters for others to implement. > > > Otherwise, wouldn't we need to write BSFs for the outer product of > > every type of ANC "codec"? > > technically you can chain bsfs using av_bsf_list_finalize so we just > have to support every anc codec <-> 436m. so when those eventually > get implemented by someone else you can do AV_CODEC_ID_SMPTE_KLV -> > AV_CODEC_ID_SMPTE_2038 via using 436m as an intermediate format. Oh yeah that could work, assuming 436m is the most capable. Which it is, last time I looked, since it support HANC and both 8-bit and 1-bit data. It might require the right UL in mxfenc as you say /Tomas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2025-07-23 20:01 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-07-08 4:12 Jacob Lifshay 2025-07-09 0:08 ` Devin Heitmueller 2025-07-09 2:37 ` Jacob Lifshay 2025-07-09 13:42 ` Devin Heitmueller 2025-07-22 12:21 ` Tomas Härdin 2025-07-22 20:56 ` Jacob Lifshay 2025-07-23 20:01 ` Tomas Härdin [this message] 2025-07-23 21:00 ` Jacob Lifshay
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=fc785db1d19dfcb029ed26c9732db5189cdcd40b.camel@haerdin.se \ --to=git@haerdin.se \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git