View Full Version : editing the ini file


onisama
25th January 2003, 16:51
I am trying to do a batch encode, which I can do without any problems. My question or problem is I want to add some lines to each avs file and after all my searching I am still unsure how to do this with a batch encode.

I am guessing I can edit the dvd2svcd.ini file, but I'm not sure where to put my script or at what step in the process to edit the ini file.

Here is what my avs file in question usually looks like:

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2D~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\INVERS~1\DONALD~1\decomb.dll")
mpeg2source("C:\DOCUME~1\BadAss\Desktop\OUTLAW~1\ep22\DVD2AV~1.D2V")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(Cycle=5)
TemporalSmoother(2,1)
BicubicResize(480,480,0.00,0.55)
ResampleAudio(44100)


The lines I need to add are:

Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(Cycle=5)
TemporalSmoother(2,1)


I have to add the ts because I couldn't find ts settings on the new version of d2s.

I've looked at several ini files of encodes that are completed and am trying to compare those to the ini files of those projects I am wanting to batch encode and I'm not sure where or what to edit.

Any help would be appreciated. Thx

markrb
25th January 2003, 17:57
Have a look at this sticky in the advanced forum:
http://forum.doom9.org/showthread.php?s=&threadid=35746

This shows you many different additions to the ini and you should be able to get an idea how it works.

Also there is a readme.txt file in the DVD2SVCD directory that explains how to create the additions to the ini.

Don't use an original ini. Use a copy and name it something else. If you are making SVCD's work with the SVCD.ini and for VCD's use the VCD.ini.

Once you have modified the file you must then load it into DVD2SVCD on the Misc tab.

Mark

onisama
25th January 2003, 18:53
Once you have modified the file you must then load it into DVD2SVCD on the Misc tab.

So can i not do this with batch conversion?

onisama
25th January 2003, 21:27
Ok after giving this more thought, I think I may have it figured out. Edit the ini file and then load that in the settings box on the misc tab before ripping each movie/ep. I'll give it a try and see what happens.:)

markrb
26th January 2003, 05:46
Once an ini file is loaded is remains loaded until you change it manually. It also remains on the settings you decide to use on the drop down as well.

Yes before ripping. This way you set up the way you want your avs file to read and then it will use that one until changed.

Mark

onisama
26th January 2003, 18:38
here is my ini file, I loaded it before the rip started, then did a batch conversion and the avs file ended up looking like this:

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2D~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\INVERS~1\DONALD~1\DECOMB~1.DLL")
mpeg2source("C:\DOCUME~1\WINDOW~1\Desktop\DVDTEMP\GUNDAM~1\41\DVD2AV~1.D2V")
Telecide()
Decimate(5)
ResampleAudio(44100)


When I wanted it to look like this:

LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2D~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\INVERS~1\DONALD~1\decomb.dll")
mpeg2source("C:\DOCUME~1\WINDOW~1\Desktop\DVDTEMP\GUNDAM~1\41\DVD2AV~1.D2V")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(Cycle=5)
TemporalSmoother(2,1)
BicubicResize(480,480,0.0,0.6)
ResampleAudio(44100)


Did I do something wrong?

Here is the ini file:

