Yes I am a noob. I did my first conversion (the Matrix) using the Gknot/Divx Guide posted here and was totally blown away by the quality. It looks awesome and fit on one CD. I tried again using Panic Room and It did not work. I ended up with both my audio file (mp3, about 105mb) and My video File (about 334mb) but it did not merge the two files. Can I just use another proggy to merge the 2 files. Also can you guys look at my log an tell me what went wrong. My video file should have been 550-600mb's. TIA.
Gknot Dvix !!! What Happened?
Collapse
X
-
havent even looked at your log but panic room will not become very big because it is so dark and there are hardly any action scenes in it.
i think my version was ~550 mb for video and that was after some fiddling around with numerous options and filters.
++++
having seen your log file now i'd suggest you use a correct resolution:
you used 448 x 240, which is 1.85:1
the movie is 2.35:1, thus the according reolution would have been: 448 x 192
go for a higher resolution: use 704 x 288 and maybe a noise filter might be a good job.
i used convolution3d for smoothing this movie.
here is my avs script:
LoadPlugin("C:\TOOLS\GORDIA~2\GORDIA~1\mpeg2dec.dl l")
mpeg2source("E:\dvd\panic\panic.d2v")
crop(2,76,716,424)
LanczosResize(704,288)
Convolution3d(0,8,16,8,8,2,0)Last edited by UncasMS; 4 Feb 2003, 06:22 AM.
Comment