Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage
Register FAQ Today's Posts Search

Reply
 
Thread Tools Search this Thread
Old 12th October 2002, 11:50   #1  |  Link
brawler
Registered User
 
Join Date: Oct 2002
Posts: 15
Avisynth and cce problem

i havent been able to get avisynth to work yet. here is the complete procedure i have used to setup my dvd ripping/encoding process:

1: ripped dvd movie files with dvd decryptor (movie vob's only)
2: used IfoEdit to create new IFO's, did the vob extras, and get vts sectors.
3: used dvd2avi with forced film setting to produce a d2v file.
4: created an .avs script to use with cce 2.50 (i also tried this with the newest version of cce).

LoadPlugin("C:\winnt\system32\avisynth.dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
ResampleAudio(44100)

5: opened cce and added my movie.avs script but cce produced an error:

Frame size 1012x56 is not supported. Supported fram size is up to 720x576.

i also tried to use the other dll file like this:
LoadPlugin("C:\winnt\system32\mpeg2dec_dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
ResampleAudio(44100)

recieved the same error with a different frame size.

does anyone know what im doing wrong with this whole process? from what i have read, using avisynth is suppose to be faster than the vfapi method so thats why im trying to figure out how to use it.
brawler is offline   Reply With Quote
Old 12th October 2002, 14:20   #2  |  Link
matrix
Registered User
 
Join Date: Jan 2002
Location: ..north of Great Lakes
Posts: 263
Forget the first script. you don't have to load avisynth. Use the second one, and you have to resize your clip.
BecubicResize(480,480,0,0.5) for NTSC or (480x576) for PAL. Or just BilinearResize(480,480)

Edit:

Read this and decide what filter you want to use.
__________________
Welcome....to the real world.

Last edited by matrix; 12th October 2002 at 15:52.
matrix is offline   Reply With Quote
Old 13th October 2002, 16:02   #3  |  Link
brawler
Registered User
 
Join Date: Oct 2002
Posts: 15
thanks for the reply matrix. i still have two questions though.

1: when i use this script i get the same error:

LoadPlugin("C:\winnt\system32\mpeg2dec_dll")
mpeg2source("C:\GROUNDHOG_DAY\VIDEO_TS\test.d2v")
BecubicResize(480,480,0,0.5)
ResampleAudio(44100)

2: im thinking about using the SimpleResize plugin but im not sure what the parameters i should use when making a ntsc dvd. maybe:

SimpleResize(480,480)

im confused as to why BecubicResize and SimpleResize shouldnt be 720 x 576?

thanks for your time!
brawler is offline   Reply With Quote
Old 13th October 2002, 17:23   #4  |  Link
matrix
Registered User
 
Join Date: Jan 2002
Location: ..north of Great Lakes
Posts: 263
I made a mistake in the first post, it should be BilinearResize. (I edited afterwards). You have simpleresize in dvd2svcd.
I never did dvd, 480x480 is the resolution of svcd. Yf you're encoding dvd, then I think it should be 720x480 for Ntsc.
I really don't know why doesn't work. That is a very simple script.
Are you sure avisynth is working properly? What version are you using? Mabe you don't have to load the plugin. If you are using 2.06, it does load them automaticly.
Try some searches, also this thread might be of some help.
__________________
Welcome....to the real world.
matrix is offline   Reply With Quote
Old 14th October 2002, 01:07   #5  |  Link
Justinus
Anime Otaku
 
Justinus's Avatar
 
Join Date: Jul 2002
Location: Hinatasou
Posts: 220
@brawler
Did you set parameters of DVD2AVI right? I think you'd double check d2v file again. You might set some thing wrong. With your report that:
Quote:
Frame size 1012x56 is not supported. Supported fram size is up to 720x576.
It's weird! Did you do any resize in DVD2AVI?
__________________
Trust is a social good to be protected just as much as the air we breathe or the water we drink. When it is damaged, the community as a whole suffers; and when it is destroyed, societies falter and collapse. - Bok (1978)
Justinus is offline   Reply With Quote
Old 14th October 2002, 02:12   #6  |  Link
asifanwar
Registered User
 
Join Date: Feb 2002
Posts: 70
Sometimes I get weird errors like that from CCE and it doesnt make sense. Drop the avs file onto Windows Media Player. That way you will get a slightly more informative error message than the one CCE is giving you. It will tell you the exact line of the script that is causing the problem

Hope this helps.
asifanwar is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:59.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.