Log in

View Full Version : Help!!! (rc4)


Pages : 1 2 3 4 5 [6]

dvd2svcd
5th November 2002, 08:08
Originally posted by onesoul
I've installed again dvd2svcd 1.0.9 b3 and with the exactly same settings the problem refered before didn't occure so I guess there's a bug to be fixed. :(

I want to compliment not only dvd2svcd but as also all the other programmers and contributors to making this program rock n' roll Please mail me your dvd2svcd.ini from RC4. It must be the dvd2svcd.ini which makes the permanent subtitle bug.

Labersack
5th November 2002, 13:12
I made two DVD with two subtitles each. I placed on both disks German as Sub2 and English as sub3. Both movies came out with the correct subtitles at the correct streams, but in the svcdinfo.txt of both movies were the lines:

SUBTITLE INFO:
- Subtitlestreams: 2
- Type: CVD
- Sub. 1 Language:
- Sub. 2 Language: Deutsch
- Sub. 3 Language:
- Sub. 4 Language:


I used 110RC4.

Only a small thing, I don't even want to call it 'bug', but maybe something to change for the next version.

Abond
5th November 2002, 14:52
I posted an avisynth script in the database thread, but now I think it was better first to ask if it is posible to make such one for RC4

[AVISYNTH_BicubicResize WITH UNFILTER]
0=LoadPlugin(!UNFILTER.dll)
1=UNFILTER(-^x_value,-^y_value)
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=UNFILTER(^x_value,^y_value)
^b_value=0.33
^c_value=0.33
!UNFILTER.dll=
^x_value=20
^y_value=20

The original script is:

UnFilter(-20,-20)
BicubicResize
AddBorders
UnFilter(20,20)

What is if one want different values before resize and after resize? For example

UnFilter(-20,-20)
BicubicResize
AddBorders
UnFilter(40,40)

Thanks.

dvd2svcd
5th November 2002, 15:21
Like this:

[AVISYNTH_BicubicResize WITH UNFILTER]
0=LoadPlugin(!UNFILTER.dll)
1=UNFILTER(^x_value_neg,^y_value_neg)
2=BicubicResize(^TargetWidth,^TargetHeight,^b_value,^c_value)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
4=UNFILTER(^x_value,^y_value)
^b_value=0.33
^c_value=0.33
!UNFILTER.dll=
^x_value=40
^y_value=40
^x_value_neg=-20
^y_value_neg=-20

Abond
5th November 2002, 15:36
Oops! Thank you very much!
I just edited the script.

The eDealer
5th November 2002, 23:27
Originally posted by dvd2svcd
quote:
--------------------------------------------------------------------------------
Originally posted by The eDealer
Hi DVD2SVCD,
I started with testing the RC4 but 2 little Problems came up:
1. The rip option is aktiv (on GO) when i will start the conversion from a ripped ifo file (File Modus) and the rip is deactivated (on DVDrip)??
2. The Preview doesnt function anymore ? I use the mpeg2dec3.dll and in Version RC3 everything works.
Now I see a black window (No ErrorCode)?

The rest looks good, till now.
--------------------------------------------------------------------------------

1. Hmm, are you sure? When I do it here it works as it always have (I would be surprised if it didn't since I haven't touched that area since I made it the first time).
2. The preview still works. Maybe you're just unlucky and dvd2svcd shows you a black frame from the movie. Try pressing "New Frame"

I tested still a little:
The point 1) it seems to be in fact functional. I could swear, that the mistake was available. However, so it is dearer to me.
Point 2 that is due to that the script is used now from the attitudes "Frame server".
In the version RC3 the reference had to occur still on the mpeg2dec.dll (I use the mpeg2dec3.dll and dont had those problems in RC3).It seems to me, that with the loading of the individuel scriptes, instead of the "reference", it can come to problems.
When I load the standard Script Becubic Resize than the Preview goes fine.
(Sorry for my bad english)

ChickenMan
6th November 2002, 05:16
Good to see the VCD-Settings.ini file included with the recent RC versions now make a compliant VCD. Thanks.

CM

ch@@boom
6th November 2002, 14:22
hey dvd2svcd

just a thought - imagine this scenario:

i am "ripping only" 3 DVDs to harddrive (for batch processing)
and activating shut down computer when done.

then leaving the comp for a couple of days to finish and taking a trip over the weekend .. ;)

but somehow i did a wrong setting or there was something with ripping the dvd that the process on the first dvd halts with an error.

does dvd2svcd proceed to the second and third dvd ?

what i try to say is: what about an option to continue to the next batch line when an error is found (talking about errors so it cant finish)? (i.e. cce: check-sum,video source different, etc.)
so that dvd2svcd at least tries to finish the other dvds?
and if its the last dvd and it gets an error - shut down the pc ??

i am not sure if this can be done regarding error analysis and such

thx for ideas/comments
regards

*UPDATE* : maybe common ones ? but if you think that there are too much disadvantages - just droPP it :)

dvd2svcd
6th November 2002, 15:59
Great idea, unfortunately not possible. There's about a gazillion errors than can happen in a gazillion places. To me it seems a too big task compared to any advantages, sorry.

mdl
6th November 2002, 23:55
Hi
This seems like an easy one...

Let's say you have a DVD filled with 6 or so hour long episodes, either in your dvd drive or on your hard drive.

Now, I would like the option to rip each episode, then convert later as a batch process. Ripping takes a while, sometimes, and needs to be babysat.

What I would like to do is tell DVD2SVCD which episode to rip, have it select a folder, and then NOT actually rip until I start the batch process.

This seems like a simple change, but it may be more complext.

Thanks for all your hard work, I really appreciate all you've done so far.

mdl

mordant
7th November 2002, 00:33
Hi, just noticed that on the RC4 version you can select more than 2 passes with TMPGenc...not sure I would want to wait that long for anything but curious if this is now actually possible the TMPGenc.

The new select cut point function is excellent. Many thanks to DVD2SVCD =)

Deltis
7th November 2002, 01:15
Moved: http://forum.doom9.org/showthread.php?s=&threadid=37679

Deltis
7th November 2002, 01:30
Moved: http://forum.doom9.org/showthread.php?s=&threadid=37682

jorel
1st December 2002, 22:06
Originally posted by jorel
what happens with madplay.exe?

don't need it no more?


someone explain please, why it goes and back again?
thanks!
:)