master chld/dot / bin / ffaudio
1#!/bin/sh -eu
2ffmpeg -i $1 -i "$2" -map 0:v:0 -map 1:a:0 -c:v copy -c:a aac -shortest $3