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

Reply
 
LinkBack Thread Tools
  #21  
05-18-2003, 03:38 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
hey,
i think that i found some.


i forgot the number before legalclip.

14=legalclip()

i'm editing to correct the script!
you can copy and save again please
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
  #22  
05-18-2003, 03:41 PM
BONOoo BONOoo is offline
Free Member
 
Join Date: Apr 2003
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
It sounds like the same issue I was having http://www.kvcd.net/forum/viewtopic.php?t=4066 Can you view the error on video using tpmge when encoding begins?
Reply With Quote
  #23  
05-18-2003, 03: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
no friend,
when i copy your script i don't see the error in the last legalclip.

please,try again,the script was corrected now.



you got pm
Reply With Quote
  #24  
05-18-2003, 07:36 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Yes I change the values of STMedianFilter now
Testing it right now.



David
Reply With Quote
  #25  
05-18-2003, 08:42 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Well tested the script and for some reason I'am still getting the illegal resolution..Darnnit..1004x56 I wonder if my copy dvd2svcd 113b2 is a bad dowload? I am gonna uninstall it and redownload it and see if this hrelps.



David
Reply With Quote
  #26  
05-18-2003, 10:58 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
DKruskie

we forgot to load the mpeg2dec.dll in the script...
is here like in your full dvd2svcd.ini :
C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\mpeg2dec.dll

hints for script:
^ = Numerical
! = Filename
§ = Text
? = Boolean
then we have to load it!

another error....a big mistake:
dvd2svcd script dont use the " .
the prog use the " ! " in the script to load the dlls too.
see this original from the dvd2svcd.ini :
[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

the big script posted will be edited again,
i found all errors,wait a little
... ...
...

i'm back after 2 editions.
now the script is edited and ok, no more errors.
you can try again friend David
read all again with atention please.
i change some words for new instructions, and see:
the script is really different.

we take the best of it now


post the result please.

(2 days without sleep)

yes, my photo!
Reply With Quote
  #27  
05-19-2003, 09:33 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
well got another illegal error. 804x56
Script error: expected a, or )
(C:\Program Files\DVD2SVCD\Movie\AviSynth_Script_File.avs, line 15, column 0)...here is the avs script from DVD2SVCD

LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1\Mpeg2dec \mpeg2dec.dll")
mpeg2source("C:\PROGRA~1\DVD2SVCD\Movie\DVD2AV~1.D 2V")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\Mpeg2dec\mpeg2dec.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\LegalClip.dll")
Legalclip()
SimpleResize(352,180)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\STMedianFilter.dll")
STMedianFilter(10,30,0,0,10,30)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter.dll")
Unfilter(50,50)
TemporalSmoother(1,2)
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeChroma.dll")
MergeChroma(blur(1.5))
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth2 Plugins\MergeLuma.dll")
MergeLuma((blur(0.3))
AddBorders(0,30,0,30)
LegalClip()

David
Reply With Quote
  #28  
05-19-2003, 09:35 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Duh..I see the problem in mergeluma, too many ( 's before value..gonna test it again


David
Reply With Quote
  #29  
05-19-2003, 10:07 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Fixed the mergeluma problem..then I found one more error needed a
LoadPlugin(!SimpleResize.dll)..now it works perfect after testing ..need just a liitle more help..how to do the values for mergechroma and mergeluma.
Reply With Quote
  #30  
05-19-2003, 11:05 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
how to do the values for mergechroma and mergeluma.
Don't you ever read the manuals ?

There is a file called "Readme.txt" in the DVD2SVCD directory that gives all explanation about how to do a proper .ini file
Reply With Quote
  #31  
05-19-2003, 06:32 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Yes I have read the readme txt in dvd2svcd and shows a very simple example but nothing about other filters, I just got done reading stuff at the avisynth website so now I know how to do the values I need. ..I'm just a newbie with working with avisynth and felt a little over my head on some of this stuff , and I very much appreciate all that Jorel has done for me on this .


David
Reply With Quote
  #32  
05-19-2003, 06:45 PM
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
Yes I have read the readme txt in dvd2svcd and shows a very simple example but nothing about other filters
It's amazing ! This file give an example for Dup and Convolution3D. All you have to do for using other plugin is to adapt these examples with wathever you want insteed of Dup or Convolution3d.

I understand that everyone has to start one day but... I really don't see any difficulty there.

The most important is to understand the principle, not to copy "dumbly" what Jorel gave to you. What will you do when Jorel will be on vacation ?

BTW, it's not very important, just a 2 cent thought. The most important is that you manage to encode your video.
Reply With Quote
  #33  
05-19-2003, 08:51 PM
ovg64 ovg64 is offline
Free Member
 
Join Date: Jan 2003
Location: Puerto Rico
Posts: 423
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to ovg64
Quote:
Originally Posted by DKruskie
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
How did you get in this much trouble
Reply With Quote
  #34  
05-19-2003, 10:18 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Complete inexperience with this kind of stuff.


David
Reply With Quote
  #35  
05-20-2003, 03:46 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
take it easy boys,you all know,
i really love this place and people here.

if is needed, we stay in this thread for a year,
and you will got what you need.
i'm not expert in nothing, but will help at the end,when all will work
you know too:
my poor english is ugly,but we can find the road.

everyone that want to help will be great
i learn (just a little)use dvd2svcd in doom9 reading tons....
the help there is too short for newbys....
nights without sleep reading and making scripts that break my head,
i have tons of scripts working with adjusts,
but no one with mergeluma/chroma,we have to make and we will.

back to script...

David...your question:
how to do the values for mergechroma and mergeluma

we will do it friend, first we need solve initial errors and
make the STF adjusts works.
STF is ok? the adjusts are working?
no more errors in the script?
Reply With Quote
  #36  
05-20-2003, 04:33 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
i have tons of scripts working with adjusts,
but no one with mergeluma/chroma,we have to make and we will.
I agree with you Jorel, "take it easy", but again, where is the difficulty ?

Just take the line where you have "11=MergeLuma(Blur(0.3)) and change it by "11=MergeLuma(Blur(^LumaValue))" and add a line "^LumaValue = 0.3" at the end of your .ini file.

Same for MergeChroma. That's all.

No need of hours of reading, no need of 2 kilometers long post, just need to think.

But I wonder you don't have any skills in programing either, and in that case, I'm apologize for my lack of patience
Reply With Quote
  #37  
05-20-2003, 08:26 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Jorel..nope no more errors in script..samples I encoded worked perfect. I figured out how to do the values for merchroma and mergeluma last night after doing some reading at the avisynth website..but the end result was perfect. I used a result like dialhot suggested, except I used MergeChroma(blur(^chroma)) and MergeLuma(blur(^Luma)) then just added the values ^chroma=1.5 and ^Luma=0.3. I also had figured out that my direction for the filters were wrong, I had it using for example AVS2 UnFilter DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter\Unfilter.dll was causing the errors when it was supposed to be AVS2 UnFilter DLL=C:\Program Files\DVD2SVCD\Avisynth2 Plugins\UnFilter.dll. Neeedles to say I wouldnt have gotten this far without your patience and help on this script Thank You

David
Reply With Quote
  #38  
05-20-2003, 09:44 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
I used a result like dialhot suggested, except I used MergeChroma(blur(^chroma)) and MergeLuma(blur(^Luma)) then just added the values ^chroma=1.5 and ^Luma=0.3
Yeap ! :yippie:
You finally understood the "philosophy" of the .ini file. Now you will be abble to include whatever new filter you want by yourself. Isn't this great ?
Reply With Quote
  #39  
05-20-2003, 10:55 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 Dialhot
Quote:
Originally Posted by jorel
i have tons of scripts working with adjusts,
but no one with mergeluma/chroma,we have to make and we will.
I agree with you Jorel, "take it easy", but again, where is the difficulty ?

Just take the line where you have "11=MergeLuma(Blur(0.3)) and change it by "11=MergeLuma(Blur(^LumaValue))" and add a line "^LumaValue = 0.3" at the end of your .ini file.

Same for MergeChroma. That's all.

No need of hours of reading, no need of 2 kilometers long post, just need to think.

But I wonder you don't have any skills in programing either, and in that case, I'm apologize for my lack of patience
thanks Dialhot
you help me and David in a big and faster step.

No need of hours of reading?
you don't need but i have horrible english and
have to read tons and in slow motion.
maybe you will have the same difficulty
if you post some in the portuguese forum.
than you will understand what i'm trying to say.
you read one page in english in 1 minute,
i in 5 minutes and with a big dictionary!
read the thread from the first page,
you'll see some problems in the script
before this all works!

the worse:
in daylight,the internet in Brasil is slow,
sometimes i need minutes to load a page
and spend much money too,...than
when everybody is sleeping,
i'm here reading and learning some.
and i stay 2 or 3 days without sleep,
only to stay here reading.
in daylight i do some tests and encodes.
now here is 13:03 and everyday in the midnight...i'm here.
compare with your local time.

you wrote too:
"no need of 2 kilometers long post,..."
sorry ,i'm trying do do the best
that i can with my short knowledge!
and he is very short.

hey, we need to use the "enter" key in the
middle of the phrases cos all are too large

thank you Dialhot


David, all is ok now!
i'm happy too friend.
Reply With Quote
  #40  
05-20-2003, 11:21 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
thanks Dialhot
you help me and David in a big and faster step.
You're welcome


Quote:
No need of hours of reading?
you don't need but i have horrible english and
have to read tons and in slow motion.
maybe you will have the same difficulty
if you post some in the portuguese forum.
I can but I'm not sure anyone will understand me
(that's perhaps why nobody answer me on the Italian forum )

Quote:
read the thread from the first page,
you'll see some problems in the script
before this all works!
I read it since the first post. And I lost my patience seeing how a hill becomes a mountain (or a mouse an elephant, as you want) in these posts. I apologize for that

Quote:
you wrote too:
"no need of 2 kilometers long post,..."
sorry ,i'm trying do do the best
that i can with my short knowledge!
Again, you're welcome. For sure, my 20 years of programming knowledge is a big advantage on you.

Quote:
hey, we need to use the "enter" key in the
middle of the phrases cos all are too large
And you can also use private message. For instance... for asking me some help if you need to modify again your dvd2svcd.ini. But it's just a suggestion
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:26 PM  —  vBulletin © Jelsoft Enterprises Ltd