[FFmpeg-trac] #8028(ffmpeg:new): var_stream_map Invalid keyval name:

FFmpeg trac at avcodec.org
Wed Jul 17 10:14:54 EEST 2019


#8028: var_stream_map Invalid keyval name:
-------------------------------------+-------------------------------------
             Reporter:  cinques      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:  4.1
             Keywords:  ffmpeg,      |               Blocked By:
  var_stream_map                     |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: '''Invalid keyval name:my_hd'''
 How to reproduce:
 {{{
 % ffmpeg -re -i youtube.mp4 -b:v:0 1000k -b:v:1 256k -b:a:0 64k -b:a:1 32k
 \
    -map 0:v -map 0:a -map 0:v -map 0:a -f hls -var_stream_map
 "v:0,a:0,name:my_hd v:1,a:1,name:my_sd" \
    http://example.com/live/out_%v.m3u8

 ffmpeg version 4.1.4 Copyright (c) 2000-2019 the FFmpeg developers
   built with Apple LLVM version 10.0.1 (clang-1001.0.46.4)
 }}}

 by this commit and example
 https://github.com/FFmpeg/FFmpeg/commit/86f04b918c0d00a286180906279b7ed0f1cd0bed

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8028>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list