#6257: ffmpeg mapping audio/video streams separately by language
-----------------------------------+---------------------------------------
             Reporter:  Pendulumz  |                     Type:  enhancement
               Status:  new        |                 Priority:  normal
            Component:  ffmpeg     |                  Version:  git-master
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+---------------------------------------
 from my understanfing the -map option allows you to select the audio/video
 language via

 {{{
 -map 0:m:language:lang
 }}}

 What I want to know is, is there a way to make this for audio and video
 separately?

 like:
 {{{
 -map 0:v:m:language:lang -map 0:a:m:language:lang
 }}}

 is this possible?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6257>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to