This is what my current input looks like, but it's not working, so something can't be right.
ffmpeg -i input.ts -aspect 16:9 -f m2v -s 720x576 -b 67108864 -an video.m2v
I used this docmentation to get this -
ffmpeg.mplayerhq.hu/ffmpeg-doc.html
Thanks
|