Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Original MXF from P2 camera with clip wrapped mappings:
- [root@E4000-DEMO VIDEO]# ffmpeg -i 0001J5.MXF
- ffmpeg version N-33646-g0f8d771, Copyright (c) 2000-2011 the FFmpeg developers
- built on Oct 14 2011 14:36:13 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
- configuration: --enable-shared --enable-libfaac --enable-libvorbis --enable-libx264 --enable-libtheora --enable-libxvid --enable-libmp3lame --enable-gpl --enable-nonfree
- libavutil 51. 21. 0 / 51. 21. 0
- libavcodec 53. 20. 1 / 53. 20. 1
- libavformat 53. 16. 0 / 53. 16. 0
- libavdevice 53. 4. 0 / 53. 4. 0
- libavfilter 2. 43. 6 / 2. 43. 6
- libswscale 2. 1. 0 / 2. 1. 0
- libpostproc 51. 2. 0 / 51. 2. 0
- [mxf @ 0x1cccb780] only frame wrapped mappings are correctly supported
- [mxf @ 0x1cccb780] material track 2: no corresponding source track found
- [mxf @ 0x1cccb780] material track 3: no corresponding source package found
- [mxf @ 0x1cccb780] material track 4: no corresponding source package found
- [mxf @ 0x1cccb780] material track 5: no corresponding source package found
- [mxf @ 0x1cccb780] parser not found for codec dvvideo, packets or times may be invalid.
- Seems stream 0 codec frame rate differs from container frame rate: 59.94 (60000/1001) -> 29.97 (30000/1001)
- Input #0, mxf, from '0001J5.MXF':
- Duration: 00:00:33.03, start: 0.000000, bitrate: 57550 kb/s
- Stream #0:0: Video: dvvideo, yuv422p, 960x720 [SAR 4:3 DAR 16:9], 29.97 tbr, 29.97 tbn, 59.94 tbc
- At least one output file must be specified
- After using mxfsplit to extract the raw stream from the mxf wrapper:
- [root@E4000-DEMO VIDEO]# ffmpeg -i _0002-G18010201.Stream
- ffmpeg version N-33646-g0f8d771, Copyright (c) 2000-2011 the FFmpeg developers
- built on Oct 14 2011 14:36:13 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
- configuration: --enable-shared --enable-libfaac --enable-libvorbis --enable-libx264 --enable-libtheora --enable-libxvid --enable-libmp3lame --enable-gpl --enable-nonfree
- libavutil 51. 21. 0 / 51. 21. 0
- libavcodec 53. 20. 1 / 53. 20. 1
- libavformat 53. 16. 0 / 53. 16. 0
- libavdevice 53. 4. 0 / 53. 4. 0
- libavfilter 2. 43. 6 / 2. 43. 6
- libswscale 2. 1. 0 / 2. 1. 0
- libpostproc 51. 2. 0 / 51. 2. 0
- [dv @ 0x13ab6780] Estimating duration from bitrate, this may be inaccurate
- Input #0, dv, from '_0002-G18010201.Stream':
- Duration: 00:00:16.51, start: 0.000000, bitrate: 115084 kb/s
- Stream #0:0: Video: dvvideo, yuv422p, 960x720, 115084 kb/s, SAR 4:3 DAR 16:9, 59.94 tbr, 59.94 tbn, 59.94 tbc
- Stream #0:1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
- Stream #0:2: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
- Stream #0:3: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
- Stream #0:4: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
- At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement