[MEncoder-users] How to transcode MTS files recorded by Panasonic HDC-SD100 camera?
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Feb 14 01:26:07 CET 2012
Marton Sigmond <marton_sigmond <at> yahoo.com> writes:
>
> Thanks for the tips, now I am at 18 FPS with the following command:
> ffmpeg -y -threads 16 -i %in -f mpegts -r 25 -vcodec mpeg2video
> -s vga -aspect 16:9 -maxrate 1800k -b 1500k -bufsize 4096k
> -mbd 0 -acodec libmp3lame -ar 48000 -ab 128k -ac 2 %out
>
> Getting closer. :)
How fast is
ffmpeg -threads n -i file -f null -
?
If that isn't fast enough you have to add skiploopfilter all
(I don't know the exact ffmpeg command), the next step would
be skipframe nonref (which skips all B-frames).
Carl Eugen
More information about the MEncoder-users
mailing list