OSDN Git Service

avconv: rewrite -qscale and -aq handling.
authorAnton Khirnov <anton@khirnov.net>
Thu, 1 Sep 2011 08:04:35 +0000 (10:04 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 11 Sep 2011 15:30:03 +0000 (17:30 +0200)
commit77d9c4542c129276fedefeca089c5759e5fe6353
tree4dbb1f499d187bf5bfff8beb2c115f41a9907bc4
parente2469ccf01ced9d4520dcc1fb987fc73a2045066
avconv: rewrite -qscale and -aq handling.

Merge video_qscale (set by -qscale) and audio_qscale (set by -aq) into
one 'qscale' field in the options context. Add a shortcut -q for -qscale
and make -aq an alias for -q:a.
avconv.c
doc/avconv.texi
tests/lavf-regression.sh