Quoting Niklas Haas (2024-03-19 20:16:39) > From: Niklas Haas <[email protected]> > > AV1 streams don't use configuration records, so delete them when > encoding to AV1. Ideally this would be, as the comment suggests, handled > at the frame-level (and stripped by the av1 encoder), but given the > status quo of copying the packet-level data here directly, we should > definitely make an effort to strip it. > --- > fftools/ffmpeg_enc.c | 25 ++++++++++++++----------- > 1 file changed, 14 insertions(+), 11 deletions(-)
I'm very much not a fan of having codec-specific code in ffmpeg CLI. It implies that every single caller must now be aware of this (undocumented?) interaction of this specific side data with this specific codec ID. -- Anton Khirnov _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
