Added downmix of 5.1 to stereo.

This commit is contained in:
Markus Birth 2016-03-14 00:25:25 +01:00
parent 67188ef32d
commit 441685c44d

View File

@ -1,2 +1,2 @@
#!/bin/sh
ffmpeg -i "$1" -c:v h264 -c:a libvo_aacenc -preset fast -movflags +faststart -crf 18 -b:a 192k "$1.mp4"
ffmpeg -i "$1" -c:v h264 -c:a libvo_aacenc -preset fast -movflags +faststart -crf 18 -b:a 192k -ac 2 "$1.mp4"