Opened 5 years ago

Closed 5 years ago

#8028 closed defect (invalid)

var_stream_map Invalid keyval name:

Reported by: cinques Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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

Change History (1)

comment:1 by Carl Eugen Hoyos, 5 years ago

Component: ffmpegundetermined
Keywords: ffmpeg var_stream_map removed
Resolution: invalid
Status: newclosed
Version: 4.1unspecified

Please test current FFmpeg git head before reporting an issue here.

Note: See TracTickets for help on using tickets.