[Executables]
PVA Executable=
vStrip Executable=C:\Program Files\DVD2SVCD\vStrip\vStrip.exe
DVD2AVI Executable=C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.exe
BeSweet Executable=C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe
MadPlay Executable=C:\Program Files\DVD2SVCD\MADPlay\madplay.exe
MPEG51 Executable=C:\Program Files\DVD2SVCD\MPEG5.1\pub_enc.exe
CCE Executable=C:\Program Files\DVD2SVCD\cctsp.exe
VFAPI Executable=C:\Documents and Settings\windows user\Desktop\video utils\Link2v094.zip\link2.exe
TMPGEnc Executable=C:\Documents and Settings\windows user\Desktop\video utils\tmpgenc\TMPGEnc.exe
Pulldown Executable=C:\Program Files\DVD2SVCD\Pulldown\pulldown.exe
SubMux Executable=C:\Program Files\DVD2SVCD\WinSubMux\WinSubMux.exe
bbMPEG Executable=C:\Program Files\DVD2SVCD\bbMPEG\RunbbMPEG.exe
I-Author Executable=
VCDImager Executable=C:\Program Files\DVD2SVCD1.09b3\VCDImager\VCDImager.exe
VCDXBuild Executable=C:\Program Files\DVD2SVCD1.09b3\VCDImager\VCDXBuild.exe
CDMage Executable=
RunPerCDImage Executable=
RunFinal Executable=
MPG2Dec DLL=C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
InverseTelecine DLL=C:\Program Files\DVD2SVCD\InverseTelecine\Donald Graft\DecombLegacy.dll
Subtitle DLL=C:\Program Files\DVD2SVCD\Avisynth Subtitler.dll
BMP Loader DLL=C:\Program Files\DVD2SVCD\Avisynth BMP Loader.dll
SimpleResize DLL=C:\Program Files\DVD2SVCD1.09b3\SimpleResize\SimpleResize.dll
Title Picture=C:\Program Files\DVD2SVCD1.09b3\DefaultTitlepicture.bmp
Change CD Picture=C:\Program Files\DVD2SVCD1.09b3\DefaultChangeCD.bmp
Last CD Picture=C:\Program Files\DVD2SVCD\DefaultLastCD.bmp
Dividee MPEG2Dec=C:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll
[Folders]
PVA Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
DVD2AVI Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
vStrip Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
Audio Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
CCE Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
TMPGEnc Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
Pulldown Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
bbMPEG Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
I-Author Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\
Subpictures Folder=C:\Documents and Settings\windows user\Desktop\DVDTEMP\OUTLAW STAR\ep26\Subs
[Settings]
XPos=229
YPos=40
FirstRun=0
Resize AVS Position=1
TemporalSmoother AVS Position=2
Sharpen AVS Position=3
UsePVA2SVCD=0
UseDVD2SVCD=1
UseAVI2SVCD=0
UseMPEG1=0
UseMPEG2=1
Convert to Canopus codec=0
Convert to Divx4=1
Use Frameselection=0
New Default Folder=0
DVD2SVCD Level=1
UseDVDRip=1
UsevStrip=0
UseInternalRip=1
Eject DVD=0
iDCT=0
DVD2AVI Pause=0
Luminance Gain=0
Luminance Offset=0
Audio1Downsampling=0
Audio2Downsampling=0
Audio1BitRate=8
Audio2BitRate=9
tooLame Mode=0
Autodetect Azid Gain=1
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,16,22,24,27,29,34,37,19,22,26,27,29,34,34,38,22,22,26,27,29,34,37,40,22,26,27,29,32,35,40,48,26,27,29,32,35,40,48,58,26,27,29,34,38,46,56,69,27,29,35,38,46,56,69,83
NonIntra=16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16
Matrice Preset=CCE 2.50 Standard
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
TemporalSmoother Strength=2
TemporalSmoother Radius=1
Use TemporalSmoother=1
Use Sharpen=0
Sharpen Value=0
ResizeMethod=0
Avisynth Bicubic b Value=0
Avisynth Bicubic c Value=0.55
Flip Vertival=0
Add ResampleAudio=1
Resize To=0
Use CCE=1
Use TMPGEnc=0
CCE Safe Mode=0
NoOfpasses=4
CCE Image Quality=20
CCE Anti noise value=5
CCE Anti noise=1
CBR=0
One Pass VBR=0
Multi Pass VBR=1
CCE Field Order=2
Progressive=0
Auto Intra DC=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 Rate Control Mode=2
TMPGEnc Motion search precision=4
TMPGEnc Field Order=2
Frames pr spread=50
Spread=40
OffsetFixed CQ Value=80
Use fixed CQ Value=0
DC component precision=2
Output YUV data as Basic YCbCr not CCIR601=0
Use floating point DCT=1
No motion search for still picture part by half pixel=1
Soften block noise=1
Soften Intra=100
Soften NonIntra=100
TMPGEnc GOP I Pictures=1
TMPGEnc GOP P Pictures=4
TMPGEnc GOP B Pictures=3
TMPGEnc SEQ Headers=1
TMPGEnc Max frames in GOP=0
TMPGEnc Close GOPs=0
TMPGEnc Detect Scene Change=1
Enabled Padding=0
Dont Delete Files=1
Create VAF=1
QFactor=5
Linear quantizer scale=1
Zigzag scanning order=0
Use2Streams=1
Pri1Audio1=54
Pri1Audio2=28
Pri2Audio1=-1
Pri2Audio2=-1
Sub1=28
Sub2=139
Sub3=-1
Sub4=-1
Sub5=-1
Sub6=-1
Sub7=-1
Sub8=-1
Azid Gain Offset=6
SubOutputPalette0=clBlack
SubBlendPalette0=0
SubOutputPalette1=clYellow
SubBlendPalette1=15
SubOutputPalette2=$001E1E1E
SubBlendPalette2=15
SubOutputPalette3=clOlive
SubBlendPalette3=15
Rip subtitles=1
Min. Delay. Between Subtitles=100
Resize Subtitles=100
SVCD subtitles=0
CVD subtitles=1
Permanent subtitles=0
PAL Y-Pos=-1
NTSC Y-Pos=-1
bbMPEG MPEG1=0
bbMPEG VCD=0
bbMPEG MPEG2=0
bbMPEG SVCD=1
bbMPEG DVD=0
bbMPEG VBR=1
bbMPEG Pad VCD=0
bbMPEG Write PEC=1
bbMPEG Add Scan Offsets=0
bbMPEG Align Sequence Headers=1
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=230
bbMPEG Audio 1 Buffer=4
bbMPEG Audio 2 Buffer=4
bbMPEG videoDelay Adjustment=180
bbMPEG audioDelay Adjustment=180
bbMPEG audio1Delay Adjustment=180
Use MPEGAV=0
MinsHigh1=26
MinsHigh2=76
MinsHigh3=100
MinsHigh4=120
MinsHigh5=163
NumCd1=1
NumCd2=1
NumCd3=2
NumCd4=2
NumCd5=3
NumCd6=3
CDSize 1=380
CDSize 2=790
CDSize 3=790
CDSize 4=790
CDSize 5=790
CDSize 6=800
MaxBitrate=2404
MinBitrate=300
MaxAvg=2230
MinAvg=1600
Adjust Audio Bitrate=1
Use Min. Avg.=1
Force Film=3
Movie Offset=2
CDOverlap=2
UseCDOverlap=1
FixedChapters=0
DVDChapters=1
PBCType=1
Data Preparer=dvd2svcd
Use I-Author=0
Use VCDImager=0
No images=1
Use VCDXBuild=0
Length of Chapters=60
Use TitlePicture=0
Use ChangeCD Picture=0
Use ChangeCD Picture on All=0
Use EntrySVD=0
Save XML=1
Save Movie Info=1
ProcessPriority=1
SmartDeinterlace Mode=2
SmartDeinterlace Treshold=10
SmartDeinterlace Denoise=1
SmartDeinterlace Blend=0
SmartDeinterlace Fast=1
Edit Avisynth Script file=0
Use CDMage=0
RunPerCDImage=0
RunPerCDImage Params=
RunFinal=0
RunFinal Params=
Automatic Shutdown=0
Avisynth Setup=BicubicResize
RoBa Multi Pass=0
RoBa Visibel=0
CCE Bias=20
TMPGEnc Num of passes=2
Prediction Size=0.999
OffsetFixed CQ_VBR Value=25
TMPGEnc VBVBuffer=0
Use LastCD Picture=0
[AVISYNTH_BicubicResize with TemporalSmoother and telecide]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=Telecide(guide=^Guided,gthresh=^G,chroma=?Chromaa,threshold=^Thresh)
2=Decimate(cycle=^Motocycle)
3=TemporalSmoother(^Strength,^Radius)
!DecombLegacy.dll=C:\Program Files\DVD2SVCD\InverseTelecine\Donald Graft\DecombLegacy.dll
!MPEG2DEC2.dll=:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
^b_value=0.0
^c_value=0.6
^Guided=1
^G=50
?Chromaa=true
^Thresh=30
^Motocycle=5
^Strength=2
^Radius=1

