[FFmpeg-trac] #6661(undetermined:closed): Missing streams when cutting M2TS file

FFmpeg trac at avcodec.org
Thu Sep 14 00:47:23 EEST 2017


#6661: Missing streams when cutting M2TS file
-------------------------------------+-------------------------------------
             Reporter:  xamarin      |                    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 llogan):

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


Comment:

 This is not a bug. The default stream selection behavior is to select one
 stream per stream type. See:
 https://ffmpeg.org/ffmpeg.html#Stream-selection

 If you want to override this behavior use the `-map` option, such as `-map
 0` to map all streams from input 0 (the first and only input in your
 case).

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


More information about the FFmpeg-trac mailing list