Quantcast DVD2SVCD: Illegal Resolution - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
05-14-2003, 06:29 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
For some strange reason I'm getting this illegal resolution when DVD2SVCD calls up TMPGEnc. Its says..The resolution of the video is illegal
The Windows size needs to be set between 8x8 and 4088x4088
The width and height of the windows needs to be multiple of 8
Then at the bottom of TMPGEnc it shows this..
DVD2SVCD(Mpeg-1 804x56 23.976 fps CQ_VBR 25
I also seen this in the video window of tmpgenc..
Script error: expected a, or )
(C:\Program Files\DVD2SVCD\Movie\AviSynth_Script_file.avs,line 15,column 0 )

Here is the avisynth script I was using

LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1\Mpeg2dec \mpeg2dec.dll")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1\INVERS~1 \decomb.dll")
mpeg2source("C:\PROGRA~1\DVD2SVCD\Movie\DVD2AV~1.D 2V")
Telecide()
Decimate(5)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\Legalclip.dll")
Legalclip()
BicubicResize(3336,224,0.0,0.6)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\STMedianFilter.dll")
STMedianFilter(10, 30, 0, 0, 10, 30)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll")
Unfilter(50,50)
temporalsmoother(1,2)
LoadPlugin("C:\.Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll")
mergechroma(blur(1.5)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll")
mergeluma(blur(0.3))
AddBorders(8,8,8,
Legalclip()


Its seems if I do any script other than simpleresize or bicubic or bilinear with unfilter it fails..


David
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-14-2003, 07:49 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts


BicubicResize(3336

3336

do you copy it right DKruskie,or this is the value in the script?
Reply With Quote
  #3  
05-14-2003, 10:19 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
oops my bad..copied it wrong supposed to be 336 not 3336..sorry


David
Reply With Quote
  #4  
05-15-2003, 04:16 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by DKruskie
Then at the bottom of TMPGEnc it shows this..
DVD2SVCD(Mpeg-1 804x56 23.976 fps CQ_VBR 25

[...]

BicubicResize(336,224,0.0,0.6)

[...]

Its seems if I do any script other than simpleresize or bicubic or bilinear with unfilter it fails..
Each time I had this error, the problem was in the color space of the video that wasn't correct for TMPGEnc.

Try to add ConvertToRGB24() at the end of your script.
Reply With Quote
  #5  
05-15-2003, 09:42 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
yeah, try the line as Dialhot post but
i never got problems like this and
never put this lines in the script!
and my scripts have unfilter.

a good hint is install the avisynth 208!
Reply With Quote
  #6  
05-15-2003, 04:01 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Tried it with ConvertToRGB24()..didnt work got the same error..was I supposed to put it before the LegalClip() or after?..I tried it before the LegalClip()
I already have avisynth 208 installed..came with DVD2SVCD 113b2



David
Reply With Quote
  #7  
05-15-2003, 04:12 PM
el_mero_zooter el_mero_zooter is offline
Free Member
 
Join Date: Apr 2002
Location: T.O. (Da T-Dot)
Posts: 498
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to el_mero_zooter
Quote:
Originally Posted by DKruskie
illegal resolution. Its says..The resolution of the video is illegal
damn border crossers,,,i tell ya



ztr
Reply With Quote
  #8  
05-16-2003, 11:00 AM
Abond Abond is offline
Free Member
 
Join Date: Mar 2003
Posts: 243
Thanks: 0
Thanked 0 Times in 0 Posts
I see the error.
You have "mergechroma(blur(1.5) should be "mergechroma(blur(1.5))
Reply With Quote
  #9  
05-16-2003, 02:35 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
[AVISYNTH_LegalClip,STMedianFILTER,UnFilter,MergeCh roma,MergeLuma]
0=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\LegalClip.dll")
1=LegalClip()
2=SimpleResize(^TargetWidth,^TargetHeight)
3=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\STMedianFilter.dll")
4=STMedianFilter(10,30,0,0,10,30)
5=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll")
6=Unfilter(^Horizontal,^Vertical)
7=temporalsmoother(1,2)
8=LoadPlugin("C:\.Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll")
9=MergeChroma(blur(1.5))
10=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll")
11=MergeLuma(blur(0.3))
12=AddBorders(0,^BorderTop,0,^BorderBottom)
LegalClip()
!UnFilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll
^Horizontal=50
^Vertical=50
!LegalClip.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\LegalClip.dll
!STMedianFilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\StMedianFilter.dll
!MergeChroma.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll
!MergeLuma.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll


I know you have to provide values for Simpleresize, bicubicresize bilinearresize and unfilter..like unfilter (^Horizontal,^Vertical)
^Horizontal=50
^Vertical=50
But how would you do the values to in your script for mergechroma,mergeluma,stmedianfilter?
just wondering.

David
Reply With Quote
  #10  
05-16-2003, 10:47 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Started using moviestacker and tok..they work a helluva lot better


David
Reply With Quote
  #11  
05-17-2003, 02:23 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by DKruskie
Started using moviestacker and tok..they work a helluva lot better


David
right DKruskie!

if you want i can change the script to put the values...
or better, you can "transpose" the script
from MovieStacker to dvd2svcd too.
...
really better:
MovieStacker and ToK!
Reply With Quote
  #12  
05-17-2003, 07:31 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by DKruskie
Tried it with ConvertToRGB24()..didnt work got the same error..was I supposed to put it before the LegalClip() or after?..I tried it before the LegalClip()
You have to put it at the very end of the script. The last line.
Reply With Quote
  #13  
05-17-2003, 07:36 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jorel
yeah, try the line as Dialhot post but
i never got problems like this and
never put this lines in the script!
and my scripts have unfilter.
It depends of what decoder is used for rendering the video stream.

That means that, following with codec pack you have installed, you will need or not this line.
Reply With Quote
  #14  
05-17-2003, 11:01 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
For reason now not even the simpleresize and unfilter will work in DVD2SVCD..I wonder if it is the build I'm using 113b2 is at fault or if I put the filters In the wrong place. This driving me nutz. I put all my filters in the Avisynth2 plugins part of DVD2SVCD is this correct place? or should I put them somplace else?


Jorel wrote:
if you want i can change the script to put the values...

Sure I would like that

David
Reply With Quote
  #15  
05-17-2003, 11:03 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Dialhot
I tried putting it at the end too..not working either


David
Reply With Quote
  #16  
05-17-2003, 02:01 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by DKruskie
For reason now not even the simpleresize and unfilter will work in DVD2SVCD..I wonder if it is the build I'm using 113b2 is at fault or if I put the filters In the wrong place. This driving me nutz. I put all my filters in the Avisynth2 plugins part of DVD2SVCD is this correct place? or should I put them somplace else?


Jorel wrote:
if you want i can change the script to put the values...

Sure I would like that

David
David,

as i posted, remove this version,use the "old"...
i got problems with 113 too!

no matter where you put the filters,
don't need special place or folder.!
the important is the right direction to the filters in the script!
and reading your script seems all is in the right direction!

i can redo the script for you,using the same directions
changing only the adjusts that you want,ok?
wait for me.
later i post it friend.


ps:
wait a little cos
i need a new keyboard,
mine is mad!
the "shift" key ever fail and some more stranges things!

i edit this post 3 times,
this keyboard is driving me mad!
Reply With Quote
  #17  
05-17-2003, 02:06 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
That would be awesome..thanks


David
Reply With Quote
  #18  
05-17-2003, 09:48 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by DKruskie
That would be awesome..thanks


David
David, after edit 2 times,
this is your script with STF adjusts to test.

before all, copy(backup) your dvd2svcd.ini in another folder
backup means security.

copy all like posted within the lines, include the title
see the * before and after STF...
this is for change the values of STF, test please.

edit the dvd2svcd.ini and
change this line in the middle of the script:
Avisynth Setup=LegalClip,STMedianFILTER*,UnFilter,MergeChro ma,MergeLuma
to:
Avisynth Setup=LegalClip,*STMedianFILTER*,UnFilter,MergeChr oma,MergeLuma
and
copy this new script to the final of the dvd2svcd.ini and save.
important: close the dvd2svcd.ini after saved cos
sometimes if this file is open, the prog breaks

start dvd2svcd.
don't need to choose the script in the frameserver tab no more.
it will be there automatic
test changing the STF values and encode a little sample.

--------------------------------------------------------------------------------------

[AVISYNTH_LegalClip,*STMedianFILTER*,UnFilter,Merge Chroma,MergeLuma]
0=LoadPlugin(!mpeg2dec.dll)
1=LoadPlugin(!Legalclip.dll)
2=Legalclip()
3=SimpleResize(^TargetWidth,^TargetHeight)
4=LoadPlugin(!STMedianFilter.dll)
5=STMedianFilter(^sf,^se,^tf,^tm,^hf,^he)
6=LoadPlugin(!unfilter.dll)
7=Unfilter(^Horizontal,^Vertical)
8=TemporalSmoother(1,2)
9=LoadPlugin(!MergeChroma.dll)
10=MergeChroma(blur(1.5))
11=LoadPlugin(!MergeLuma.dll)
12=MergeLuma((blur(0.3))
13=AddBorders(0,^BorderTop,0,^BorderBottom)
14=LegalClip()
!Legalclip.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\LegalClip.dll
!UnFilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll
^Horizontal=50
^Vertical=50
!STMedianFilter.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\StMedianFilter.dll
^sf=10
^se=30
^tf=0
^tm=0
^hf=10
^he=30
!MergeChroma.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll
!MergeLuma.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll

--------------------------------------------------------------------------------------

if all is ok,we can put the merge choices too!
waiting your test and answers.


edited:
we forgot the position number and " = "
before the last legalclip.

edited again:
big errors, my mistake!

now is correct
Reply With Quote
  #19  
05-18-2003, 11:49 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Got it copied and ran it..got the same illegal error but this time it said
DVD2SVCD(mpeg-1 1004x56 23.976fps CQ_VBR25) saying it cant load legalclip in avisynth script line 3, but I noticed the last LegalClip() wont remain in the ini after I posted and have tried several times to add it and save.

here is a copy of dvd2svcd ini, maybe there is something wrong in here?
[Settings]
XPos=54
YPos=99
UseDVDRip=0
UsevStrip=0
UseInternalRip=1
Save diskspace=0
iDCT=0
DVD2AVI Pause=0
WavConv=5
BitRate=9
tooLame Mode=1
Autodetect Azid Gain=1
NoOfpasses=5
CCE Image Quality=17
CCE Anti noise value=2
CCE Anti noise=0
CBR=0
One Pass VBR=0
Multi Pass VBR=1
Dont Delete Files=1
Create VAF=1
QFactor=60
Linear quantizer scale=1
Zigzag scanning order=1
Use2Streams=0
Pri1Audio1=28
Pri1Audio2=139
Pri2Audio1=139
Pri2Audio2=139
Sub1=28
Sub2=139
Sub3=139
Sub4=139
Sub5=139
Sub6=139
Sub7=139
Sub8=139
Azid Gain Offset=6
Rip subtitles=0
Min. Delay. Between Subtitles=100
SVCD subtitles=0
Permanent subtitles=1
PAL Y-Pos=-1
NTSC Y-Pos=-1
MinsHigh1=50
MinsHigh2=63
MinsHigh3=102
MinsHigh4=125
MinsHigh5=170
NumCd1=1
NumCd2=1
NumCd3=1
NumCd4=1
NumCd5=1
NumCd6=1
CDSize 1=800
CDSize 2=800
CDSize 3=800
CDSize 4=800
CDSize 5=800
CDSize 6=800
MaxBitrate=2300
MinBitrate=500
MaxAvg=0
MinAvg=1600
Adjust Audio Bitrate=0
Use Min. Avg.=0
Force Film=0
Movie Offset=2
CDOverlap=0
Data Preparer=DVD2SVCD
Use I-Author=0
Use VCDImager=0
No images=1
Use VCDXBuild=0
Length of Chapters=120
Use TitlePicture=0
Use ChangeCD Picture=0
Avisynth Bicubic b Value=0
Avisynth Bicubic c Value=0.75
SmartDeinterlace Mode=2
SmartDeinterlace Treshold=10
SmartDeinterlace Denoise=1
SmartDeinterlace Blend=0
SmartDeinterlace Fast=1
Edit Avisynth Script file=0
UseAVI2SVCD=0
UsePVA2SVCD=0
UseDVD2SVCD=1
UseCDOverlap=0
FirstRun=0
Use CDMage=0
RunPerCDImage=0
RunFinal=0
RunPerCDImage Params=
RunFinal Params=
bbMPEG videoDelay Adjustment=344
bbMPEG audioDelay Adjustment=344
bbMPEG audio1Delay Adjustment=344
Use MPEGAV=0
FixedChapters=0
DVDChapters=1
ForceIAuthorSupport=1
TMPGEnc Rate Control Mode=3
ResizeMethod=2
Auto Intra DC=0
DC component precision=0
Avisynth Setup=LegalClip,STMedianFILTER*,UnFilter,MergeChro ma,MergeLuma
Frames pr spread=25
Spread=100
CCE Timecode=01:00:00:00
Prediction Size=0.999
UseMPEG1=1
UseMPEG2=0
Convert to Canopus codec=0
Convert to Divx4=0
Use Frameselection=0
New Default Folder=0
DVD2SVCD Level=1
Eject DVD=1
Luminance Gain=0
Luminance Offset=0
Audio1Downsampling=1
Audio2Downsampling=1
Audio1BitRate=7
Audio2BitRate=9
Folder Structure Source=
Folder Structure Video=
Folder Structure Audio=
Folder Structure Muxed=
Folder Structure Subs=Subs
Intra=8,16,19,22,26,27,29,34,16,19,22,26,27,29,34, 37,19,22,26,27,29,34,37,38,22,26,27,31,36,37,38,40 ,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,2 9,34,37,38,40,48,58,69,34,37,38,40,48,58,69,79
NonIntra=16,18,20,22,24,26,28,30,18,20,22,24,26,28 ,30,32,20,22,24,26,28,30,32,34,22,24,26,30,32,32,3 4,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,38, 40,28,30,32,34,36,38,42,42,30,32,34,36,38,40,42,44
Matrice Preset=KVCD
Use deafult Matrice=0
LFEDownmixLR6Ch=-3
LFEDownmixLFE6Ch=0
CenterDownmix6Ch=0
SurroundDownmix6Ch=0
DynamicCompression6Ch=1
StereoDownmixType6Ch=0
RearChannelFiltering6Ch=0
DialogNorm6Ch=0
LFEDownmixLR2Ch=-3
LFEDownmixLFE2Ch=0
CenterDownmix2Ch=-1
SurroundDownmix2Ch=-1
DynamicCompression2Ch=1
StereoDownmixType2Ch=0
RearChannelFiltering2Ch=0
DialogNorm2Ch=0
No Audio Conversion=0
Flip Vertival=0
Add ResampleAudio=0
Resize To=2
Use CCE=0
Use TMPGEnc=1
Use ProCoder=0
ProCoder CBR VBR Type=2
ProCoder Quality=3
ProCoder Field Order=2
Procoder Close GOPs=0
ProCoder Frames In GOP=15
ProCoder Distance IP=0
Procoder Use Sequence Header=1
ProCoder Picture Structure=1
Procoder DC Precision=1
CCE Safe Mode=0
RoBa Multi Pass=0
RoBa Visibel=0
CCE Bias=20
CCE Field Order=2
Progressive=1
DVD Compliant=0
Restrict auto I frame insertion=0
Close all GOPs=0
Intra DC=2
M GOP=3
MN GOP=5
SEQ Header=1
Constrained Parameter Set=1
TMPGEnc Motion search precision=5
TMPGEnc Field Order=2
TMPGEnc Num of passes=2
OffsetFixed CQ Value=30
OffsetFixed CQ_VBR Value=25
Use fixed CQ Value=0
Output YUV data as Basic YCbCr not CCIR601=0
Use floating point DCT=1
No motion search for still picture part by half pixel=0
Soften block noise=0
Soften Intra=35
Soften NonIntra=35
TMPGEnc GOP I Pictures=1
TMPGEnc GOP P Pictures=15
TMPGEnc GOP B Pictures=2
TMPGEnc SEQ Headers=1
TMPGEnc Max frames in GOP=15
TMPGEnc Close GOPs=0
TMPGEnc Detect Scene Change=0
Enabled Padding=1
TMPGEnc VBVBuffer=40
Use CCE Template=0
CCE Template=
SubOutputPalette0=clBlack
SubBlendPalette0=0
SubOutputPalette1=clWhite
SubBlendPalette1=15
SubOutputPalette2=$001E1E1E
SubBlendPalette2=15
SubOutputPalette3=clGray
SubBlendPalette3=15
Resize Subtitles=100
CVD subtitles=0
External PAL Y-Pos=480
External NTSC Y-Pos=400
SubStreamIDOffset=1
External Subtitle Font Name=Verdana
External Subtitle Font Size=18
External Subtitle Font Style=0
bbMPEG MPEG1=0
bbMPEG VCD=1
bbMPEG MPEG2=0
bbMPEG SVCD=0
bbMPEG DVD=0
bbMPEG VBR=1
bbMPEG Pad VCD=0
bbMPEG Write PEC=1
bbMPEG Add Scan Offsets=0
bbMPEG Align Sequence Headers=0
bbMPEG Use Private Stream 2=0
bbMPEG Computed Bitrate=1
bbMPEG TimeStamps=0
bbMPEG Pulldown=2
bbMPEG MuxRate=0
bbMPEG Pack Size=2324
bbMPEG Packets Pack=1
bbMPEG Video Buffer=46
bbMPEG Audio 1 Buffer=4
bbMPEG Audio 2 Buffer=4
PBCType=0
Use LastCD Picture=0
Use EntrySVD=0
Save XML=1
Save Movie Info=1
ProcessPriority=1
Automatic Shutdown=0
Anamorphic Aspect=1

[Executables]
vStrip Executable=C:\Program Files\DVD2SVCD\vStrip\vStrip.exe
DVD2AVI Executable=C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.exe
SubMux Executable=C:\Program Files\DVD2SVCD\WinSubMux\WinSubMux.exe
Pulldown Executable=C:\Program Files\DVD2SVCD\pulldown\pulldown.exe
BeSweet Executable=C:\Headac3he0.23a\Headac3he0.23a\SweetH ead.exe
MPEG51 Executable=C:\Program Files\DVD2SVCD\MPEG5.1\pub_enc.exe
bbMPEG Executable=C:\Program Files\DVD2SVCD\bbMPEG\RunbbMPEG.exe
VCDImager Executable=C:\Program Files\DVD2SVCD\VCDImager\VCDImager.exe
VCDXBuild Executable=C:\Program Files\DVD2SVCD\VCDImager\VCDXBuild.exe
Title Picture=C:\Program Files\DVD2SVCD\DefaultTitlepicture.bmp
Change CD Picture=C:\Program Files\DVD2SVCD\DefaultChangeCD.bmp
Last CD Picture=C:\Program Files\DVD2SVCD\DefaultLastCD.bmp
PVA Executable=
CDMage Executable=
RunPerCDImage Executable=
RunFinal Executable=
VFAPI Executable=C:\Program Files\DVD2SVCD\VFAPI\Reader\VFAPIConv-EN.exe
ProCoder Frameserver Executable=C:\Program Files\DVD2SVCD\VFAPI\Reader\VFAPIConv-EN.exe
MadPlay Executable=C:\Program Files\DVD2SVCD\MADPlay\madplay.exe
AVS2 MPG2Dec DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\mpeg2dec.dll
AVS2 Dividee MPEG2Dec=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\mpeg2dec.dll
AVS2 InverseTelecine DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\InverseTelecine\decomb.dll
AVS2 Subtitle DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Avisynth Subtitler.dll
AVS2 BMP Loader DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Avisynth BMP Loader.dll
AVS2 SimpleResize DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\SimpleResize\SimpleResize.dll
AVS2 LegalClip DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\LegalClip.dll
AVS2 STMedianFilter DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\STMedianFilter.dll
AVS2 UnFilter DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll
AVS2 MergeChroma DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll
AVS2 MergeLuma DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll
AVS2 GripFit_preview DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\GripFit_preview\GripFit_preview.dll
AVS2.5 MPG2Dec DLL=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\Mpeg2dec\mpeg2dec3.dll
AVS2.5 Dividee MPEG2Dec=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\Mpeg2dec\mpeg2dec.dll
AVS2.5 InverseTelecine DLL=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\InverseTelecine\decomb.dll
AVS2.5 Subtitle DLL=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\Avisynth Subtitler.dll
AVS2.5 BMP Loader DLL=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\Avisynth BMP Loader.dll
AVS2.5 SimpleResize DLL=C:\Program Files\DVD2SVCD\Avisynth2.5 Plugins\SimpleResize\SimpleResize.dll
CCE Executable=
TMPGEnc Executable=C:\Program Files\TMPGEnc\TMPGEnc.exe
ProCoder Executable=
I-Author Executable=

[Folders]
vStrip Folder=C:\Program Files\DVD2SVCD\Movie
DVD2AVI Folder=C:\Program Files\DVD2SVCD\Movie
Audio Folder=C:\Program Files\DVD2SVCD\Movie
CCE Folder=C:\Program Files\DVD2SVCD\Movie
Pulldown Folder=C:\Program Files\DVD2SVCD\Movie
Subpictures Folder=C:\Program Files\DVD2SVCD\Movie\subs
bbMPEG Folder=C:\DVD
I-Author Folder=C:\Program Files\DVD2SVCD\Movie
PVA Folder=C:\Program Files\DVD2SVCD\Movie
TMPGEnc Folder=C:\Program Files\DVD2SVCD\Movie
ProCoder Folder=C:\Program Files\DVD2SVCD\Movie

[AVISYNTH_SimpleResize]
0=LoadPlugin(!SimpleResize.dll)
1=SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\SimpleResize\SimpleResize.dll

[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_valu e,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6

[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)

[AVISYNTH_LegalClip,STMedianFILTER*,UnFilter,MergeC hroma,MergeLuma]
0=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip\LegalClip.dll")
1=LegalClip()
2=SimpleResize(^TargetWidth,^TargetHeight)
3=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter\STMedianFilter.dll")
4=STMedianFilter(^sf,^se,^tf,^tm,^hf,^he)
5=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\UnFilter.dll")
6=Unfilter(^Horizontal,^Vertical)
7=temporalsmoother(1,2)
8=LoadPlugin("C:\.Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma\MergeChroma.dll")
9=MergeChroma(blur(1.5))
10=LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma\MergeLuma.dll")
11=MergeLuma(blur(0.3))
12=AddBorders(0,^BorderTop,0,^BorderBottom)
^sf=10
^se=30
^tf=0
^tm=0
^hf=10
^he=30
^Horizontal=50
^Vertical=50


David
Reply With Quote
  #20  
05-18-2003, 03:27 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
sorry David,
i was thinking that the problem of illegal error was gone!

then i change the script...i forgot the probelm ...but answer please:
after you choose the new script you could
change the values of STF filters in the frameserver tab?


give a little time to read your full dvd2svcd.ini and
i will try to see if have something wrong there ,ok?
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: Error - The resolution of the video is illegal TheDJ Video Encoding and Conversion 4 04-30-2004 11:15 AM
tmpgenc - the resolution of video is illegal? CaLaFaT Video Encoding and Conversion 10 01-14-2004 04:33 AM
Resolution of video is illegal? ahchagas Video Encoding and Conversion 7 09-26-2003 01:55 PM
TMPGEnc: Illegal resolution? elpotito Video Encoding and Conversion 0 07-29-2003 04:03 AM
Avisynth: Illegal resolution? DKruskie Avisynth Scripting 4 07-08-2003 08:23 PM




 
All times are GMT -5. The time now is 04:39 PM  —  vBulletin © Jelsoft Enterprises Ltd