OSDN Git Service

avconv: Apply codec options to streams that are copied as well
authorMartin Storsjö <martin@martin.st>
Wed, 27 Feb 2013 21:22:39 +0000 (23:22 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 28 Feb 2013 16:30:42 +0000 (18:30 +0200)
commitdf0229a7caa124dcfb84c34b48d316744c467311
tree02152a1fe97c5ef7af89016369859a8b3a133932
parentcb6f8245aed2c26fe95c30cd68c45983277a945a
avconv: Apply codec options to streams that are copied as well

This allows setting/overriding e.g. the bitrate parameter, which
is required for the smoothstreaming muxer. Normally, the bitrate
is set by the demuxer in these cases, but not all demuxers can
provide it. This allows stream copy of data to the smoothstreaming
muxer from such inputs.

Signed-off-by: Martin Storsjö <martin@martin.st>
avconv.c
avconv_opt.c