Quantcast Wrong Resolution in Output? - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
10-02-2003, 06:45 AM
heiloku heiloku is offline
Free Member
 
Join Date: Oct 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Hi everybody, I am a newbie here though I've been KVCDing for a good while. Lately a friend of mine has got a DVD Burner and I was trying to make some 352x576 KDVD out of a 608x336 avi. The problem is that the output hasn't got the same aspect ratio as the image is vertically streteched. Is there any line I should add to the script to compensate for this? I used to have the same problem when converting to KVCD x3 528x576, usually with 16:9 sources. Any tip you could give me? Thanks and greetings
__________________
May U Live 2 See the Dawn
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  
10-02-2003, 08:56 AM
Siku Siku is offline
Free Member
 
Join Date: Aug 2003
Location: Finland
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
You can either use 'AddBorders' function in AviSynth or you can use SansGrip's GripCrop plugin which keeps the aspect ratio and adds the borders automatically.

Usage:
Code:
GripCrop(352, 576, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
GripBorders()
I believe you can find the GripCrop plugin here: www.jltoca.uaivip.com.br/files/KDVDfilters.zip.

Regards,
Siku
Reply With Quote
  #3  
10-02-2003, 06:03 PM
heiloku heiloku is offline
Free Member
 
Join Date: Oct 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Siku, tried that but I get a nasty error message from avisynth: "GripBorders: Must run GripSize before GripBorders", and I can't see the point because I run GripSize. This is my script, anyway:
Code:
AviSource("Dark Angel - 1x02 - Ardor-Spanish(by henky para www.tusseries.tk)(DVD+VHS).avi")
BlindPP(cpu=4) 
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1) 
ATC(2,3,5,0.5,false) 
GripCrop(352, 576, overscan=1, source_anamorphic=false) 
GripSize(resizer="LanczosResize") 
GripBorders()
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
GripBorders()
I've tried both CCE and TMPGEnc with the same problem, both the aspect ratio problem and this avisynth problem.
I don't know if I explain myself clearly before, the problem is when the output is played the vertical image is somehow narrower, so if the input was 336 the output is something like 300 thus getting a wrong aspect ratio.
__________________
May U Live 2 See the Dawn
Reply With Quote
  #4  
10-02-2003, 11:18 PM
Siku Siku is offline
Free Member
 
Join Date: Aug 2003
Location: Finland
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
You have the 'GripBorders()' twice in your script, try to remove the another one and try if it works.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
cartoons - use lower resolution and still get good output? Steel Video Encoding and Conversion 2 12-15-2003 03:31 PM
KVCD: Tmpgenc says wrong resolution? scb212 Video Encoding and Conversion 1 07-01-2003 09:14 PM
TMPGEnc: CVD has wrong resolution? tal65 Video Encoding and Conversion 3 06-19-2003 03:09 PM
Kvcd template creates wrong resolution mpg file? tal65 Video Encoding and Conversion 8 06-19-2003 01:47 AM
Tmpgenc showing wrong resolution? Reno Video Encoding and Conversion 4 06-13-2003 01:17 AM




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