2 Jan
2013
2 Jan
'13
2:43 p.m.
Yan Seiner <yan <at> seiner.com> writes:
ffmpeg -i input.vob -acodec libfaac -ab 128k -vcodec libx264 -c:v libx264 -preset fast -profile:v baseline -s 854x480 -crf 22 -threads 0 -f mp4 output.mp4
Does the "older" version succeed with the following command line? $ ffmpeg -threads 1 -i input.vob -strict -2 -acodec aac -ab 128k -vcodec libx264 -preset fast -vprofile baseline -s 854x480 -crf 22 out.mp4 (Does the "Roku" only support h264 or also mpeg4? Testing without external libraries makes finding regressions much easier.) Generally, for all reports on this mailing list, complete, uncut console output is essential. Carl Eugen