I'm getting an error when I try the following... I have a QuickTime wrapped file with the following streams: Stream #0.0(eng): Video: dvvideo, yuv422p, 960x720, 59.94 tb(r) Stream #0.1(eng): Audio: pcm_s16be, 48000 Hz, stereo, s16, 1536 kb/s Stream #0.2(eng): Data: tmcd / 0x64636D74 What I want to to is re-wrap the video stream only into a MXF file. I'm using the following command line: ffmpeg -i input.mov -vcodec copy -an output.mxf when I try to do this I get the following error: [mxf @ 0x36473a0]track 0: could not find essence container ul, codec not currently supported in container Could not write header for output file #0 (incorrect codec parameters ?) Due to the software I'm using I need an MXF wrapped dv100 file; mpeg2 will not work for me. I downloaded today's snapshot of ffmpeg and installed it on a Red Hat 5 x86_64 box. Is there anything I can do about this?
Hi 2008/12/30 Matt Miller <matt at mattandtiff.com>
I'm getting an error when I try the following...
I have a QuickTime wrapped file with the following streams: Stream #0.0(eng): Video: dvvideo, yuv422p, 960x720, 59.94 tb(r) Stream #0.1(eng): Audio: pcm_s16be, 48000 Hz, stereo, s16, 1536 kb/s Stream #0.2(eng): Data: tmcd / 0x64636D74
What I want to to is re-wrap the video stream only into a MXF file. I'm using the following command line: ffmpeg -i input.mov -vcodec copy -an output.mxf
when I try to do this I get the following error: [mxf @ 0x36473a0]track 0: could not find essence container ul, codec not currently supported in container Could not write header for output file #0 (incorrect codec parameters ?)
Due to the software I'm using I need an MXF wrapped dv100 file; mpeg2 will not work for me.
I downloaded today's snapshot of ffmpeg and installed it on a Red Hat 5 x86_64 box.
Is there anything I can do about this?
The current MXF muxer actually not supported the dv100 file :( I think Baptiste could give you detail introduction and I am very glad to help to improve the codebase. -- Best wishes~
zhentan feng wrote:
The current MXF muxer actually not supported the dv100 file :( I think Baptiste could give you detail introduction and I am very glad to help to improve the codebase.
Any progress on this issue? I'd also like to see support for this, and if zhentan is also willing to write code... Baptiste: Anything we can provide as users? I work in a multimedia company, so I can provide lots of different samples. Please let me know how I can help apart from programming (as that's not my strength...) -- View this message in context: http://www.nabble.com/DV100-encoded-MXF-file--tp21212042p24292970.html Sent from the FFmpeg-users mailing list archive at Nabble.com.
participants (3)
-
matt@mattandtiff.com -
spyfeng@gmail.com -
tbartdev@gmx-topmail.de