dvd2svcd
26th January 2003, 19:39
Edit the dvd2svcd.ini file located in the project folder (_not_ the one in the dvd2svcd program folder)

And be sure to edit the right AVISYNTH_ section.

onisama
26th January 2003, 21:10
This is what I did:

1. create an ini file with the settings I want (save settings on misc tab).

2. edited the avisynth section of that ini file w/ notepad and save.

3. load the saved ini file before doing rip.

4. rip only

5. batch convert


Is my procedure flawed?

What did you mean about the right avisynth section?

markrb
27th January 2003, 05:03
Where are all the other Avisynth sections that should be in that file? Don't delete them just add on. When DVD2SVCD hits a [ it immdediately reads it as a new section.

If I had any idea how to write the commands you wanted I would help more, but this is what the end of my SVCD2.ini (a copy and rename of the SVCD-settings.ini looks like in the DVD2SVCD directory. I do it a little differently then DVD2SVCD said to do it. I do not use the DVD2SVCD.ini file at all.


[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
[AVISYNTH_SimpleResize]
0=LoadPlugin(!SimpleResize.dll)
1=SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
[AVISYNTH_InterlacedResize]
0=LoadPlugin(!SimpleResize.dll)
1=InterlacedResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll
[AVISYNTH_BiCubicResize tweak for avi]
0=LoadPlugin(!Tweak.dll)
1=Tweak(^contrast,^bright)
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\Program Files\DVD2SVCD\mpeg2dec\tweak.dll
^bright=bright=12
^contrast=cont=1.2
^b_value=0.0
^c_value=0.6
[AVISYNTH_MSharpen]
0=LoadPlugin(!MSharpen.dll)
1=MSharpen(threshold=^MSharpen_Threshold,strength=^MSharpen_Strength)
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!MSharpen.dll=C:\Program Files\DVD2SVCD\MPEG2Dec\MSharpen.dll
^MSharpen_Threshold=10
^MSharpen_Strength=50
^b_value=0.0
^c_value=0.6
[AVISYNTH_MSharpen_Tweak]
0=LoadPlugin(!Tweak.dll)
1=LoadPlugin(!MSharpen.dll)
2=Tweak(^contrast,^bright)
3=MSharpen(threshold=^MSharpen_Threshold,strength=^MSharpen_Strength)
4=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\Program Files\DVD2SVCD\mpeg2dec\tweak.dll
!MSharpen.dll=C:\Program Files\DVD2SVCD\MPEG2Dec\MSharpen.dll
^bright=bright=14
^contrast=cont=1.2
^MSharpen_Threshold=10
^MSharpen_Strength=50
^b_value=0.0
^c_value=0.6
[AVISYNTH_Lanczos3Resize, Msharpen and Tweak]
0=LoadPlugin(!Tweak.dll)
1=LoadPlugin(!MSharpen.dll)
2=Tweak(^contrast,^bright)
3=MSharpen(threshold=^MSharpen_Threshold,strength=^MSharpen_Strength)
4=LanczosResize(^TargetWidth,^TargetHeight)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\Program Files\DVD2SVCD\mpeg2dec\tweak.dll
!MSharpen.dll=C:\Program Files\DVD2SVCD\MPEG2Dec\MSharpen.dll
^bright=bright=14
^contrast=cont=1.2
^MSharpen_Threshold=100
^MSharpen_Strength=150
[AVISYNTH_Lanczos3Resize, Msharpen]
0=LoadPlugin(!MSharpen.dll)
1=MSharpen(threshold=^MSharpen_Threshold,strength=^MSharpen_Strength)
2=LanczosResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!MSharpen.dll=C:\Program Files\DVD2SVCD\MPEG2Dec\MSharpen.dll
^MSharpen_Threshold=100
^MSharpen_Strength=150
[AVISYNTH_Focus2_Tweak]
0=LoadPlugin(!Tweak.dll)
1=LoadPlugin(!Focus2.dll)
2=Tweak(^contrast,^bright)
3=Sharpen2(^strength)
4=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\Program Files\DVD2SVCD\mpeg2dec\tweak.dll
!Focus2.dll=C:\Program Files\DVD2SVCD\MPEG2Dec\focus2.dll
^bright=bright=14
^contrast=cont=1.2
^Strength=.5
^b_value=0.0
^c_value=0.6
[AVISYNTH_Unfilter_Tweak]
0=LoadPlugin(!Tweak.dll)
1=LoadPlugin(!UNFILTER.dll)
2=Tweak(^contrast,^bright)
3=UNFILTER(^x_value,^y_value)
4=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
5=AddBorders(0,^BorderTop,0,^BorderBottom)
!Tweak.dll=C:\Program Files\DVD2SVCD\mpeg2dec\tweak.dll
!Unfilter.dll=C:\Program Files\DVD2SVCD\MPEG2Dec\Unfilter.dll
^bright=bright=14
^contrast=cont=1.2
^b_value=0.0
^c_value=0.6
^x_value=150
^y_value=150
[AVISYNTH_Lanczos3Resize]
0=LanczosResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)


As you can see I have a bunch of different ones to choose from. After the ini is loaded on the frameserver tab you select the one you want to use. Each one is named what is in those brackets.

Mark

onisama
30th January 2003, 14:29
I'm still playing around with it but, the ini file I posted actually did work. I didn't realize you had to load the settings in the frameserver tab. I finally saw that and it was like a freakin' revelation or something. D2S began to glow on my screen and I heard strange music in the background.:D

The ini I posted does however cause telecide and decimate to show up twice in the avs file (1 set for having IVTC or auto checked in the dvd2avi tab, and a 2nd set that I added in the ini). Now I know I can turn off the IVTC and Auto settings, but I need to get the forcefilm option straight.

Do I never need to use force film on anything that I'm doing IVTC on?

Thanks guys.

dvd2svcd
30th January 2003, 14:33
Do I never need to use force film on anything that I'm doing IVTC on?No, never use force film on material you want to use IVTC on. They are mutual exclusions.

onisama
2nd February 2003, 17:26
OK here is my working ini file, the only prob is d2s wont initiate pulldown on a 23.976 fps source. Do I need to add something for pulldown?


[Settings]
XPos=349
YPos=140
FirstRun=0
UsePVA2SVCD=0
UseDVD2SVCD=1
UseAVI2SVCD=0
UseMPEG1=0
UseMPEG2=1
Convert to Canopus codec=0
Convert to Divx4=1
Use Frameselection=0
New Default Folder=0
DVD2SVCD Level=1
UseDVDRip=0
UsevStrip=0
UseInternalRip=1
Eject DVD=0
iDCT=0
DVD2AVI Pause=0
Luminance Gain=0
Luminance Offset=0
Audio1Downsampling=0
Audio2Downsampling=0
Audio1BitRate=8
Audio2BitRate=9
tooLame Mode=0
Autodetect Azid Gain=1
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,16,22,24,27,29,34,37,19,22,26,27,29,34,34,38,22,22,26,27,29,34,37,40,22,26,27,29,32,35,40,48,26,27,29,32,35,40,48,58,26,27,29,34,38,46,56,69,27,29,35,38,46,56,69,83
NonIntra=16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16
Matrice Preset=CCE 2.50 Standard
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=1
Resize To=0
Use CCE=1
Use TMPGEnc=0
CCE Safe Mode=0
NoOfpasses=4
CCE Image Quality=25
CCE Anti noise value=5
CCE Anti noise=1
CBR=0
One Pass VBR=0
Multi Pass VBR=1
RoBa Multi Pass=0
RoBa Visibel=0
CCE Bias=20
CCE Field Order=2
Progressive=0
Auto Intra DC=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 Rate Control Mode=2
TMPGEnc Motion search precision=4
TMPGEnc Field Order=2
TMPGEnc Num of passes=2
Prediction Size=0.999
OffsetFixed CQ Value=80
OffsetFixed CQ_VBR Value=25
Use fixed CQ Value=0
DC component precision=2
Output YUV data as Basic YCbCr not CCIR601=0
Use floating point DCT=1
No motion search for still picture part by half pixel=1
Soften block noise=1
Soften Intra=100
Soften NonIntra=100
TMPGEnc GOP I Pictures=1
TMPGEnc GOP P Pictures=4
TMPGEnc GOP B Pictures=3
TMPGEnc SEQ Headers=1
TMPGEnc Max frames in GOP=0
TMPGEnc Close GOPs=0
TMPGEnc Detect Scene Change=1
Enabled Padding=0
TMPGEnc VBVBuffer=0
Dont Delete Files=1
Create VAF=1
QFactor=5
Linear quantizer scale=1
Zigzag scanning order=0
Use2Streams=1
Pri1Audio1=54
Pri1Audio2=28
Pri2Audio1=-1
Pri2Audio2=-1
Sub1=28
Sub2=139
Sub3=-1
Sub4=-1
Sub5=-1
Sub6=-1
Sub7=-1
Sub8=-1
Azid Gain Offset=6
SubOutputPalette0=clBlack
SubBlendPalette0=0
SubOutputPalette1=clYellow
SubBlendPalette1=15
SubOutputPalette2=$001E1E1E
SubBlendPalette2=15
SubOutputPalette3=clOlive
SubBlendPalette3=15
Rip subtitles=1
Min. Delay. Between Subtitles=100
Resize Subtitles=100
SVCD subtitles=0
CVD subtitles=1
Permanent subtitles=0
PAL Y-Pos=-1
NTSC Y-Pos=0
bbMPEG MPEG1=0
bbMPEG VCD=0
bbMPEG MPEG2=0
bbMPEG SVCD=1
bbMPEG DVD=0
bbMPEG VBR=1
bbMPEG Pad VCD=0
bbMPEG Write PEC=1
bbMPEG Add Scan Offsets=0
bbMPEG Align Sequence Headers=1
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=230
bbMPEG Audio 1 Buffer=4
bbMPEG Audio 2 Buffer=4
bbMPEG videoDelay Adjustment=180
bbMPEG audioDelay Adjustment=180
bbMPEG audio1Delay Adjustment=180
Use MPEGAV=0
MinsHigh1=29
MinsHigh2=46
MinsHigh3=100
MinsHigh4=120
MinsHigh5=163
NumCd1=1
NumCd2=1
NumCd3=2
NumCd4=2
NumCd5=3
NumCd6=3
CDSize 1=380
CDSize 2=790
CDSize 3=790
CDSize 4=790
CDSize 5=790
CDSize 6=800
MaxBitrate=2404
MinBitrate=300
MaxAvg=2230
MinAvg=1600
Adjust Audio Bitrate=1
Use Min. Avg.=1
Force Film=2
Movie Offset=2
CDOverlap=2
UseCDOverlap=1
FixedChapters=1
DVDChapters=0
PBCType=1
Data Preparer=dvd2svcd
Use I-Author=0
Use VCDImager=0
No images=1
Use VCDXBuild=0
Length of Chapters=60
Use TitlePicture=0
Use ChangeCD Picture=0
Use LastCD Picture=0
Use EntrySVD=0
Save XML=1
Save Movie Info=1
ProcessPriority=1
SmartDeinterlace Mode=2
SmartDeinterlace Treshold=10
SmartDeinterlace Denoise=1
SmartDeinterlace Blend=0
SmartDeinterlace Fast=1
Edit Avisynth Script file=0
Use CDMage=0
RunPerCDImage=0
RunPerCDImage Params=
RunFinal=0
RunFinal Params=
Automatic Shutdown=0
Avisynth Setup=BicubicResize with TemporalSmoother and telecide
[AVISYNTH_BilinearResize]
0=BilinearResize(^TargetWidth,^TargetHeight)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
[AVISYNTH_SimpleResize]
0=LoadPlugin(!SimpleResize.dll)
1=SimpleResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll
[AVISYNTH_BicubicResize]
0=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6
[AVISYNTH_InterlacedResize]
0=LoadPlugin(!SimpleResize.dll)
1=InterlacedResize(^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!SimpleResize.dll=C:\Program Files\DVD2SVCD\SimpleResize\SimpleResize.dll
[AVISYNTH_BicubicResize with TemporalSmoother and telecide]
0=LoadPlugin(!Decomb.dll)
1=Telecide(guide=^Guided,gthresh=^G,chroma=?Chromaa,threshold=^Thresh)
2=Decimate(cycle=^Motocycle)
3=TemporalSmoother(^Strength,^Radius)
4=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
!MPEG2DEC2.dll=:\Program Files\DVD2SVCD\MPEG2Dec\MPEG2DEC2.dll
!Decomb.dll=C:\Program Files\DVD2SVCD\InverseTelecine\Donald Graft\Decomb.dll
^Guided=1
^G=50
?Chromaa=true
^Thresh=30
^Motocycle=5
^Strength=2
^Radius=1
^b_value=0.0
^c_value=0.6


Here is log file:
WNASPI32.DLL 4.0.1.978
--------------------------------------------------------
- 2/2/2003 1:00:34 AM
- DVD to SVCD Conversion
- DVD2SVCD ver. 1.1.0 build 1c
--------------------------------------------------------
Initializing
Initializing finished.

--------------------------------------------------------
- 2/2/2003 1:00:38 AM
- Analyzing subtitles
--------------------------------------------------------
Subtitle found: StreamID: 0x20 Language: English

Executing subtitle selection/verification.
Subtitle selection/verification accepted.
1 subtitle streams selected.
Saving Subtitles ini file
--------------------------------------------------------
- 2/2/2003 1:01:19 AM
- DVD2AVI
--------------------------------------------------------
Creating DVD2AVI INI file:
- C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.INI

Variable settings:
iDCT_Algorithm: 32-bit SSE MMX

Executing DVD2AVI.
Executing DVD2AVI. Commandline:
"C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.exe" -CS=2 -YR=1 -EXIT -OF=[C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep02\DVD2AVI_Project_file] -IF=[C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep02\VTS_08_1.vob]
--------------------------------------------------------
- 2/2/2003 1:02:23 AM
- DVD to SVCD Conversion
- DVD2SVCD ver. 1.1.0 build 1c
--------------------------------------------------------
Initializing
Initializing finished.

--------------------------------------------------------
- 2/2/2003 1:02:23 AM
- Free on drive C: 4003.89 mb
- Restarting from: From the start
--------------------------------------------------------
- 2/2/2003 1:02:25 AM
- DVD2AVI
--------------------------------------------------------
Creating DVD2AVI INI file:
- C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.INI

Variable settings:
iDCT_Algorithm: 32-bit SSE MMX

Executing DVD2AVI.
Executing DVD2AVI. Commandline:
"C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.exe" -CS=2 -YR=1 -EXIT -OF=[C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\DVD2AVI_Project_file] -IF=[C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\VTS_07_1.vob]
Framerate: 29970
DVD2AVI processing done.

--------------------------------------------------------
- 2/2/2003 1:10:03 AM
- Free on drive C: 4003.76 mb
- Extracting the subtitles.
--------------------------------------------------------

Subtitle extraction finished. Extracted these subtitles:
SVCD Stream no: 1 Language: English Num. of subs: 237

Saving Subtitles ini file
--------------------------------------------------------
- 2/2/2003 1:18:29 AM
- Free on drive C: 4001.41 mb
- AUDIO Extraction
--------------------------------------------------------
Found AC3 stream id: 0x80
Filename: C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_1.ac3
Found AC3 stream id: 0x81
Filename: C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_2.ac3
Audio1 delay: -67 ms
Audio2 delay: -67 ms
Audio extraction finished.

--------------------------------------------------------
- 2/2/2003 1:27:40 AM
- Free on drive C: 3935.30 mb
- AUDIO conversion
--------------------------------------------------------

Encoding Audio. Filename: C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_1.ac3
Executing BeSweet. Commandline:
"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_1.ac3" -output "C:\DOCUME~1\BadAss\Desktop\PILOTC~1\ep01\Encoded_audio_1.mp2" -logfile "C:\DOCUME~1\BadAss\Desktop\PILOTC~1\ep01\Encoded_audio_1.log" ) -azid( -L -3db -c normal -s surround -g max ) -ota( -d -67 ) -2lame( -e -b 160 -m s )
Audio conversion of C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_1.ac3 finished.


Encoding Audio. Filename: C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_2.ac3
Executing BeSweet. Commandline:
"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_2.ac3" -output "C:\DOCUME~1\BadAss\Desktop\PILOTC~1\ep01\Encoded_audio_2.mp2" -logfile "C:\DOCUME~1\BadAss\Desktop\PILOTC~1\ep01\Encoded_audio_2.log" ) -azid( -L -3db -c normal -s surround -g max ) -ota( -d -67 ) -2lame( -e -b 192 -m s )
Audio conversion of C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Extracted_audio_2.ac3 finished.

