[FFmpeg-trac] #6084(undetermined:closed): RTMP to MPEG-Dash conversion not possible since commit 6f69f7a8bf6a0d013985578df2ef42ee6b1c7994

FFmpeg trac at avcodec.org
Sun Jan 15 18:27:57 EET 2017


#6084: RTMP to MPEG-Dash conversion not possible since commit
6f69f7a8bf6a0d013985578df2ef42ee6b1c7994
-------------------------------------+-------------------------------------
             Reporter:  lmm          |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:  webm_chunk   |               Resolution:  invalid
  regression                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:  flv, rtmp, mpeg-dash => webm_chunk regression
 * status:  new => closed
 * resolution:   => invalid


Comment:

 {{{
 Stream #0:0: Audio: aac (LC), 12000 Hz, stereo, fltp
 Stream #0:1: Video: h264 (Constrained Baseline), yuv420p(progressive),
 240x160, 24 fps, 24 tbr, 1k tbn, 48 tbc
 }}}
 Since input stream 0:0 is audio and input stream 0:1 is video, you cannot
 use {{{-map 0:0 -c:v libvpx-vp9}}} and {{{-map 0:1 -c:a libvorbis}}}.
 Use {{{-map 0:v:0}}} and {{{-map 0:a:0}}}.

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


More information about the FFmpeg-trac mailing list