• Mike Scheutzow's avatar
    streamid does not work with newaudio, newvideo, newsubtitle · 20ac9de3
    Mike Scheutzow authored
    fixes issue2465.
    
    The problem is that the ffmpeg (the app) -streamid option did not work
    with -newaudio/-newvideo/-newsubtitle.
    
    The cause was a conflict between the feature where streamid values were
    reset to default for each output filename, and the implementation of
    -new*, which requires that the -new* option be specified after the
    target filename.
    
    My patch changes the ffmpeg behavior so that user-specified streamid
    values apply to all the following output files on the command line
    (rather than just the next output filename.)
    Signed-off-by: 's avatarJanne Grunau <janne-ffmpeg@jannau.net>
    20ac9de3
Name
Last commit
Last update
..
APIchanges Loading commit data...
TODO Loading commit data...
avutil.txt Loading commit data...
bitstream_filters.texi Loading commit data...
build_system.txt Loading commit data...
demuxers.texi Loading commit data...
developer.texi Loading commit data...
eval.texi Loading commit data...
faq.texi Loading commit data...
ffmpeg.texi Loading commit data...
ffplay.texi Loading commit data...
ffprobe.texi Loading commit data...
ffserver.conf Loading commit data...
ffserver.texi Loading commit data...
fftools-common-opts.texi Loading commit data...
filters.texi Loading commit data...
general.texi Loading commit data...
git-howto.txt Loading commit data...
indevs.texi Loading commit data...
issue_tracker.txt Loading commit data...
libavfilter.texi Loading commit data...
metadata.texi Loading commit data...
optimization.txt Loading commit data...
outdevs.texi Loading commit data...
protocols.texi Loading commit data...
rate_distortion.txt Loading commit data...
snow.txt Loading commit data...
soc.txt Loading commit data...
swscale.txt Loading commit data...
tablegen.txt Loading commit data...
texi2pod.pl Loading commit data...
viterbi.txt Loading commit data...