pocarist / ffmbc

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

Wrong Timecode? #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I run the command below to add the timecode 01:00:00:00 to a quicktime file. 
When the resulting file is played back in quicktime player, the first timecode 
track is present but it shows 00:15:00:00 for frame 1 instead of 01:00:00:00. 
If I scroll the time line, the timecode goes to 00:15:00:94 making it seems 
like it is encoded at 100 frame per second. I do specify the fps for the input 
and output. Am I doing something wrong? Thanks

What version of the product are you using? On what operating system?
FFmbc-0.5 Win 7.0

Please provide any additional information below:

- Full commandline run and everything the program printed without
the repeating parts.
C:\_VG_dev\software\ffmpeg\FFmbc-0.5\bin\ffmbc -loglevel verbose -r 24 -y -i 
C:\Temp\ffmbc\source.mov -vcodec copy -r 24 -timecode 01:00:00:00 
C:\Temp\ffmbc\final.mov

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-libspeex --enable-libmp3lame --enable-libopenjpeg -
-enable-libschroedinger --enable-libopencore_amrwb --enable-libopencore_amrnb 
--enable-libvpx --disable-decoder=libvpx --arch=x86 --enable-runtime-cpudetect 
--enable-libxvid --enab
le-libx264 --extra-libs='-lx264 -lpthread' --enable-librtmp 
--extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm' --target-os=mingw32 
--enable-avisynth --cross-prefix=i686-mingw32- --c
c='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
[dnxhd @ 0033d750] 10 bit per component
    Last message repeated 5 times
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Temp\ffmbc\source.mov':
  Metadata:
    major_brand: qt
    minor_version: 537199360
    compatible_brands: qt
  Duration: 00:00:00.87, start: 0.000000, bitrate: 176170 kb/s
    Stream #0.0(eng): Video: dnxhd, 1920x1080p, tbc N/A, 176160 kb/s, fps 24.000
Output #0, mov, to 'C:\Temp\ffmbc\final.mov':
  Metadata:
    encoder: FFmbc 0.5
    Stream #0.0(eng): Video: dnxhd, 1920x1080p, tbc 1/2400, q=2-31, 176160 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
Press [q] to stop encoding
frame=   21 fps=  0 q=-1.0 Lsize=   18817kB time=0.83 bitrate=184890.3kbits/s
video:18816kB audio:0kB global headers:0kB muxing overhead 0.007562%

Original issue reported on code.google.com by hanspa...@gmail.com on 20 Jan 2011 at 2:58

GoogleCodeExporter commented 9 years ago
Can you please upload your sample somewhere ?
Thanks.

Original comment by baptiste...@gmail.com on 1 Mar 2011 at 9:21

GoogleCodeExporter commented 9 years ago
No sample, cannot fix

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