[FFmpeg-trac] #1056(undetermined:closed): FFMPEG unable to select or copy multiple audio tracks in a TS file

FFmpeg trac at avcodec.org
Sun Mar 11 19:10:44 CET 2012


#1056: FFMPEG unable to select or copy multiple audio tracks in a TS file
-------------------------------------+-------------------------------------
             Reporter:  ramitbhalla  |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by cehoyos):

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


Comment:

 The correct syntax is
 {{{
 $ ffmpeg -i video.ts -vcodec copy -c:a copy -map 0:1 -map 0:2 output.ts
 }}}
 Please reopen if this does not work for you.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1056#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list