jslhs / ffmbc

Automatically exported from code.google.com/p/ffmbc
0 stars 0 forks source link

Re-wrapping AVC-I 100 media from an MXF to a MOV #151

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have an MXF containing AVC-I video and PCM audio.

I would like to re-wrap tat media into a MOV file that it can be imported 
correctly in FCP 7.

The output of the following command creates a MOV file that FFmbc can decode, 
but:

* the output MOV opens in QT 10 but plays just green video.
* the output MOV imports into FCP7 but plays just green video.

What steps will reproduce the problem?

$ ffmbc \
-loglevel debug \
-threads 4 -i 280912N_HD_TEST_AVC-I_100.mxf \
-threads 4 -vcodec copy -vtag ai15 -aspect 16:9 \
-map 0:1:0:0 \
-acodec pcm_s24le -ac 4 -ar 48000 \
-map_audio_channel 0:0.0:0:1.0 -map_audio_channel 0:0.1:0:1.1 \
-map_audio_channel 0:0.2:0:1.2 -map_audio_channel 0:0.3:0:1.3 \
-vframes 100 \
-y 280912N_HD_TEST_AVC-I_100_ai15.mov

FFmbc version 0.7-rc8-bbc_a-beta_1-static
Copyright (c) 2008-2013 Baptiste Coudurier and the FFmpeg developers
[mxf @ 0x1b46b40] Format mxf probed with size=2048 and score=100
[mxf @ 0x1b46b40] All info found
[mxf @ 0x1b46b40] 0: start_time: 0 duration: 10100
[mxf @ 0x1b46b40] 1: start_time: 0 duration: 10100
Input #0, mxf, from 
'/home/himslm01/Videos/2013-05-18_DMI_CR_289/input/project/280912N_HD_TEST_AVC-I
_100.mxf':
  Metadata:
    operational_pattern: Op1a
    system_timecode: 09:59:52:24
    timecode: 09:59:52:24
  Duration: 00:06:44.00, start: 0.000000, bitrate: 118377 kb/s
    Stream #0.0(und), 1, 1/25: Audio: pcm_s24le, 48000 Hz, 4 channels, s32, 4608 kb/s
    Stream #0.1(und), 1, 1/25: Video: h264 (High 4:2:2 Intra), yuv422p10le, 1920x1080i tff [PAR 1:1 DAR 16:9], tbc 2/50, tbr 25/1, tba 25/1, 25.00 fps
Output #0, mov, to 
'/home/himslm01/Videos/2013-05-18_DMI_CR_289/test-280912N_HD_TEST_AVC-I_100_ai15
.mov':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und), 0, 1/25: Video: h264, yuv422p10le, 1920x1080i tff [PAR 1:1 DAR 16:9], tbc 1/25, stream copy, 25.00 fps
    Stream #0.1(und), 0, 1/48000: Audio: pcm_s24le, 48000 Hz, 4 channels, s32, 4608 kb/s
Stream mapping:
  Stream #0.1 -> #0.0 [sync #0.0]
  Stream #0.0 -> #0.1 [channel: 0 -> 0]
  Stream #0.0 -> #0.1 [channel: 1 -> 1]
  Stream #0.0 -> #0.1 [channel: 2 -> 2]
  Stream #0.0 -> #0.1 [channel: 3 -> 3]
Press [q] to stop, [?] for help
[NULL @ 0x26a05c0] slice F mb:0 I IDR pps:0
    Last message repeated 212 times
frame=  214 fps=856 size=   30294kB time=00:00:08.56 bitrate=28991.7kbits/s 
eta=00:00:11.55
[NULL @ 0x26a05c0] slice F mb:0 I IDR pps:0
    Last message repeated 186 times
frame=  401 fps=747 size=  131468kB time=00:00:16.04 bitrate=67143.7kbits/s 
eta=00:00:12.97
[NULL @ 0x26a05c0] slice F mb:0 I IDR pps:0
    Last message repeated 189 times
frame=  591 fps=759 size=  234151kB time=00:00:23.64 bitrate=81140.5kbits/s 
eta=00:00:12.52

<SNIP>

[NULL @ 0x26a05c0] slice F mb:0 I IDR pps:0
    Last message repeated 50 times
frame=10053 fps=204 size= 4356290kB time=00:06:42.12 bitrate=88746.5kbits/s 
eta=00:00:00.22
[NULL @ 0x26a05c0] slice F mb:0 I IDR pps:0
    Last message repeated 46 times
frame=10100 fps=166 Lsize= 4358454kB time=00:06:44.00 bitrate=88377.4kbits/s
video:5605500kB audio:227250kB global headers:0kB muxing overhead -25.276182%

Original issue reported on code.google.com by mark.him...@gmail.com on 18 Jun 2013 at 10:04

GoogleCodeExporter commented 8 years ago

Original comment by baptiste...@gmail.com on 1 Apr 2014 at 4:32