[FFmpeg-trac] #10133(undetermined:closed): Audio track in TS container not detected

FFmpeg trac at avcodec.org
Thu Jan 12 00:54:43 EET 2023


#10133: Audio track in TS container not detected
-------------------------------------+-------------------------------------
             Reporter:  kvasa        |                    Owner:  (none)
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:  wontfix
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by Marton Balint):

 * status:  new => closed
 * resolution:   => wontfix

Comment:

 By default FFmpeg only analyzes the first 5 seconds of data, and that only
 contains video. This can be tuned with -analyzeduration if needed. So this
 works:

 {{{
 ffmpeg -analyzeduration 10000000 -i sample.ts -vn -c:a copy out.aac
 }}}

 It is also worth mentioning that the stream is not properly muxed and has
 no PAT/PMT. So I don't think anything need to be changed on the ffmpeg
 side.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10133#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list