diff --git a/ts2mp4.sh b/ts2mp4.sh new file mode 100755 index 0000000..7484b6e --- /dev/null +++ b/ts2mp4.sh @@ -0,0 +1,2 @@ +#!/bin/sh +ffmpeg -i "$1" -vcodec copy -acodec copy -bsf:a aac_adtstoasc "$1.fixed.mp4"