Quantcast DVD2SVCD 1.2.1 Build 1 is Released - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
08-28-2003, 02:25 PM
Canman Canman is offline
Free Member
 
Join Date: Oct 2002
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
HISTORY:
28 aug 2003 version 1.2.1 build 1
- Bug fix: In the former version, if you were using CCE you had to enabled "Add ResampleAudio" in the frameserver tab. That was a but I had introduced, which in this release have been fixed.
- Enhancement: AVI Files with Dual Audio is now supported (finally).
- Bug Fix: Fixed an Aspect Ration problem when using ProCoder and CVD resizing.
- Bug Fix: Some movie queries on IMDB could fail with a Stringlist out of bounds. Fixed.
- Change: DVD2SVCD now uses two different methods to calculate the CQ value depending on if you're using CQ_VBR or just CQ.
- Bug Fix: The chapter extraction and preview would fail if the DVD had sporadic encryption (that is the key can only be found in the beginning of the DVD)
- New Feature: Added DVD2DVD support by using Scenarist 2.6 or 2.7 (woohoo finally)
- Enhancement: Validation on the Avisynth Plugins (So that they match the Avisynth Version)
- Enhancement: Different INI files is now being used all depending on what you select as Output File Type (DVD, SVCD or VCD)
- Change: I've moved all the AVISYNTH_ Scripts into a file called AVISYNTH.INI
- New Feature: Added a very unintelligent AVISYNTH Script editor in the frameserver tab. So now you can avoid using notepad. I might add som more intelligence behind it with fancy colors and more options, you never know
- New Feature: If you use a ~ in front of a line in the avisynth scripts that line will be put as the absolute last line in the script. Then you can use the monitor dll or perhaps the kronos dll. See below for a sample.
- New Feature: If you use brackets around a parameter name in the avisynth script it means it can use all kinds of characters and signs. For instance the normal accepted characters is a-z and _ and . Like this LoadPlugin(!SimpleResize.dll), but using brackets you can do this Loadplugin(![Simple&Resize.dll]) and it'll be accepted. I don't think I'm being very clear, but as ddogg says, I suck at explaining things.
- Bug fix: A combination of using NTSC2PAL and External Subtitles would result in subtitles out of sync.
- Bug fix: If a subtitle only had Command data and no Pixel data dvd2svcd would hang or exit with an Access Violation. (A movie that does this is Human Traffic PAL Nordic)
- Bug fix: The new Avisynth 2.5 had problems using DirectShowSource on a MPEG1 file, therefore the length of the VCD muxed files could fail which would result in a no go for vcdxbuilder.
- Change: When Using CCE's 1-pass-vbr dvd2svcd used to use the calculated bitrate as Max. Bitrate in CCE, but that has changed so that it's using dvd2svcd's Max. Bitrate from the bitrate tab.
- Info: If you select "Use current encoder default matrix" but uses a CCE Template then the Matrix in the Template will be used. If you don't use a Template the current encoders Default Matrix will be used.
- Bug fix: The Hyper Threading problem has been fixed. Thanks a bundle to Druid for his help (letting me use his computer, thanks)

Cheers,
Canman
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  
08-28-2003, 02:31 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Hey ! That's a great news !
Thank you for the info

