[MPlayer-users] Convert to raw h.264 and increase frame rate

Marlon Smith marlon.smith10 at gmail.com
Fri Feb 17 21:18:36 CET 2012


On Fri, 2012-02-17 at 19:20 +0000, Carl Eugen Hoyos wrote:

> 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
> 
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users


Thanks, I can give that a try, but I was hoping to use mencoder instead
of having to distribute another executable with my application.

Marlon


More information about the MPlayer-users mailing list