worked like a charm for me recently when i really needed it
i used this to create DVD compatible videos from source videos where no encoding program could read the audio track:
ffmpeg -i test.m2ts -acodec mp2 -ab 224k -ar 48000 -vcodec mpeg2video -b:v 8000k -g 15 -r 25 -s 720x576 -sn test.mpg
spent nearly half of saturday to figure it out but the possibilities are endless
|