jslhs / ffmbc

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

Not compatible with Sony XDCAM Viewer 2.3 #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
XDCAM HD422 made with ffmbc is not played with Sony XDCAM Viewer
command was just simple like below

ffmbc -i titan.mxf -target xdcamhd422 1.mxf

OS : Windows 7  64 bit
ffmbc : Precompiled vesion downloaed official site (2013-10-01)

E:\MOVIE>ffmbc -i titan.mxf -target xdcamhd422 1.mxf
FFmbc version 0.7-rc8
Copyright (c) 2008-2013 Baptiste Coudurier and the FFmpeg developers
Input #0, mxf, from 'titan.mxf':
  Metadata:
    operational_pattern: Op1a
    system_timecode: 00:00:00;00
    timecode: 00:00:00;00
  Duration: 00:01:06.09, bitrate: 60005 kb/s
    Stream #0.0(und): Video: mpeg2video (4:2:2), yuv422p, 1920x1080i tff [PAR 1:1 DAR 16:9], 50000 kb/s, 29.97 fps
    Stream #0.1(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.2(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.3(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.4(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.5(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.6(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.7(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
    Stream #0.8(und): Audio: pcm_s24le, 48000 Hz, 1 channels, s32, 1152 kb/s
Incompatible sample format 's32' for codec 'pcm_s16le', auto-selecting format 
's16'
[pcm_s16le @ 000000000182f180] The requested thread algorithm is not supported 
with this thread library.
Output #0, mxf, to '1.mxf':
  Metadata:
    encoder: FFmbc 0.7
    Stream #0.0(und): Video: mpeg2video, yuv422p, 1920x1080p [PAR 1:1 DAR 16:9], cbr, 50000 kb/s, 29.97 fps
    Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Press [q] to stop, [?] for help
frame= 1981 fps= 12 q=1.0 Lsize=  412133kB time=00:01:06.09 
bitrate=51077.5kbits/s
video:403595kB audio:6197kB global headers:0kB muxing overhead 0.571146%

E:\MOVIE>mxfdump --mxf-validate 1.mxf
mxfdump : Warning : Length is zero (following Dark key at offset 0xa05a3ec).
mxfdump : Warning : Length is zero (following Dark key at offset 0xd9eebec).
mxfdump : Warning : Length is zero (following Dark key at offset 0xefe4bec).
mxfdump : Warning : Length is zero (following Dark key at offset 0x16c76dec).
mxfdump : KLV validation       - passed.
mxfdump : Warning : Length is zero (following Dark key at offset 0xa05a3ec).
mxfdump : Warning : Length is zero (following Dark key at offset 0xd9eebec).
mxfdump : Warning : Length is zero (following Dark key at offset 0xefe4bec).
mxfdump : Warning : Length is zero (following Dark key at offset 0x16c76dec).
mxfdump : local set validation - passed.
mxfdump : Warning : Length is zero (following Dark key at offset 0xa05a3ec).
mxfdump : Warning : Length is zero (following Dark key at offset 0xd9eebec).
mxfdump : Warning : Length is zero (following Dark key at offset 0xefe4bec).
mxfdump : Warning : Length is zero (following Dark key at offset 0x16c76dec).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x1600).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x3487200).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x6869600).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x9bfba00).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0xcfb3e00).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x1039d800).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x137b5400).
mxfdump : Warning : FooterPartition not defined - expected 0x19278200, 
(following Body key at offset 0x16b39800).
mxfdump : MXF validation       - passed.
mxfdump : Encountered 20 warnings.

E:\MOVIE>

Original issue reported on code.google.com by magin...@gmail.com on 9 Oct 2013 at 11:17

GoogleCodeExporter commented 8 years ago
Something is wrong with the windows precompiled version I think.

Original comment by baptiste...@gmail.com on 11 Oct 2013 at 8:12

GoogleCodeExporter commented 8 years ago

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