[FFmpeg-trac] #10543(undetermined:new): Stream data as stream specifier

FFmpeg trac at avcodec.org
Thu Aug 31 15:35:53 EEST 2023


#10543: Stream data as stream specifier
-------------------------------------+-------------------------------------
             Reporter:  manguyman    |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 It would be nice to be able to add stream data as stream specifiers, e.g.:

 Encode audio with 6 channels to opus @256kbps with surround enhancements,
 copy stereo tracks:

 ffmpeg.exe -i IN -c:a:channels:6 libopus -b:a:channels:6 256k
 -mapping_family 1 -c:a:channels:2 copy OUT
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10543>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list