index
|
people
|
commits
|
about
chld
/
dot
/ tree
summary
|
tree
|
log
|
branches
|
tags
master
chld/dot
/
bin
/
ffaudio
1
#!/bin/sh -eu
2
ffmpeg -i
$1
-i
"
$2
"
-map 0:v:0 -map 1:a:0 -c:v copy -c:a aac -shortest
$3