[FFmpeg-trac] #10133(undetermined:new): Audio track in TS container not detected
FFmpeg
trac at avcodec.org
Thu Jan 5 11:12:39 EET 2023
#10133: Audio track in TS container not detected
-------------------------------------+-------------------------------------
Reporter: kvasa | Type: defect
Status: new | Priority: normal
Component: | Version:
undetermined | unspecified
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
How to reproduce:
{{{
% ffmpeg -i sample.ts -vn -c:a copy out.aac
ffmpeg 5.1.2
}}}
This results in an error:
{{{
Output file #0 does not contain any stream
}}}
This is because FFmpeg fails to recognize the audio stream in the file -
e.g. MediaInfo recognizes the audio correctly.
I am not exactly sure where the issue is, I am attaching the file.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10133>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list