PDA

View Full Version : 15 fps AVI to MPEG2


AlanHK
19th October 2006, 12:44
I have an AVI encoded at 15fps.

How can I convert this to DVD standard MPEG2?

Would HCEnc then DGPulldown (to 29.97? or 30?) work?

Could this be done in the AVS file that serves the AVI to HC?

I let DivXtoDVD have its way, and it converted it to 29.97. But I prefer to use HCEnc if possible.

Mr_Odwin
19th October 2006, 14:38
In the avs script you could try:

Changefps(30)
Assumefps(30000,1001,true)
resampleaudio(48000)

This would alter the length very slightly so you'd have to account for that when treating the audio.

AlanHK
23rd October 2006, 03:49
In the avs script you could try:

Changefps(30)
Assumefps(30000,1001,true)
resampleaudio(48000)

This would alter the length very slightly so you'd have to account for that when treating the audio.

Thanks, that worked.