[FFmpeg-trac] #9653(undetermined:new): mka to mp3 but talk missing
FFmpeg
trac at avcodec.org
Fri Feb 18 11:09:37 EET 2022
#9653: mka to mp3 but talk missing
-------------------------------------+-------------------------------------
Reporter: Monika | Type: defect
Hoffmann |
Status: new | Priority: important
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
I converted 2 mka into mp3, user1.mp3 is ok, but in user2.mp3 the talk is
missing. They alternately count '1 2 3', '4 5 6', ...
The internet connection is bad for User2
How could I use ffmpeg to get a mp3 with talk.
Using MKVToolNix I get a mp3 with talk, so there should be a way
How to reproduce:
{{{
% ffmpeg -i "user1.mka" -vn -ab 48k -ar 16000 -ac 2 -c:a libmp3lame
"user1.mp3"
% ffmpeg -i "user2.mka" -vn -ab 48k -ar 16000 -ac 2 -c:a libmp3lame
"user2.mp3
ffmpeg version 2022-01-24-git-0a83ecbf48-full_build-www.gyan.dev Copyright
(c) 2000-2022 the FFmpeg developers
built with gcc 11.2.0 (Rev7, Built by MSYS2 project)
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9653>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list