[MPlayer-users] Convert to raw h.264 and increase frame rate
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Feb 17 20:20:30 CET 2012
Marlon Smith <marlon.smith10 <at> gmail.com> writes:
> mencoder input.avi -nosound -of rawvideo -ovc x264 -x264encopts
> bframes=0 -o output.264
>
> The video is playing back on a hardware device that always plays at
> 30fps. Therefore, I need my raw h.264 file to actually contain 30 fps.
Did you try
ffmpeg -i input.avi -an -r 30 out.h264
?
Carl Eugen
More information about the MPlayer-users
mailing list