PDA

View Full Version : Please can anyone help with a problem with side borders?


nathanf
17th January 2005, 01:49
Hi.

Im tying to extract an music video off a DVD.

Ive ripped the chapter with DVD Decrypter, and used DVD2SVCD to rip to mpeg.

The problem is, Im getting black borders to the left and the right of the picture. 2 thirds of the screen size is being wasted.
Ive checked the FAQ's and there doesnt seem to be anything regarding this problem.

If anyone could help I would be very grateful.


nathan

Nick
17th January 2005, 21:09
Please could you post your Avisynth script file from your project folder?

Cheers
Nick

nathanf
24th February 2005, 01:40
Is this what you mean or the actual file?

StreamSectors: 770491988
AudioSectors: 6028456
VideoPAPO: 11841948
ScanOffsetBytes: 6549
SeqAligningBytes: 416244
DVDBytes: 0
VideoEndHeader: 4
SubtitleSectors: 0
EmptySectors: 238.00
PictureSectors: 300.00
PureMPEGStream: 752198786.30
Seconds: 247.81
CalcMPEGStream: 752198786.30
Frames: 7277
CDSize: 740.00
Number of CDs: 1
Cut point 735.00
Using CQ Value: 80.00

There is no other .txt document named avi synth script file.:confused: but there is an actual file it wont let me double click

jsoto
24th February 2005, 02:22
Look for "AviSynth_Script_file.avs"

It is an ASCII file. You can open it with notepad

jsoto

ChickenMan
25th February 2005, 08:50
If its a fullscreen 4:3 clip and in D2S you selected "4:3 (No Borders encode as 4:3)", then simply select "16:9 (Borders added encode as 4:3)" instead and it will fix your problem. This annomaly has been fixed in the yet to be released next version of D2S.

richarddd
27th February 2005, 13:29
Originally posted by ChickenMan
This annomaly has been fixed in the yet to be released next version of D2S.

Any idea when there will be a next version? dvd2svcd (the person) hasn't posted since October.

Nick
27th February 2005, 19:30
In a word...

No.

hoozdapimp
1st March 2005, 01:01
I think we should get a copy of the unreleased version since DVD2SVCD has disappeared :(

Venom_IL
1st March 2005, 19:14
Hey nick, how about adding the script you once gave me for 1:1 AVI's to a sticky or some such, at least until the next version is released

for your convenience

[AVISYNTH_BilinearResize_nosideborders]
0=Import(!RoBaConditional.avs)
1=BilinearResize(^BorderLeft+^BorderRight+^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!RoBaConditional.avs=C:\Programs\DVD2SVCD\Tylo\RoBaConditional.avs

[AVISYNTH_LanczosResize_nosideborders]
0=Import(!RoBaConditional.avs)
1=LanczosResize(^BorderLeft+^BorderRight+^TargetWidth,^TargetHeight)
2=AddBorders(0,^BorderTop,0,^BorderBottom)
!RoBaConditional.avs=C:\Programs\DVD2SVCD\Tylo\RoBaConditional.avs

[AVISYNTH_BicubicResize_nosideborders]
0=BicubicResize(^BorderLeft+^TargetWidth+^BorderRight,^TargetHeight,^b_value,^c_value)
1=AddBorders(0,^BorderTop,0,^BorderBottom)
^b_value=0.0
^c_value=0.6

cheers

dvd2svcd
1st March 2005, 21:26
Sorry guys, I have no excuse leaving you like that. I have been busy at work and with a new side project (unrelated to the a/v scene). Anyway, I'm hoping to get some spare time to fix the bigger issues with the software since it seems to be as popular as ever (I guess that from number of daily visitors). If you feel like it you have my permission to send the beta out to those who need it, but make damn sure they know what it is they get.

I'll be back!

jsoto
1st March 2005, 22:06
Finally!. Very happy to see you again!
Yes, we were really worried about you...Please don't do it again!.
jsoto

manolito
1st March 2005, 23:02
Originally posted by jsoto
Finally!. Very happy to see you again!
Yes, we were really worried about you...Please don't do it again!.
jsoto
Yeah, that's right. I was afraid you might have been on a Xmas vacation in SriLanka or Thailand. Good to know you're alive and kicking...

Cheers
manolito

hoozdapimp
2nd March 2005, 06:27
Originally posted by dvd2svcd
Sorry guys, I have no excuse leaving you like that. I have been busy at work and with a new side project (unrelated to the a/v scene). Anyway, I'm hoping to get some spare time to fix the bigger issues with the software since it seems to be as popular as ever (I guess that from number of daily visitors). If you feel like it you have my permission to send the beta out to those who need it, but make damn sure they know what it is they get.

I'll be back!

best news I've heard in awhile! :)
Thanks!

Venom_IL
2nd March 2005, 18:48
All hail D2S ! =)

Good to see you around

maybe you could bring RB with you on your comeback, so we'd have CCE 2.7 support in EclCCE for the upcoming version :sly:

Holomatrix
11th March 2005, 22:21
;) Thought you might have been detained in Mexico for a bit ;)

DDogg
26th March 2005, 05:29
Probably time to release the source so somebody else can take the flame and do something with it. Seems a shame to let it die.

manolito
26th March 2005, 14:22
Originally posted by dvd2svcd
If you feel like it you have my permission to send the beta out to those who need it, but make damn sure they know what it is they get.
Hi DDogg,
where have you been? Good to have you back!

Maybe someone has the web space to host the latest beta? I have been using it since it came out last November without any problems, and it sure did solve this annoying AVI resizing issue.

Cheers
manolito

jikchung
27th March 2005, 20:23
I have some space that I am happy to donate for the beta. Just let me know.

Jikchung

Nick
28th March 2005, 00:41
I actually asked DVD2SVCD about this.
He is still not happy with the last beta and was not (at last count) keen on the beta "going public". I'm sure he'd be more than happy to host it himself if he felt this was appropriate.

It appears he has little time to develop the project at the minute but where it goes from here is entirely his decision. As and when I know any more, I'll keep you posted.