(missed just the link : http://www.dvd2dvd.org/ )

edit: Please, note that this version change a little how the avisynth script are handled. See the sticky post at top of this forum for further info.
Reply With Quote
  #3  
08-28-2003, 03:06 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
WARNING !

If you want to use SVCD res but encode in MPEG1 you have to edit the file SVCD-settings and change these lines
Code:
UseMPEG1=0
UseMPEG2=1
to this :
Code:
UseMPEG1=1
UseMPEG2=0
The same way, if you use to encode in MPEG2 but want to use VCD res for a long movie, you must modify the file VCD-settings (and select "VCD output" in misc tab)

All these modifications will lead to a LOT of problems
Reply With Quote
  #4  
08-28-2003, 07:07 PM
Holomatrix Holomatrix is offline
Free Member
 
Join Date: Aug 2002
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
Can you also post the KVCD-Notch Matrice and how to put that into DVD2SVCD. That seems to be the choice of Matrice right now.
Reply With Quote
  #5  
08-29-2003, 03:19 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You can find the Notch-Matix in the KVCD specification on the left panel of the homepage of KVCD.net

Indeed, on my PC, I already have the notch matrix because I installed the 1.2.1 uppon my previous installation of 1.2.0b3. So I did not need to do the operation.

But normally you have to go to the "Matrix" tab, uncheck "use encoder default", select "KVCD" into the presets (it is the last choice) then enter the correct values into the matrix if they aren't correct and that will be ok (it will be saved automatically when you close DVD2SVCD).
Reply With Quote
  #6  
08-29-2003, 11:06 AM
Canman Canman is offline
Free Member
 
Join Date: Oct 2002
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
I just saw that dvd2svcd has made a build 1a, maybe that wil take care of your beef:

http://forum.doom9.org/showthread.ph...795#post364795


Quote:
Originally Posted by Dialhot
WARNING !

If you want to use SVCD res but encode in MPEG1 you have to edit the file SVCD-settings and change these lines
Code:
UseMPEG1=0
UseMPEG2=1
to this :
Code:
UseMPEG1=1
UseMPEG2=0
The same way, if you use to encode in MPEG2 but want to use VCD res for a long movie, you must modify the file VCD-settings (and select "VCD output" in misc tab)

All these modifications will lead to a LOT of problems
Reply With Quote
  #7  
08-29-2003, 11:24 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, you're right. That is the changlog of this version (not yet delivered officialy it seems) :

Code:
xx xxx 2003 version 1.2.1 build 2 (Released soon I think)
- Bug fix:      DTS audio for dvd2dvd didn't work when DTS was selected as the second audio track
- Change:       Some users was displeased that I had removed SVCD resolution (480*480/576) for VCD creation.
- Bug fix:      Using External subtitles as Permanent subs what screw up the subtitles in the movie.
Reply With Quote
  #8  
08-29-2003, 11:50 AM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Do we have to put the lbr.ini into dvd2svcd too, I cant remember since my comp crashed I never got around to download it again. I have already installed the matrix into it and the current scripts that I seen you had posted.


David
Reply With Quote
  #9  
08-29-2003, 01:01 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The only difference between all the template are in the min/max bitrate used :

ulbr.ini : MIN 64 - MAX 900
lbr.ini : MIN 150 - MAX 1150
kvcd.ini : MIN 300 - MAX 2300

If you have already modified the matrix and the script used, all you have to do to make a "lbr" encode is to change the values of birate in "bitrate" tab of D2S.

No need to have a special ini just for that...
Reply With Quote
  #10  
08-29-2003, 02:04 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
One other small question..I know the cq value factor=1.000, do I leave the % of movie to test at 2 or do I change this?



David
Reply With Quote
  #11  
08-29-2003, 05:27 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
The former version used 1% and was not so bad in prediction. I think that 2% is far enought.
Reply With Quote
  #12  
08-29-2003, 11:25 PM
DKruskie DKruskie is offline
Free Member
 
Join Date: May 2003
Location: Michigan
Posts: 147
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Dialhot



David
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD 1.1.2 Build 1 bundle released jorel Video Encoding and Conversion 1 02-18-2003 11:09 AM
New dvd2svcd 1.1.1 build 2 update released jorel Video Encoding and Conversion 0 01-30-2003 10:27 PM
New DVD2SVCD 1.1.1 build 1 bundle released jorel Video Encoding and Conversion 0 01-29-2003 09:18 PM
DVD2SVCD 1.1.0 build 1c released jorel Video Encoding and Conversion 1 12-01-2002 05:34 PM
DVD2SVCD 1.1.0 Build 1 Released kwag Video Encoding and Conversion 0 11-09-2002 10:14 AM




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