1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-23 21:54:53 +02:00

AST Muxer

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer
2012-11-29 13:14:50 -03:00
committed by Paul B Mahol
parent 7f0e7fc9e2
commit b70251c0ad
12 changed files with 280 additions and 18 deletions

View File

@@ -326,6 +326,10 @@ if [ -n "$do_caf" ] ; then
do_audio_only caf
fi
if [ -n "$do_ast" ] ; then
do_audio_only ast "-ac 2" "-loopstart 1 -loopend 10"
fi
# pix_fmt conversions
if [ -n "$do_pixfmt" ] ; then