You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Encode some DV in a MOV
Split that MOV at places that should be seamless edits
ffmbc -i primary.mov -ss 2 -t 3 -acodec copy -vcodec copy 1.mov
ffmbc -i primary.mov -ss 5 -t 3 -acodec copy -vcodec copy 2.mov
Here I'm working in PAL 25 FPS 48K audio.
I would expect exactly 75 frames of video and 144000 samples of audio. I am NOT
getting the correct number of samples of audio.
Using, for instance, "Atom Inspector" on Mac OS X I can see that in 1.mov there
are 144384 audio samples (too many) and in 2.mov I can see that there are
143360 audio samples (too few).
'primary.mov' file is here:
http://commondatastorage.googleapis.com/himslm01/FFmbc/primary-2011-06_10_1617-3
7.mov
'1.mov' file is here:
http://commondatastorage.googleapis.com/himslm01/FFmbc/1.mov
2.mov file is here: http://commondatastorage.googleapis.com/himslm01/FFmbc/2.mov
A screen capture of the differences shown in "Atom Inspector" is here:
http://commondatastorage.googleapis.com/himslm01/FFmbc/Screen%20shot%202011-06-1
3%20at%2017.21.33.png
What version of the product are you using? On what operating system?
FFmbc 0.6-rc7 on Ubuntu GNU/Linux 10.04 64 bit
Original issue reported on code.google.com by mark.him...@gmail.com on 13 Jun 2011 at 4:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mark.him...@gmail.com
on 13 Jun 2011 at 4:23The text was updated successfully, but these errors were encountered: