[FFmpeg-user] Issue capturing stream

Moritz Barsnick barsnick at gmx.net
Fri Apr 10 18:32:15 CEST 2015


Hei Stein,

On Fri, Apr 10, 2015 at 18:05:01 +0200, Stein Rune Risa wrote:
> I have posted a question in the Zeranoe forums regarding newer versions of
> ffmpeg giving errors on previously working operations. I have not been able
> to get answers there.
> 
> Please see following thread with error description and screenshots:
> 
> http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=7&t=2401

a) Feel free to post your issue here, completely.
b) Screenshots are not useful at all. Who wants to type each of your
   arguments character for character to copy them, or to point out the
   error? Copy the text from the terminal to your mail (or forum post).

Sorry for the rant. ;-)

c) Now to the problem:

Newer ffmpeg now recognizes input stream 0:3 (as "timed_id3"), and
therefore no longer completely ignores it. But ffmpeg doesn't know how
to mux it into MKV, and therefore errors out.

You should tell ffmpeg to ignore it, by mapping only the relevant known
streams:
  -map 0:0 -map 0:1
  (map streams 0 and 1)
or
  -map 0:v -map 0:a
  (map the first video and audio streams, respectively)
or even
  -dn
  (disable data streams).

(May I guess? Bør jeg gjette? NRK TV? Dette gjør jeg nesten hver dag.
:-) )

Moritz, fra tyskland.

P.S.: "-dn" appears not to be documented very well. I will open a ticket.


More information about the ffmpeg-user mailing list