Audio conversion finished.

--------------------------------------------------------
- 2/2/2003 1:33:59 AM
- Free on drive C: 3874.73 mb
- Video Encoding using Cinema Craft
--------------------------------------------------------

Executing Cinema Craft Encoder.
StreamSectors: 395049788
AudioSectors: 64570016
VideoPAPO: 5119308
ScanOffsetBytes: 0
SeqAligningBytes: 2638445
DVDBytes: 0
VideoEndHeader: 4
SubtitleSectors: 1008616
EmptySectors: 238.00
PictureSectors: 0.00
PureMPEGStream: 321713398.67
Seconds: 1447.90
CalcMPEGStream: 321713398.67
Frames: 34595
CDSize: 380.00
Number of CDs: 1
Cut point 374.00
Variable Settings:
Frames: 34595
Anti Noise Filter: 5
Passes: 4
Image Quality: 25
VAF file creation: On
Video Encoding Mode: Multipass VBR
Min. bitrate: 300
Max. bitrate: 2404
Avg. Bitrate: 1777
Aspect Ratio: 4:3 (No borders, encoded as 4:3)

---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2D~1.DLL")
mpeg2source("C:\DOCUME~1\BadAss\Desktop\PILOTC~1\ep01\DVD2AV~1.D2V")
LoadPlugin("C:\Program Files\DVD2SVCD\InverseTelecine\Donald Graft\Decomb.dll")
Telecide(guide=1,gthresh=50,chroma=true,threshold=30)
Decimate(cycle=5)
TemporalSmoother(2,1)
BicubicResize(480,480,0.0,0.6)
ResampleAudio(44100)
----AVS End----

