UnixTools/ts2mp4.sh
2016-03-07 22:56:39 +01:00

3 lines
87 B
Bash
Executable File

#!/bin/sh
ffmpeg -i "$1" -vcodec copy -acodec copy -bsf:a aac_adtstoasc "$1.fixed.mp4"