Log in

View Full Version : Convert to Samsung Star


N3trunn3r
3rd March 2012, 20:45
Hi, I am trying to convert videos to my Samsung Star.
In the manual it only says it can play mp4 videos in 320/240 with 700kbs.

I experimented a bit and figured that the default "to iPod" setting in most converters work - kind of. I use Avidemux. The sad thing is the video is lagging and I get glitches playing it on the phone, in mplayer/VLC it works perfectly otherwise.

I tried converting to the iPod 5.5G version. But The mobile phone wont play those files.

I tried increasing Reference Frames but the phone is not compatible tho that.
But if I record videos with the phones camera in the same size (320/240) and at the same kbs rate the videos play lag and glitch free!
Why is that? What can I do?

Asmodian
5th March 2012, 01:24
Try x264.exe --crf 22 --tune fast-decode --level 2 --vbv-maxrate 2500 --vbv-bufsize 2000 -o output input
or if you need to do the resize too:
x264.exe --crf 22 --tune fast-decode --video-filter resize:320,240 --level 2 --vbv-maxrate 2500 --vbv-bufsize 2000 -o output input