Added downmix of 5.1 to stereo.
This commit is contained in:
parent
67188ef32d
commit
441685c44d
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user