syzygytec
27th August 2003, 15:18
Background:
I have read quite a bit onthis forum and for someone with no technical understanding of any of this it can get quite frustrating and confusing. I'm just a tool user <<<--ddogg quote (see I have been reading) looking for a SVCD DVD backup rig for general purpose use that will give me good results on most any backup.
My reason for this post:
I have used DVD2SVCD for about 8 months now using CCE 2.50 2-pass VBR and some recommended changes to the adv. settings I have derived from my reading here.
I have had mixed results for example 2 recent jobs. Star Trek Nemesis>> great results Back 2 The Future Trilogy>>> not so good lots of noise.
I have a critical eye but not the technical understanding to have such I suppose.
I have decided to branch out some and start using some filters, I have stepped up from AVISynth 2.08 to 2.52 because of one main reason most filters are for 2.5x now
A couple of filters I have seen mentioned here quite often and wanted to try are Deen & UnDot. Again I am looking for a rig that will work well on most DVD backups with some filters that will hopefully help but not hurt the quality.
Any suggestions in that area are welcome.
Now with AVISynth 2.52 the CCE guide says to edit the script and put ConvertToYUY2() or ConvertToYUY2(interlaced=true) at the end and also create AddAudio.avsi and place that in the plugins directory and add AddAudio() at the end of the script.
1)Should I now uncheck AddResapmple audio on the Frameserver tab?
2)What is the last entry in the script ConvertToYUY2() or AddAudio() or does it matter.
3)I am using AutoFitCD plugin, do add this during that script editing or set DVD2SVCD to stop after DVD2AVI and edit it in there or does it matter.
4) Why did I get ConvertToYUY2() in my script twice? what added it after I did? and is this bad? how do I prevent it?
-----------------------------
LoadPlugin("D:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("D:\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BicubicResize(448,256,0,0.6,12,60,696,354)
AddBorders(16,112,16,112)
AddAudio()
ConvertToYUY2()
ConvertToYUY2()
-------------------------------------
Filter use and placement in the script:
I am as I said open to filter suggestions for my intended (Overall general tool user non-technical user) backup rig.
But for example if I wanted to use Deen and UnDot I have read that Deen is a smoother and undot in for misquito noise and that undot should precede a smoother type filter. I know that placement of the filters depends on several things one important one being what colorspace the filter works in and personal preference.
To me it would seem to make sense to place them after resize.
Another question is do I have to put the LoadPlugin line for each filter I want to use? I think I read that for AVISynth 2.5x this is no longer needed, I guess depending upon my having the plugins path correct in the registry.
So using those to filters with my understanding of all this my script would be:
LoadPlugin("D:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("D:\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BicubicResize(448,256,0,0.6,12,60,696,354)
UnDot()
Deen()
AddBorders(16,112,16,112)
AddAudio()
ConvertToYUY2()
Well thanks for you time and respones in advance anwsers to my specific questions and suggestions as to some general use filters will be greatly appreciated.
I have read quite a bit onthis forum and for someone with no technical understanding of any of this it can get quite frustrating and confusing. I'm just a tool user <<<--ddogg quote (see I have been reading) looking for a SVCD DVD backup rig for general purpose use that will give me good results on most any backup.
My reason for this post:
I have used DVD2SVCD for about 8 months now using CCE 2.50 2-pass VBR and some recommended changes to the adv. settings I have derived from my reading here.
I have had mixed results for example 2 recent jobs. Star Trek Nemesis>> great results Back 2 The Future Trilogy>>> not so good lots of noise.
I have a critical eye but not the technical understanding to have such I suppose.
I have decided to branch out some and start using some filters, I have stepped up from AVISynth 2.08 to 2.52 because of one main reason most filters are for 2.5x now
A couple of filters I have seen mentioned here quite often and wanted to try are Deen & UnDot. Again I am looking for a rig that will work well on most DVD backups with some filters that will hopefully help but not hurt the quality.
Any suggestions in that area are welcome.
Now with AVISynth 2.52 the CCE guide says to edit the script and put ConvertToYUY2() or ConvertToYUY2(interlaced=true) at the end and also create AddAudio.avsi and place that in the plugins directory and add AddAudio() at the end of the script.
1)Should I now uncheck AddResapmple audio on the Frameserver tab?
2)What is the last entry in the script ConvertToYUY2() or AddAudio() or does it matter.
3)I am using AutoFitCD plugin, do add this during that script editing or set DVD2SVCD to stop after DVD2AVI and edit it in there or does it matter.
4) Why did I get ConvertToYUY2() in my script twice? what added it after I did? and is this bad? how do I prevent it?
-----------------------------
LoadPlugin("D:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("D:\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BicubicResize(448,256,0,0.6,12,60,696,354)
AddBorders(16,112,16,112)
AddAudio()
ConvertToYUY2()
ConvertToYUY2()
-------------------------------------
Filter use and placement in the script:
I am as I said open to filter suggestions for my intended (Overall general tool user non-technical user) backup rig.
But for example if I wanted to use Deen and UnDot I have read that Deen is a smoother and undot in for misquito noise and that undot should precede a smoother type filter. I know that placement of the filters depends on several things one important one being what colorspace the filter works in and personal preference.
To me it would seem to make sense to place them after resize.
Another question is do I have to put the LoadPlugin line for each filter I want to use? I think I read that for AVISynth 2.5x this is no longer needed, I guess depending upon my having the plugins path correct in the registry.
So using those to filters with my understanding of all this my script would be:
LoadPlugin("D:\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("D:\DVD2SVCD\Movie\DVD2AV~1.D2V")
# -= AviSynth script by FitCD v1.1.2 =-
BicubicResize(448,256,0,0.6,12,60,696,354)
UnDot()
Deen()
AddBorders(16,112,16,112)
AddAudio()
ConvertToYUY2()
Well thanks for you time and respones in advance anwsers to my specific questions and suggestions as to some general use filters will be greatly appreciated.