[FFmpeg-devel] [PATCH] fix stream copy

Baptiste Coudurier baptiste.coudurier
Wed Jan 13 20:09:03 CET 2010


On 01/13/2010 07:09 AM, Maksym Veremeyenko wrote:
> Hi,
>
> During cutting some MOV files i found strange behavior with number of
> frames copied to new file. The problems come from wrong codec->timebase
> value that is guessed from stream->time_base. For MOV stream->time_base
> is setted from time_scale that could be 25, 60, 6000, 2997 values - as
> result stream->time_base will have a values 1/25, 1/600, 1/2997 (i have
> such sample). That cause codec->timebase been set to that values later:

This value is a time base like its name indicate, not a frame rate.
However, the fps value is right if you notice as is the tbr (r_frame_rate).

Did you check the code stopping the copy instead ?

[...]

-- 
Baptiste COUDURIER
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer                                  http://www.ffmpeg.org



More information about the ffmpeg-devel mailing list