• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Framerate conversion

otnemem

New Member
Thread Starter
Joined
Aug 18, 2007
Messages
2
Likes
0
Hi,

as my mobile device (Sony Clie TH55) is a little bit slow I would like to reduce the frame rate to 15 fps so the movie has less frame drops and is still quite watchable. Is it possible to automatically convert the frame rate from 25 to 15 fps? I tried to generate a new entry for my device, but without success. It produces a working Avi-file, but the frame rate doesn't change. What am I doing wrong?

Code:
[TH55]
Manufacturer=Sony
ScreenRatio=3:2
Res1=320x240
Res2=424x320
ResAna1=320x180
ResAna2=480x270
lavcopts=vcodec=mpeg4:acodec=libmp3lame
VTag=DIVX
ARate=44100
ABRate=128
MVolume=10
Format=lavf
lavfopts=format=avi
FileType=avi
Quality=23
useMencoder=1
SubTitle=0
MaxVBitrate=450
mopts=-ofps 15
 
Hi,

as my mobile device (Sony Clie TH55) is a little bit slow I would like to reduce the frame rate to 15 fps so the movie has less frame drops and is still quite watchable. Is it possible to automatically convert the frame rate from 25 to 15 fps? I tried to generate a new entry for my device, but without success. It produces a working Avi-file, but the frame rate doesn't change. What am I doing wrong?


Don't use mopts for this - try this:

Framerate=15
 
Back
Top