Convert TS to mp4.

This commit is contained in:
Markus Birth 2016-03-07 22:56:39 +01:00
parent 4435e60065
commit ef9bcde795

2
ts2mp4.sh Executable file
View File

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