• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

HELP!!- Poblems with Batch DPG

Started by roadbusta, December 01, 2006, 03:52:09 AM

Previous topic - Next topic

roadbusta

Hi
I converted some .wmv files into .dpg filesusing batch DPG. When I played them on my Supercard lite, the clips started to flicker for about half the duration of the clip. The rest of the clip, they played fine.

My settings are as follows:

Video

FPS:20
Width: 256
Heigth: 192
Bitrate: 128
Profile: High

Audio

Bitrate 128
Samplerate 32000

Could somebody please tell me what I am doing wrong??? :?

onekelly

The below is from the moonshell tutorial. If you haven't read it, there is more info on batchdpg in it as well.

Quote from: "onekelly"
Playback Issues

Video skips slightly:n your "global.ini" in the Shell folder of MoonShell with Notepad and edit the following - Dithering=1 / GOPSkip=1 and replace the 1's with 0's. Also, if the video bitrate and frame rate is too high, it may cause more in-video skips. You can also play around with the AdaptiveDelayControl. What it does if set to 1 is focus mainly on video and sound sync and if set to 0, focus solely on video. I recommend setting it to 0 if you watch animation and 1 if you watch normal shows.

(So in a nutshell this is what he is settings he is saying to use in global.ini)

Dithering=0
GOPSkip=0
AdaptiveDelayControl=0


roadbusta

Thanks for replying, will try it out.