[FFmpeg-trac] #3819(undetermined:new): ffmpeg entries to extracts an addiional unwanted track from a blu-ray (stream mapping problem)

FFmpeg trac at avcodec.org
Thu Jul 31 13:20:15 CEST 2014


#3819: ffmpeg entries to extracts an addiional unwanted track from a blu-ray
(stream mapping problem)
-------------------------------------+-------------------------------------
             Reporter:  Selur        |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  mkv          |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by Selur):

 You are right and I was wrong (must have mistyped somewhere), specifying
 -map 0:0 does also help.

 My mistake was that I assumed that when no processing was explicitly
 defined for a stream type, the stream type would be ignored.

 But that is not the case.

 If the output is not a raw file, but a container like mkv/mp4/... ffmpeg
 tries to convert the first stream of each type to something that is
 compatible with the output container.

 Since I didn't specify -sn ffmpeg tried to convert the first pgs-subtitle
 stream to something which is mkv compatiple. Problem is ffmpeg can't
 handle pgs subtitles.

 -> So the problem was that I assumed something that was wrong (ffmpeg by
 default ignoring streams when nothing is specified for their type).

 Thanks.

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


More information about the FFmpeg-trac mailing list