saloromer / ffmbc

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

AVC-Intra in QT-Container with wrong framerate #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I got an .mov-file with AVC-Intra 100 codec. When trying to rewarp it to .mxf 
ffmbc-0.5 fails with trying to write a framerate of 2500/1 instead of 25/1 to 
the mxf header.

E:\FFmbc-0.5-win32\bin>ffmbc.exe -i e:\Entweder_Broder_Folge_3-AVC-Intra.mov 
-vcodec copy -acodec copy -y d:\test.mxf
FFmpeg version FFmbc-0.5, Copyright (c) 2000-2010 the FFmpeg developers
  built on Nov 22 2010 01:04:07 with gcc 4.4.2
  configuration: --enable-gpl --enable-version3 --enable-libgsm --enable-pthreads --enable-libvorbis --enable-libtheora --enable-lib
speex --enable-libmp3lame --enable-libopenjpeg --enable-libschroedinger 
--enable-libopencore_amrwb --enable-libopencore_amrnb --enab
le-libvpx --disable-decoder=libvpx --arch=x86 --enable-runtime-cpudetect 
--enable-libxvid --enable-libx264 --extra-libs='-lx264 -lpt
hread' --enable-librtmp --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm' 
--target-os=mingw32 --enable-avisynth --cross-prefix=i686-
mingw32- --cc='ccache i686-mingw32-gcc' --enable-memalign-hack
  libavutil     50.31. 0 / 50.31. 0
  libavcore      0. 9. 0 /  0. 9. 0
  libavcodec    52.91. 1 / 52.91. 1
  libavformat   52.78. 5 / 52.78. 5
  libavdevice   52. 2. 2 / 52. 2. 2
  libavfilter    1.47. 1 /  1.47. 1
  libswscale     0.12. 0 /  0.12. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 
'e:\Entweder_Broder_Folge_3-AVC-Intra.mov':
  Metadata:
    major_brand: qt
    minor_version: 537199360
    compatible_brands: qt
  Duration: 00:28:27.12, start: 0.000000, bitrate: 119810 kb/s
    Stream #0.0(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.1(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.2(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.3(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.4(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.5(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.6(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.7(eng): Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
    Stream #0.8(eng): Data: tmcd / 0x64636D74
    Stream #0.9(eng): Video: AVC-Intra 100M 1080i50, 1920x1080i tff, tbc N/A, 113664 kb/s, PAR 1:1 DAR 16:9, fps 25.000
[mxf @ 01cab230] unsupported video frame rate 2500/1
Could not write header for output file #0

Original issue reported on code.google.com by m...@ok54.de on 29 Nov 2010 at 1:15

GoogleCodeExporter commented 8 years ago
Unfortunately, the MXF muxer cannot mux H.264 currently.

Do you have an AVCIntra 50 MXF file to share by any chance ?
As well as an MXF Op1a H264 file ?

Original comment by baptiste...@gmail.com on 29 Nov 2010 at 11:30

GoogleCodeExporter commented 8 years ago
No sample, cannot fix

Original comment by baptiste...@gmail.com on 15 Mar 2011 at 7:12