[FFmpeg-trac] #3884(undetermined:new): Trimming specific MP3 file produces broken sound at the beginning if "-ss 0" is applied
FFmpeg
trac at avcodec.org
Fri Aug 22 11:55:41 CEST 2014
#3884: Trimming specific MP3 file produces broken sound at the beginning if "-ss
0" is applied
-------------------------------------+-------------------------------------
Reporter: vilic | Type: defect
Status: new | Priority: important
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 1
Analyzed by developer: 1 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -y -ss 0 -i input.mp3 -codec:a libmp3lame -qscale:a 8 output.mp3
ffmpeg version N-65810-g1b5ec6a
built on Aug 22 2014 00:27:20 with gcc 4.8.3 (GCC)
}}}
Found only one specific mp3 file would cause this issue, and only when -ss
is set to 0. I tried -ss 0.01 and it worked fine.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/3884>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list