jslhs / ffmbc

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

MXF HD (720 50p) cannot convert to DVCPRO50 #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
# ffmbc -i input.mxf -vf 'scale=720:576:interl=1,tinterlace=5,fieldorder=tff' 
-s 720x576 -an ouput.dv
FFmbc version 0.7-rc5
Copyright (c) 2008-2011 Baptiste Coudurier and the FFmpeg developers
[mxf @ 0x627600] could not resolve sub descriptor strong ref
[mxf @ 0x627600] source track 6: stream 4, no descriptor found
[mxf @ 0x627600] could not resolve sub descriptor strong ref
Input #0, mxf, from 'input.mxf':
  Metadata:
    system_timecode: 14:53:54:13
    timecode: 14:53:54:26
  Duration: 00:00:45.64, start: 0.000000, bitrate: 120849 kb/s
    Stream #0.0(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.1(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.2(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.3(und): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.4(und): Data: unknown (0x0000)
    Stream #0.5(und): Video: h264 (High 4:2:2 Intra), yuv422p10le, 1280x720p [PAR 1:1 DAR 16:9], 50.00 fps
File 'ouput.dv' already exists. Overwrite ? [y/N] y
Incompatible pixel format 'yuv422p10le' for codec 'dvvideo', auto-selecting 
format 'yuv422p'
[tinterlace @ 0x63a040] mode:5
[fieldorder @ 0x63a560] output field order: tff
[scale @ 0x639300] w:1280 h:720 fmt:yuv422p10le -> w:720 h:576 fmt:yuv420p 
flags:0x4
[scale @ 0x6e6a40] w:720 h:576 fmt:yuv420p -> w:720 h:576 fmt:yuv422p flags:0x4
[NULL @ 0x638300] [IMGUTILS @ 0x7fff0d38d220] Picture size 0x0 is invalid
[NULL @ 0x638300] ignoring invalid width/height values
[dvvideo @ 0x638300] Found no DV profile for 0x0 yuv422p video
Error while opening encoder for output stream #0.0 - maybe incorrect parameters 
such as bit_rate, rate, width or height

Original issue reported on code.google.com by ibantx...@gmail.com on 28 Mar 2012 at 3:26

GoogleCodeExporter commented 8 years ago
tinterlace=5 is invalid, it's up to 4

Original comment by baptiste...@gmail.com on 28 Mar 2012 at 6:59