PDA

View Full Version : divx to dvd


bex
16th October 2002, 20:50
I have sum of all fears on divx at the resolution of 640x272

its ntsc 23,976 fps

I can use tmpgenc with a video arange method full screen (keep aspect ratio 2) and a can convert it to 720x480 16:9 and it will add the borders at the top and the bottom to keep the aspect correct

I would like to use avisynth and cce to get the same result

if I do a bicubicrezize(740,480) the aspect will be wrong

I know you can addborders but I am not sure of the settings needed


Bex

hakko504
17th October 2002, 08:00
640/(16/9)=360 => You need to add black borders to make the video 360 pixels high. Then resize to 740x480:AviSource(clip.avi)
addborders(0,44,0,44)
BicubicResize(720,480)

sh0dan
17th October 2002, 09:40
Or faster, resize to 720x405, and then add borders for the rest (37 at the top, 38 at the bottom).

bex
17th October 2002, 15:19
thanks to you both

I am on with it now

bex
18th October 2002, 13:09
all I need now is a way of getting the ac3 out easly

at the moment its vertual dub save wave (direct steam copy)
change .wav to .ac3
load into headac3 and save as wave
softencode to ac3

int 21h
18th October 2002, 13:50
This is going to look terrible, you should consider downloading the DVD-R if you're into this sort of piracy.

bex
18th October 2002, 13:54
I just want to play it on my dvd player not my computer

Prosper
19th October 2002, 18:39
Converting to SVCD would prolly be an easier, faster, and cheaper way to do that.