Closing program
CCE Max Speed: 0.450
Video Encoding finished.

--------------------------------------------------------
- 2/2/2003 6:00:23 AM
- Free on drive C: 3574.73 mb
- Converting Pictures from ES to PS
--------------------------------------------------------
Saving bbMPEG settings: C:\Program Files\DVD2SVCD\bbMPEG\default.ini
--------------------------------------------------------
- 2/2/2003 6:00:29 AM
- Free on drive C: 3574.73 mb
- Converting Pictures from ES to PS
--------------------------------------------------------
Saving bbMPEG settings: C:\Program Files\DVD2SVCD\bbMPEG\default.ini
--------------------------------------------------------
- 2/2/2003 6:00:35 AM
- Free on drive C: 3574.73 mb
- Converting Pictures from ES to PS
--------------------------------------------------------
Saving bbMPEG settings: C:\Program Files\DVD2SVCD\bbMPEG\default.ini
--------------------------------------------------------
- 2/2/2003 6:00:41 AM
- Free on drive C: 3574.73 mb
- Multiplexing and cutting
--------------------------------------------------------
Saving bbMPEG settings: C:\Program Files\DVD2SVCD\bbMPEG\default.ini
Offset in Seconds: 2
Executing bbMPEG.
Variable Settings:
Movie offset: 2 seconds
Cut point: 374 mb

