[FFmpeg-devel] [Ffmpeg-devel] corrupt audio when cut [BUGGY AGAIN]
Cyrus A
lists
Mon Jul 16 16:14:23 CEST 2007
Panagiotis Issaris wrote:
> Hi,
>
> Michael Niedermayer wrote:
>> Hi
>>
>> On Sun, Feb 04, 2007 at 10:02:00AM -0000, Wolfram Gloger wrote:
>>
>>>> I'll post a patch later today passing old_offset and you can take your
>>>> pick.
>>>>
>>> Appended below.
>>>
>>
>> patch looks ok if it passes regression tests
>>
> Applied.
>
> With friendly regards,
> Takis
This error has surfaced again. Did the patch not take?
As a recap, if the ( <-ss value> + 16) % 32 = 0, then the audio is
corrupted when cut. Using commands of the form:
ffmpeg -ss 528.0 -t 24.0 -y -vcodec copy -acodec copy -i test.avi cut.avi
(In the above case, the audio would be garbled because 528 + 16 = 544
and 544%32 = 0 .)
Cyrus
More information about the ffmpeg-devel
mailing list