Quantcast KVCD Guide and How-to Central - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #1  
03-02-2004, 01:03 PM
shanum shanum is offline
Free Member
 
Join Date: Mar 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Hi everybody!!

I am new to the whole KVCD thing... i have been lurking around this site for sometime and the thought of 2 hrs near-DVD quality video on one CD-R really tickles my fancy but sadly i havent experienced it so far i have been facing frustration after frustration and right now I'm about to send myself to an asylum..

See, thing is that i am not any kind of computer super wizz... coding and programing is like way out of my league... i need something where i can go click, next, ok, yes, create, burn... something without all this mind boggling code...

Dont accuse me of not searching i've done some... maybe not enough but i'm in shreds now... i've tried DIKO... got farthest with this.. but created a file that was 870mb, was jerky and without sound... Then comes the guide where i have to use MovieStacker and Avisynth... that was pure hell for me...

So my point is I thought it would be nice if we could gather all the Guides and How-To's on making KVCD either from DVD or AVI in one place to make them easier to find. Maybe this can help alleviate the pain...

If you know any Guide or How To please post a link here...

Thanks y'all
__________________
Anyone for some Bob Marley?!
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  
03-02-2004, 01:27 PM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
If the KVCD process and the "KVCD spirit" would be that easy, ... we wouldn't need a forum like this

So the only thing I don't understand is that you created a Poll!

I did my first KVCD using TOK and its automatisms, but when you get in touch a bit with the details of the Programms you will se that dark will become light.

So you should read a bit more the existing guides (espec. the DIKO one as you intended to use it) or ask your questions by opening threads and not polls

But ... .... welcome in here ... and if you got "explicit" questions, just ask.
Reply With Quote
  #3  
03-02-2004, 06:33 PM
rds_correia rds_correia is offline
Free Member
 
Join Date: Apr 2003
Location: Chinese Democracy starts now!
Posts: 2,563
Thanks: 1
Thanked 0 Times in 0 Posts
Hi shanum,
I also don't understand why you opened a poll instead of a simple post.
I understand you when you say that it should be simpler process to encode a movie.
Several users have tried to create GUIs for command line tools we use
regularly, such
as hedix with his TokVCD.
But things here change fast and methods/processes too.
This way a GUI get's outdated pretty fast and they have to start it all over again.
I came as a guest for months to check on posts that could help me use the tools manually
and suddenly I started to understand some things.
How? Asking of course.
So if you feel you searched enough and have some more specific questions to post,
by all means, shoot.
But if you want to know a step by step, never failing procedure, then I got to be honest with you.
That doesn't exist. Believe me because I learnt it the hard way.
Oh, and I keep learning everyday, here
Cheers
__________________
Rui
Reply With Quote
  #4  
03-02-2004, 06:57 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
hy shanum !


one friend of mine here(Phil...you will know him) posted something like this:

"here we got good encodes, not fast results"
....something like this!

this is the spirit of this forum.....quality and frienship!
need help?
post!
time?......we have!


welcome in forum
Reply With Quote
  #5  
03-02-2004, 07:20 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jorel
one friend of mine here(Phil...you will know him)
Yes he soon will

-kwag
Reply With Quote
  #6  
03-02-2004, 07:45 PM
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 kwag
Yes he soon will
Lucky him
Reply With Quote
  #7  
03-03-2004, 12:59 AM
shanum shanum is offline
Free Member
 
Join Date: Mar 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks guys for making me feel welcome... yeah i probably should have posted in a topic... but anyways its done now...

as for questions... i made a script for avisynth using moviestacker but some of the 'commands' (if thats the right word) are not recognised by avisynth... here's my script...


Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot\Undot.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\blockbuster.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\atc.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DctFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\blockbuster.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Sampler.dll")

AviSource("F:\Movies\BB\c2.avi",false)AddBorders(0, 0, 0, 8)
Tweak(Bright=300)
LanczosResize(528, 576, 0, 0, 640, 424) 
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(528, 576, 0, 0, 640, 424) 
#GripSize(resizer="LanczosResize") 
Undot() 
TemporalSoften(2,7,7,3,2) 
DCTFilter(1,1,1,1,1,1,0.5,0) 
#GripBorders(8,8,8,8)

AviSource("F:\Movies\BB\c2.avi")
AddBorders(0, 0, 0, 8)
AssumeFPS(25.000, true)

As u can see i cancelled all the Gripxxx commands... its the only way i could get the thing to work... also the tweak command which i guess is supposed to increase the brightness does make a difference when i play the script in WMP...

then... i couldnt figure out how to use tmpgenc coz in the guide i had seemed like he was talking about another prog altogether... so i tried CCE (trial)... at least i got it to work but couldnt find where to change the Q factor... so i just reduced the bitrate to get a smaller file

so if u guys can help out... u'd be saving my life... ... i got to sleep... 8am... thats crazy... but hey at least i'm encoding something for now

goodnight fellas...
__________________
Anyone for some Bob Marley?!
Reply With Quote
  #8  
03-04-2004, 06:10 PM
isseldor isseldor is offline
Free Member
 
Join Date: Dec 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
shanum
you need to use GripFit_preview.dll for the grip commands to work. When you open Moviestacker there is a box to check "use GripFit" check that and your script will reflect the change.

I dont use CCE so I can't help you with that but I've had very good success with TMPGEnc.
When you start TMPGEnc cancel the wizard. Then load whatever KVCD template need. Which can be found here http://www.kvcd.net/dvd-models.html
Then click on the browse button next to video source. Find your avs script and click ok.
Reply With Quote
  #9  
03-05-2004, 02:37 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
I know this is goin offtopic to what is bein discussed but its ties in with the title of post - KVCD Guide, anyone doin any updates to kvcd guides? and how come the KDVD guides are done using CCE? I'm a vowed tmpgenc user and not seen a KDVD guide using tmpgenc, sure I can do a KVCD/DVD quite well now but I still think that the KVCD guide could do with an update an for a KDVD guide to appear using tmpgenc.

but thats just my opinion oh and don't ask me to do a guide I'm rubbish at guides besides I'm not keyed up on most of the stuff u lot boggle my mind with :P

righty thats my ramblin over with I bid u Adiour (pardon the spelling wasn't good with french) I'm out PEACE!!!
Reply With Quote
  #10  
03-14-2004, 09:43 PM
shanum shanum is offline
Free Member
 
Join Date: Mar 2004
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
hi all!

just thought i'd make amends just in case i scared anyone away from kvcd by saying it was too hard... i still am no comp wizz and i am yet to make a working kvcd... but i am getting there and the results i am seeing are worth all the effort i put into it...

so if you are playing with the idea of kvcd-ing or thinking of giving up dont... the community here offers so much help even a retard could make a kvcd...

cheers!
__________________
Anyone for some Bob Marley?!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Tuto. KSVCD no Central Filmes.com... para Alex_Matrix Marciovzg Conversão e Codificação de Vídeo (Português) 7 10-03-2004 09:24 AM
Best Avi to kvcd guide? linv5800 Video Encoding and Conversion 2 05-05-2004 04:55 PM
best VHS to KVCD Guide? joeven Video Capturing / Recording 26 02-14-2003 07:06 PM
KVCDx3 guide? will there be a KVCD lbr guide? andybno1 Video Encoding and Conversion 18 01-03-2003 06:59 PM
Best KVCD Guide? PlaiBoi Video Encoding and Conversion 28 06-01-2002 02:36 PM




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