Quantcast How can I Add Borders to a KDVD Movie? - digitalFAQ.com Forums [Archives]
  #1  
08-26-2004, 10:57 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Guys,

A friend of mine has asked me to convert some captures he did ages ago to KDVD so that he can see them on DVD.

He's captures were off a VHS tape and he converted them to VCD with PAL res @ 352 x 288.

He deleted the original AVI capture files as he wanted to watch it on his DVD player and at the time only VCD was available to him.

He wants multipal episodes on one DVD so he doesn't have to keep getting up to change CD's to watch the eps.

Unfortunately I will have to use a different resolution than 352 x 288 as he's DVD like mine doesn't work right with that res for DVD.

I wanted to encode it either @ 704 x 576 or 352 x 576 both of which work fine.

I know that it is always bad to enlarge video and I warned him of this but he said it isn't that important, so I was wonder if I could add a line to my script to add black borders to the top and bottom of the encode to restrict the amount of enlarging necessary.

The capture was at full screen PAL 4:3.

I will be using the VCD2KVCD script below:
Code:
directshowsource("movie1.mpg").killaudio() 
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
Convolution3D(1, 6, 12, 6, 8, 2.8, 0) 
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false) 
GripSize(resizer="LanczosResize") 
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623) 
GripBorders()
I would be very greatful for any info to help me in my quest, thanks in advance.
__________________
Regards.

Michael.
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-26-2004, 11:01 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Zyphon
Unfortunately I will have to use a different resolution than 352 x 288 as he's DVD like mine doesn't work right with that res for DVD.
There is no reason ! Did you test both MPEG2 and MPEG1 for this reso ? They are both in the standard.

Quote:
I know that it is always bad to enlarge video and I warned him of this but he said it isn't that important, so I was wonder if I could add a line to my script to add black borders to the top and bottom of the encode to restrict the amount of enlarging necessary.
No you can't or you will screw up the A/R.
Reply With Quote
  #3  
08-26-2004, 11:10 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
There is no reason ! Did you test both MPEG2 and MPEG1 for this reso ? They are both in the standard.
I have done many tests with my DVD Player for Mpeg2 files and they don't work.

I get a small picture squeezed to the top half of the screen and it is unwatchable.

I can watch VCD & SVCD perfect on my DVD Player I only get a problem with trying to author Mpeg2 files with VCD res.

Quote:
Originally Posted by Dialhot
No you can't or you will screw up the A/R.
I thought so thanks for the help Phil.
__________________
Regards.

Michael.
Reply With Quote
  #4  
08-26-2004, 11:17 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Zyphon
I can watch VCD & SVCD perfect on my DVD Player I only get a problem with trying to author Mpeg2 files with VCD res.
But did you try MPEG1 or not ?
Because if that works, you don't even have to encode the video ! You just need to demux the audio / resample it at 48Khz and mux it back in the mpeg.

You should try that quickly !
Reply With Quote
  #5  
08-26-2004, 11:39 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
O.k Thanks Phil I shall try that quickly now, I didnt know you could author Mpeg1 files.

EDIT: DVD-Lab Pro wont let me input the m1v file, could I rename the extension m2v?
__________________
Regards.

Michael.
Reply With Quote
  #6  
08-26-2004, 11:59 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Zyphon
EDIT: DVD-Lab Pro wont let me input the m1v file, could I rename the extension m2v?
I put mpg directly but I figure that you can just rename the file.
Note: can't you try and THEN ask if it does not work ?
Reply With Quote
  #7  
08-26-2004, 12:08 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Well I renamed the m1v to m2v DVD-Lab Pro warned me that I was using a Mpeg 1 file.

I then tried it in my SAP and it just spat out the disc.
__________________
Regards.

Michael.
Reply With Quote
  #8  
08-26-2004, 12:12 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Try to use TMPGENC DVD Author then
Reply With Quote
  #9  
08-27-2004, 08:43 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Hi, sorry for being late getting back to you but I tried authoring a Mpeg1 file in multipal DVD Authoring tools including the DVDAuthor GUI but my SAP spits out the disc and it doesnt work.

However I know the DVD Authored o.k because it worked in WinDVD and played fine.

So I guess my DVD Player wont accept Mpeg1 files authored as DVD and wont play Mpeg2 files at full screen.

I'm going to buy a new SAP as I have been thinking about this for some time as mine is nearly 4 years old and doesn't even have MP3 playback.

Thanks for the help anyway Phil I appreciate it.
__________________
Regards.

Michael.
Reply With Quote
  #10  
08-27-2004, 09:12 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
I suggest you to DL my "KDVD Standalone sample" discs and go with them to the store when you will buy your SAP !

Unfortunally I do not have high speed link to Internet actually (I just moved) so I can't provide them for a while but perhaps someone had them on emule.
Reply With Quote
  #11  
08-29-2004, 01:24 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
I suggest you to DL my "KDVD Standalone sample" discs and go with them to the store when you will buy your SAP !

Unfortunally I do not have high speed link to Internet actually (I just moved) so I can't provide them for a while but perhaps someone had them on emule.
Thanks for the info Phil that is a good idea.
__________________
Regards.

Michael.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KDVD shrinks the movie? oysho Video Encoding and Conversion 2 09-16-2004 05:22 PM
KDVD has BLACK BORDERS? Joâo Nova Video Encoding and Conversion 1 06-23-2004 10:08 AM
Convert 3 hour movie dvd to KDVD? khusru Video Encoding and Conversion 5 03-03-2004 10:49 AM
KDVD: Best settings for 1 movie KDVD? micol Video Encoding and Conversion 3 08-30-2003 08:51 PM
FitCD and weird looking borders for KDVD? CSIG1001 Video Encoding and Conversion 11 10-15-2002 08:34 PM

Thread Tools



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