![]() |
only use default setings from KDVD templates?
Hi,forum
First sorry for my bad english. I make KDVD from 1 month,but i olny use default setings from KDVD templates. Result is great.I work with TMPGEnc Plus 2.9 for encoding video, VirtualDub Mod and BeSweet for audio,and TMPG DVD Autor for autoring. these templatese are GREAT, 10x a lot. I convert only avi's to KDVD.Hire in this forum i read about Avisynth scripts. May this scripts help me to make DVD's smailer or with better quality. Can someone tell me some good script for conversion from avi to KDVD. Regards. |
The same as for AVI->KVCD :
http://www.kvcd.net/forum/viewtopic.php?t=7223 |
10x
|
Hi again,
I try to use AviSinth script but i have problem. I use AviSinth 2.5 and script is: AviSource("e:\cube.avi",false) AddBorders(0,0,4,3) 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(720, 576, 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_ma x=10,variance=0.3,seed=5623) GripBorders() 10x Dialhot My movie is 640x352 PAL When i load my script in TMPG ENC-In the screen is this massage: "BlindPP need mod 16" and in status bar i have this options: "MPEG-2 292x164 24fps CQ 70" I load KDVD FULL D1 PAL Where I make mistake. |
You've got a 640x352 source, therefore both width and height are mod-16 (divisible by 16 that means). So why the heck are you adding borders to the video in the beginning of the script? Remove that AddBorders line and it should work.
|
yes it works 10x
But now i have another problem,when i start converting TMPG look that: http://free.bol.bg/vorkosigan/ Any ideas? 10x |
Try BicubicResize as the resizer.
Could you open that script in VirtualDub and see what happens? |
I frameserve whit VirtualDubMod and all is ok.
But VobSub filter can't load. 10x,i will tray to put subtitles after encoding. 10x again |
error again
Whit this script:
AviSource("G:\MOVIES\Pitch Black\Pitch Black.avi",false) 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(720, 480, overscan=1, source_anamorphic=false) GripSize(resizer="BicubicResize") Undot() TemporalSoften(2,7,7,3,2) DCTFilter(1,1,1,1,1,1,0.5,0) #Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623) GripBorders() VirtualDub give me that message: "Avisinth open falure: BlindPP:Working in YV12 color space" What is dis? |
Quote:
it's not a good idea! can anyone confirm ? |
@Jorel,
No, he doesn't need to reencode to add subs to a KDVD. He can use a *.sup file and author the KDVD with IfoEdit. Just the way VMesquita explains in his KDVD guide with subs. On the other hand he can use DVDLab Pro and feed it with the video *.m2v file, audio *.ac3 or *.mp2 and also feed it with a subtitle file *.srt from subrip format. DVDLab Pro will then render the text subs file into a Pictures file and mux it in the process :D. DVDAuthorGUI also has the possibility to do the same but is way too simple and lacks some important features such as good menu support for instance. Cheers buddy |
Quote:
of course, :oops: i forgot that cos i don't encode with subs a long time, i only do cartoons (audio portuguese for the kid) and musicals (for me without subs) thanks to remember me and remove that doubts! :D |
I make this whit IfoEdit and Subremap.
Can anyone help me whit my problem pls. 10x |
Quote:
Maybe that can help? Changing colorspaces is never a good thing to do but maybe it's one way to overcome this problem. EDIT: Coming to think of it BlindPP only works with Yv12 colorspace, so the tip I gave will never work. Sorry :( BTW I must advise you, because I have tried srt2sup&subremap: the subs quality is very poor compared to using DVDAuthorGUI and feeding it an srt file. That is if you can't afford DVDLab Pro, that is ;-) |
If BlindPP needs YV12 data, then put ConverttoYV12() right before it. Simple as that :wink:
|
10x Boulder
I will tray this. Regards |
VobSub
Just now i found how to load VobSub filter for permanent subtitles when
frameserving with VirtuaDubMod. First i load my script in VirtualDubMod. Next - start frameserver - and name it movie_server.avi Original name is movie.avi. Next rename subtitles - movie_server.sub or srt Load movie_server.avi in TMPG Enc as Video source Load "movie.avi" for Audio source and START. Nice a? |
I still don't understand why you are using a frameserver method...
Using a script is far easier / faster / more efficient. All people here gave you all needed information for that. |
Because when I load this script in TMPG Enc:
AviSource("e:\cube.avi",false) 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(720, 576, overscan=1, source_anamorphic=false) GripSize(resizer="BicubicResize") Undot() TemporalSoften(2,7,7,3,2) DCTFilter(1,1,1,1,1,1,0.5,0) #Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623) GripBorders() TMPG show me this: www.vorkosigan2.hit.bg and when start encodin picture is same. Whit frameserving no problems. what's wrong? |
Open the script in VirtualDub. Does it look the same there?
You could also try the resolution 704x576. |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.