Executing RunbbMPEG. Commandline:
"C:\Program Files\DVD2SVCD\bbMPEG\RunbbMPEG.exe" "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\bbMPEG_Muxed_File.mpg"
Multiplexing and cutting finished.

--------------------------------------------------------
- 2/2/2003 6:08:20 AM
- Free on drive C: 3199.87 mb
- Determining length of audio
--------------------------------------------------------
Analyzing: C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\bbMPEG_Muxed_File00.mpg
1439.808 seconds C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\bbMPEG_Muxed_File00.mpg
Analyzing finished.

Saving Subtitle Timecodes.
SVCD subtitles.
Length of C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\bbMPEG_Muxed_File00.mpg
1439
--------------------------------------------------------
- 2/2/2003 6:11:17 AM
- Free on drive C: 3199.69 mb
- Multiplexing CVD Subtitles
--------------------------------------------------------
Muxing English subtitles, CD 1
Executing SubMux. Commandline:
"C:\Program Files\DVD2SVCD\WinSubMux\WinSubMux.exe" "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\bbMPEG_Muxed_File00.mpg" -l "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Subs\SubLog1.txt" -C -s0 "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\Subs\en1-1.sub" "C:\Documents and Settings\BadAss\Desktop\Pilot Candidate\ep01\bbMPEG_Muxed_File-subbed00.mpg"
Muxing subtitles finished
CD-Image creation finished.

--------------------------------------------------------
- 2/2/2003 6:17:03 AM
- Free on drive C: 2825.00 mb
- SVCD Creation finished!
--------------------------------------------------------

markrb
2nd February 2003, 18:37
Framerate: 29970

Forced Film is off and it isn't reporting IVTC.

I believe that you are using your own verion of IVTC. Since you are doing this IVTC is not being reported as being used and DVD2SVCD has not turned on Pulldown since it thinks the source is 29.97 fps already.
If you need to make your own IVTC then I think you are going to have to do the Pulldown manually, rename the pulldown file the same as the mpv file and then use recover from muxing and cutting.

Your only other choice is to use the IVTC that DVD2SVCD uses instead of your version.

Mark

onisama
2nd February 2003, 19:10
Thats what i did is run pulldown, rename the file and then recover. Just wondered if there was a way to trigger pulldown when I have force film off.


Thx

onisama
2nd February 2003, 20:30
Would there be a way to add a recovery command to a batch file that would load the d2s file at muxing and cutting. I can write a batch file that runs pulldown and renames the 2 files, but I'm not quite sure what to do about the recovery command.

markrb
3rd February 2003, 02:50
The answer is no on both questions.

Mark