Kieran O'Leary <kieran.oleary <at> irishfilm.ie> writes:

> That scares me! The bitrate looks close to v210 
> (220Mbps vs 213Mbps), but it's actually 8-bit video?

You can use the following inlined patch to check 
for yourself.

PLEASE fix your mailer!

Paul, will you implement a patch for the original sample?

Carl Eugen

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index b3c25b7..e623f50 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -1964,6 +1964,7 @@
             st->codec->codec_id = (enum AVCodecID)codec_ul->id;
         }

+st->codec->codec_tag = MKTAG('A', 'V', 'u', 'p');
         av_log(mxf->fc, AV_LOG_VERBOSE, "%s: Universal Label: ",
                avcodec_get_name(st->codec->codec_id));
         for (k = 0; k < 16; k++) {




_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to