digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Guide to convert DVD to KVCD (http://www.digitalfaq.com/archives/encode/2654-guide-convert-dvd.html)

kwag 07-18-2003 04:37 PM

Hi getsome831,

Yes. But you must have already encoded your audio to .mp2, and add it to ToK. Then when it finished the encode ( the .m1v ), it will multiplex the .m1v and the .mp2 into a .mpg fie.

-kwag

keigan1888 08-28-2003 06:19 PM

hi all

i'm trying to follow your guide but i'm stuck at TOK section i've put script on moviestacker and it saves as avs file, when i open avisynth script in TOK i get error **invalid floating point error**

Where am i going wrong ???

sorry if it a daft question it my first KVCD

i'm using this file as requested in guide

## DLL Section ##
#
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
LoadPlugin("C:\Filters25\GripFit_YV12.dll")
LoadPlugin("C:\Filters25\STMedianFilter.dll")
LoadPlugin("C:\Filters25\asharp.dll")
LoadPlugin("C:\Filters25\unfilter.dll")
LoadPlugin("C:\Filters25\undot.dll")
#
####

## Defined Variables and Constants ##
#
MaxTreshold = 1.50
nf = 0 # Current frame.
#
####

## Main section and static filters ###
#
Mpeg2Source("Your_D2V_Source_Here")
#
undot()
Limiter()
asharp(1, 4)
GripCrop(Your_GripCrop_Parameters_Here)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0 )
MergeChroma(blur(MaxTreshold))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual ) - This will apply temporalsoften to
# very static scenes, and apply variable blur on moving scenes.
# We also assign a variable - and this is why a line break is inserted:

SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \
unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ) : \
TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!
Limiter()

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

#
####


Is this correct ??

thanks in advance :oops:

smitdawg 09-07-2003 11:24 AM

Same problem... "Invalid Floating Point" when i try to load up the avs

LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\MPEG2Dec.dl l")
LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\TemporalCle anerOld.dll")
LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\GripFit_pre view.dll")
LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\BlockBuster .dll")
LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\DustV5.dll" )
LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\LegalClip.d ll")
LoadPlugin("E:\Video Manipulation\Video Software\DVD to KVCD\MovieStacker\MovieStacker\Filters\Sampler.dll ")

Mpeg2Source("C:\FERNLOTH\FERNLOTH.d2v")
LegalClip()
GripCrop(352, 240, overscan=1)
GripSize(resizer="LanczosResize")
GoldDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, seed=1)
GripBorders()
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


---------------------------
not sure what to do

danny 09-10-2003 11:23 AM

Headac3he: http://darkav.de.vu/

this is an old one but there is a new version with the dlls(drivers)

it is not in the main site http://darkav.de.vu/ even though it has the name with a link but it takes you to the old version and drivers

i went to doom9.org to get it however, question is those this new version contain the all the drivers needed?

i see alot of people having errors also, this is a good guide and i want it too work

danny 09-10-2003 03:33 PM

Damn, now Headac3he2a the new version is not even running.

After i put the ac3 file and then the output to be mp2 and do the stuff what blank prince tells you to do, Windows XP gives me an error saying that it is responding and closes it, i removed the Headac3he2a and installed over and over but it still doesnt want to run

whats happening?

jorel 09-10-2003 04:38 PM

Quote:

Originally Posted by danny

whats happening?

what's happening?
you download the wrong version!

what is the CPU of your pc :?:
athlon xp,p4..... :?: :?:

danny 09-11-2003 09:04 AM

Quote:

Originally Posted by jorel
Quote:

Originally Posted by danny

whats happening?

what's happening?
you download the wrong version!

what is the CPU of your pc :?:
athlon xp,p4..... :?: :?:


it is an athlon processor and it runs at 950 mhz, thank you. i guess i will try a different one , i will come back with the results

im guessing athlon xp all are 1ghz of speed

danny 09-11-2003 08:38 PM

damn, i solved the first problem but now im getting this one, sorry for the Image for being so large, i forgot to shrink it


http://www.digitalfaq.com/archives/error.gif


it keeps giving me that the AC3 file is corrupt, i ran DVD2AVI to create a different AC3 file but it keeps giving me the same thing.

Dialhot 09-12-2003 03:24 AM

The solution of your problem is probably here :

http://www.kvcd.net/forum/viewtopic....t=ac3fix#31661

danny 09-12-2003 07:34 AM

thank you so much bro, i will give it a go and see whats up

birdiestremph 09-16-2003 11:44 PM

once done encoding movie skips minutes at a time.
 
Hi, I followed the post above, its really helpful and it was really nice to post it!! I am having a problem though, when I go into Tok it loads tmpg.exe three times, the first time it is only open for a short time and no errors, the second time it is open for a short time but gives me an error of:

Division by zero, line 31.

it says this error is in the script file that is generated by this process. The error is not in the script file that i use for this process. I am using the default kvcd script file included with movie stacker.

The biggest problem is that my result movie skips huge parts of the movie(maybe 30 seconds to a minute) and then plays about 3 seconds. It keeps doing this through the whole movie. Anyone know whats up??

Here is the script file im using btw(its the default one):

#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\Sampler.dll")

Mpeg2Source("C:\dvd\office.d2v")
LegalClip()
BilinearResize(496, 446, 4, 0, 712, 480)
STMedianFilter(10, 50, 0, 0, 10, 50)
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.3))
AddBorders(16, 17, 16, 17)
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##

Anerboda 09-16-2003 11:56 PM

When you're using ToK you don't need this line:
Quote:

Sampler(length=24)
Remove it from your script or put a # in front of it so it looks like this:
#Sampler(length=24)
Now load your script into ToK and try again.
The reason you don't need it is because ToK use it's own sampler function.
Anerboda

birdiestremph 09-17-2003 12:25 AM

hmm
 
thanks so much, everything seems to be working now :)

birdiestremph 09-17-2003 12:28 PM

hmm
 
One more problem, this one is probably small :) Tok outputs the video file fine now, but it outputs it as a .m1v file. This file is unreadable by nero, I tried changing the extension to .mpg by hand. Nero will then recognize the file, but cant analyze it for burning ... thanks again for any help.

kwag 09-17-2003 03:43 PM

A .m1v is a VIDEO stream. It doesn't contain audio. You must encode your audio to .mp2, and multiplex your .m1v and .mp2 together, to create a .mpg.

-kwag

birdiestremph 09-17-2003 03:57 PM

hmm
 
thanks bud, I was so impressed with the quality of the video output. These boards have been so helpfull too, you guys are awesome.

Drisanna 09-25-2003 08:54 AM

Re: Guide to convert DVD to KVCD
 
Quote:

Originally Posted by black prince
Converting DVD to KVCD


Go to Bitrate and make sure your max bitrate is correct for the
resolution you picked (e.g. 352x240 with max bitrate 1800)
-black prince

First I want to thank you very much for your extremely helpful guide. It has taken me from "WTH???" to making very nice quality KVCDs.

Is there a place where I can get a list of the "correct" maximum bit rates for the available resolutions? If this has already been asked and answered, I apologize for missing it. Thanks in advance for your help.

CheronAph 09-25-2003 11:04 AM

Hi Drisanna and welcome, I always use the suggested bitrates min 64 max 3000 for every template! Check, http://www.kvcd.net/portal/articles.php?lng=en&pg=20

Drisanna 09-25-2003 11:18 AM

Thanks so very much for your prompt response. I'll set mine up that way and let it fly. :)

DragonZeal 10-26-2003 01:16 PM

I'm having a problem with kvcd when I'm following this guide.
I always result in an 180Mb file. I think it has something to do with sampler.
Can somebody help me?

flameboy 11-20-2003 02:10 PM

Help! choppy playback
 
I followed all the directions on this forum to a tee, and i was very pleased to get a nice a 704x480 kvcd in excelent condition.

however when i put the disc in my dvd player (my dvd player has played other kvcds, vcds, and svcds) the video is CHOPPY! it lags, then jumps over and over again! I dont know what the problem is, this has never happened before.

I am thinking it may be a problem with my dvd player rendering the stream fast enough? maybe if i encode a lower rez it would play smoothly?
and the disc plays FINE on my computer.

Somone please help :-(

kwag 11-20-2003 03:07 PM

Hi flameboy,

It could be a media problem :!:
Have you tried another CD-R brand :?:

Edit: Also check that your audio was encoded at 44.1Khz and not at 48Khz.

-kwag

flameboy 11-20-2003 03:34 PM

well my cdrs are TDK 700mb discs, the highest quality i am aware of, however the mp2 file IS 48000Hz
is this the problem? the guide didnt specify having to change that, or even how to change it

in DVD2AVI theres a 48 -> 44.1khz option and the values are Low, Mid, High, UltraHigh

which should i use in the future?

dazedconfused 11-20-2003 04:15 PM

Quote:

Originally Posted by flameboy
well my cdrs are TDK 700mb discs, the highest quality i am aware of, however the mp2 file IS 48000Hz
is this the problem? the guide didnt specify having to change that, or even how to change it

in DVD2AVI theres a 48 -> 44.1khz option and the values are Low, Mid, High, UltraHigh

which should i use in the future?

Some players are picky and require the audio to be 44.1kHz, so yes, that could be your problem. It's also possible that your player simply doesn't like the 704x resolution and is causing the errors (have you tried 704x before?). But it's probably the audio.

While creating your .d2v project with dvd2avi, you should always "DEMUX" the the audio instead of "DECODING" it to a .wav file. This way, you have the original AC3 audio track to work from, and are doing one less audio conversion in the process, which will result in better quality (AC3->MP2, not AC3->WAV->MP2). Then you should convert that AC3 directly to a 44.1kHz .MP2 file with HeadAC3he (or BeSweet).

Good luck,
-d&c

flameboy 11-21-2003 03:52 PM

aarrgggg
after another 12 hours of re-encoding at 44.1khz audio it STILL jumps every few seconds continuously throughout the movie

i guess its the high resolution.... going to have to try all over again at a lower one. does anyone have a recommendation about whats safe? i want as good of quality as possible...without SKIPPING!

dvlboy 11-30-2003 04:46 PM

Flameboy, I don't think it's a problem with the CD-R media or the audio bitrate. I have an Apex 1100W (USA-NTSC) standalone DVD player and anytime I encode something at 720x480 or 704x480, it has to have been encoded at 29.97 fps in order for it to play properly, otherwise it skips like you described. My guess is you're probably encoding your video at 23.976 fps, but your DVD player is expecting 29.97 and chokes while it waits for more frames. Try encoding a short test clip (1-5 mins or so) at 29.97 fps (with whatever audio settings you want), and I'll bet it'll play back smoothly on your DVD player. That's what solved the problem for me.

kwag 11-30-2003 04:52 PM

You can also try encoding MPEG-2 at 23.976fps with 3:2 pulldown.
You'll get better quality than encoding at 29.97, and it should play on the APEX players.

-kwag

Anonymous 12-30-2003 08:51 PM

to all da ppl in dis forum, plz at least read this post
 
OK! ive been in dis business for 10 years ... was 5 when i made high quality skvcd's with tmpgenc ... and even back den ma brain was strangely bigger dan da average noob in dis topic ... yet today i feel intimidated by jorel, maudibb, kwag, vmquiesta, and sansgrip's intelligences. now, shall we get onto my hard-earned experiences?

ok ppl DVD2AVI and all da methods described in black prince's guide are AMAZINGLY PRECISE and work fine ... but apparently dere are too many noobs in dis forum dat cant seem to work it out ... btw THANK U BLACK PRINCE ... im only da fourth person das said dat up till now ... no one else seems to care much bout ur hard-earned experience.

ok ... if u have p3 or p4, get ready for cce right now cuz im tellin ya tmpgenc (with avs) is great WITHOUT moviestacker and tok (again big thanx to all deir creators) ... but if u want speed and u can afford speed (in terms of ur RAM and CPU), den give cce sp 2.6 or 2.7 (with SSG crack) a shot ... u can easily create KDVDs amd SKVCDs ... but obviously VMQUIESTA's guide wasnt sufficient enuff on its avs part ... what he described only worked for him and his PERFECTLY RIPPED DVD avis ... and apparently u need YUY2 or YIV2 for his script ... sicne den, i have done reasearch and testing, and find moviestacker useful once again ... open MS and load da template of ur choice. den, change all da filter settings, aspect ratio, resolution, etc. to ur deepest desires and save da script .... great ... now load ALL DAT information (with ur eyes and hands ... sorry dere aint no program in da WORLD dat can do DIS PART for u .... dont cry tho itzzz quite eZZZ) into da latest optimal script that suites u best (u can find dem at www.kvcd.net/forum/viewtopic.php?t=3483) ok! phew! now follow all of VMQuiesta's guide and d/l his KDVD calculator 1.1 (b/c in the guide, it asks u to do many many calculations on hand and with paper, and noobies JUST PLAIN SIMPLE DONT LIKE DAT ... besides da calc does everythin da guide asks u to do on 2 whole pages in less dan a second!) and templates for CCE 2.6 or 2.7 (according to what u have and ur preference) from http://www.jltoca.uaivip.com.br/vmesquita.htm and ur all set to go!

now for dvd-ripping part! follow everything on dis page, and ull get VERY HIGH QUALITY video in less than 3 hours (and we're talkin a premium 2-pass rip dat u can ONLY get on gaurdianknot or maybe even autoGK) ... dvdx has automatic built-in decrypter (so u save an extra 2 steps of ripping and decrypting) and divx 4.12 is faster dan all da other divx codecs (but equal to xvid - almost same source code - trust me i checked - and it had same results and almost same encoding time, but only real advantage is dat u can set da final size rather dan predicting it wit nic's xvid calc like u would wit divx 4.12 - which usually still doesnt come out to da file size u want it - but it doesnt matter cuz ur gonna be encoding it to KVCD MPEG-1 or -2 anyways ... so just as long as ur source is high quality), so u can rip and decrypt and convert WITH 2-PASS in only 3.5 hours on P4 (wit HT) or 5-7 hours (on anythin else) ... ur mouth is waterin eh? XMPEG is da only other program dat can do dis direct conversion but its WAY TOOOO BUGGY ... and da features arent even one-sixth of dvdx's .... once u have ur avi, it could never be easier to make avs scripts ... for latest optimal script, simply change da mpeg source line to an avisource like dis:

AviSource("C:\Program Files\IamAnooob.avi")

and at da end, add a sampler line wit da GOP of ur encoder (if ur using cce, dat would be 15, and wit tmpgenc, it would be 24) .... so it should look somethin like dis for a cce user:

sampler (length=15)

das it ur done ... now keep encoding wit dat sample wit tmpgenc or cce and in cce, decrease it to increase size and quality or vice versa ... in tmpgenc, increase it to increase size and quality or vice versa .... and da file outcome should meet da size of ur sampler (which u got through manual calculation through VMQuiesta's guide or with his KDVD Calc 1.1) ... das it ... when u got da right rate ... delete da sampler line ... and hit encode for da whole movie .... btw cce will make da video in 4 hours and tmpgenc in 9 (and im using a p4 3.06 wit ht ... so good luck wit dat) .. and cce will have over 4.3 times better quality! yah ... i sorta went through lotsa trouble to calculate dat ... but JUST DA FACT DAT UR USING CCE means dat u wont have blockiness in ur final mpeg, and so u dont need blockbuster or SmoothHQi or any other similar filters to eliminate blocks or artifacts in ur video, or even da usual colour problems with OLLLLD DivX or XviD .... i hope uve enjoyed dis lil guide ... btw cce can do unlimited passes (i do 8 passes for some of my fav movies, but never wit da optimal script ... cuz da filters in dat script make a CCE encode take 4 hours long, which will give u almost da same quality as 4 passes) ....

ENJOY DIS HELPFUL LITTLE GUIDE .... and ooohhhh yes it is QUITE LITTLE .... u havent seen ma guides ... shoutouts go to kwag, maudibb, and sansgrip for dis site and all deir creations/contributions in da world of video on cd, and an EQUALLY BIG THANX to VMQUiesta for all his efforts of finding ANOTHER BETTER AND FASTER way to encode ur movies ... das all for tonite folks ... peace out ....

Anonymous 12-30-2003 09:04 PM

btw, SmoothHQi is such an amazin filter! god i love it more dan convolution 3d .... but i aint horny just yet .... maybe some japanese twins ought to DAT trick ...

anyways .... guys i think u should SmoothHQi for old movies no matter HOW MANY OTHER filters u r using, but not if ur usin tmggenc .... its just too slow lol (and again im running a p4 3.06 wit HT, so unless, u got an amd 64-bit, dont even question ma recommendations)....

ok just thought u should know dat and use dat filter ... even though half of ya noobs dont even know what im talkin bout right now ... dat shouldnt matter tho .... i used to be a noob once too ....

rendalunit 12-31-2003 12:23 AM

The slang (or whatever the hell it is) doesn't translate very well... :roll:

kwag 12-31-2003 01:45 AM

Took me about three times longer to read, than the regular time to read a post :roll:

-kwag

Dialhot 12-31-2003 05:30 AM

Quote:

Originally Posted by kwag
Took me about three times longer to read, than the regular time to read a post :roll:

And I personnaly stop the reading after the third "da".
What is the goal there ? To be read or just to raise up the message counter ?

incredible 12-31-2003 05:40 AM

Could someone expl. me what all this means?
(not da raggamuffin' stylin but the sense as its already in a very understandable state written by VMesquita according to CCE)

Btw ... I don't know why some people start their threads using the preventive words "I've been in this business for about xx years"



PS :dunce: I hope you all enjoy a nice night and I wish you all the best for 2004!

rds_correia 12-31-2003 06:29 AM

Guys, Guys!
Just wanted to wish you guys a VERY HAPPY NEW YEAR :ole:

@Semendemon
Be a sports and help the community with fresh ideas instead of using LAME crack/warez methods for great tools :evil:
We all know our way to the dark side :litesbr: . We just didn't choose it :D

incredible 12-31-2003 07:16 AM

An all these mentions of illegal "cracks" "xvid/Divix downloads" in here give KVCD in the outside a nice touch of purpose just to exist to build sharing stuff!!! :!:

I thought we're doing "advanced video-conversion" in here and not "how I do get the best out of stolen things"

rds_correia 12-31-2003 07:30 AM

Quote:

Originally Posted by incredible
I thought we're doing "advanced video-conversion" in here and not "how I do get the best out of stolen things"

Now, that's the spirit 8)

EDIT: I always knew I was at right place at kvcd.net :P

Anonymous 01-03-2004 02:04 PM

i have NEVER used cce up until last week, and ever since, ive done EVERYTHING on VMQueista's guide (yes i got all da plugins and templates and even played da script through WMP 9 wit no problems, and ran it through cce ... works fine and encodes JUST FINE) ... now here's ma problem! first of all, as i have read above, for downloaded movies, i always get an error message dat ma input file must be YUY2 or YV12 and im totally confused bout da YUY2 part but i get da YV12 part (yet i still cannot find da YV12 codec ... nic's xvid compilation doesnt have it nor does his source code ... maybe ill have to try gaurdianknot later but its just too much work for now) .... i have 2 d/led movies and 8 personally ripped movies dat just look and feel great (wit divx 4.12) ... so now, here's ma question ... when i encode it wit cce or even play da script wit WMP 9, da whole movie is turned into a bluish or reddish mpeg or mpv. god i hate to say it, but ive been stuck on dat part of da process ever since ... i have avisynth 5.2.3 just like u guys said and i really have gone by vmquiesta's rule book, but im seriously gonna break some rules and do some further personal research if u guys cant help me ... but i doubt i will get any far myself ...

i have my CQ value by da way ... its 21 ... i used da manual method explained in VMQuiesta's guide ... AGAIN, i can encode ... but da script is da problem! becuz when i play it in WMP. i see it blue or red again (u can play da avi straight through ur avs script, but it runs much much slower becuz of all da simultaneous filters loading and running). dont get me wrong .... its not red and blue for a single movie! so far, one movie is bluish, another is reddish, and even another dat i just did right now, yellowish. wow soon i might have all da colours in da rainbow!

so can u guys help me? im gettin really pissed off by dis bs ... btw, i get da same colour problem when usin da LATEST OPTIMAL script ... and last but not least, in a whole movie, only things that are white usually become blue or red or yellow or etc ... so just thought that might help ... but i did say usually! mostly colours close to white .... i would appreciate a quick reply ... but THANX ALOT in advance ...

incredible 01-03-2004 02:55 PM

Maybe you're taking us all for fools but doing just a copy of your already posted Postings where we already gave the clear spoken ADVICE not to mention "Downloaded movies" etc ....

http://www.kvcd.net/forum/viewtopic....ghlight=#57116

... will give you no help, as you won't learn :!:

If you enter HERE accept our rules! If not we're the ones who are getting "really pissed off" :!:

So edit your posts.

If not I'll delete your Postings imideately!

dazedconfused 01-03-2004 03:52 PM

:roll: (*sigh*) Some peoples' kids.........

As Incredible said, DO NOT CROSS-POST!!! In case you do not know, "cross-posting" means to post the same exact message throughout different forums.

Cross-posting is totally unnecessary because most people here read all of the posts in every forum section anyways. So if someone has the ability or desire to help you, then they will help you...just be patient! Cross-posting is also considered rude because: 1) it makes people waste their time reading your same exact message over and over again!, 2) it unnecesarrily clutters our forums, and 3) it makes it more difficult for other people to follow the thread or offer you any help. :x :evil:

Your post also has nothing to do with this particular thread by Black Prince, so it simply does not belong here (for that matter, either does your "guide" posted earlier in this thread...it will only serve to confuse newbies who are trying to follow Black Prince's thread, despite whatever good intentions you may have had). Please start a brand new thread in situations when your comments/questions do not directly relate to an older thread.

The final bit of "netiquette" (internet etiquette) advice that I will impart upon you is that no one is ever going to take you seriously if you continue your nonsensical over-usage of L33t-speak/Instant-Messenger-lingo/slang (or whatever it is). Most of us here are adults who find it rather annoying. So plz real-eyes dat it don't B cool 2 giv peeple headachzzz bi incurrecktly spellin' yur werdz like dis on perpus.

:roll: I'm affraid you are not off to a very good start here at kvcd.net Mr. Demon. I'd suggest that you do some searching and learning on your own for awhile before posting here again so you don't end up finding yourself unwelcome (or worse, banned). I'm sorry if some of my words here have come across harshly, but I'm only saying what more than a few others must be thinking after reading your posts. It is my hope that you will take this criticism constructively and learn from it rather than taking offense or choosing to leave.

Regards,
-d&c

Anonymous 01-03-2004 06:43 PM

wow i dont know what to say ...
 
dazed i cant tell u how much ur name says bout u ... ur like a little child ... dont u dare accuse me of piracy or any of dat otha shit ... all of ma 8 ripped dvd's were off of purchased home movies or gifts dat i received from some friends ... and for da 2 other divx movies ... dere ISNT A SIGNLE PERSON IN DIS SITE dat doesnt download deir movies ... ohhh but its illegal to talk bout them right? i understand, but i NEVER TALKED BOUT EM! im havin problems wit ma 8 ripped dvds and cant even get an answer! in fact, some incredible losers are gettin incredibly "pissed off" ...

im really sorry bout ma comments in da lil guide on da other cce forum .... normally dose dat call others noobs are da biggest noobs demselves .... and now i realize dat and im apologizin for it ... so now its ur turn! U KNOW WHAT I THINK? ur lil pussies dat cant handle some serious competition or JUST COMPETITION PERIOD. so u can ban, suspend, or do whatever u want wit me on dis site, but lmfao u think u can stop me? ur just a lil 2-year-old dat runs his mouth and accuses others of illegal stuff .... take some responsibility for once .....

look if ur not gonna answer ma question, i quite frankly dont giva ****, dere are so many workarounds to ma problem, but i thought da direct solution would be best (AND IT IS) ... but u guys (who are probably da ones who can help me) wanna talk crap and accuse me of piracy and say dat im pissin u off ... u need to simply stop pissin ALL OVER URSELF ... and as for ma SSG CCE recommendation on da other forum was nothin more dan a recommendation ... do u have $1500 in ur pocket to spend on a single software dat is only 14 MB big and well can be buggy sometimes too? das what i thought .... dat recommendation was forwarded to all da noobs out dere dat dont know how to get cce and use it ... so i was just bein of help ... and i wont do it again cuz if ur a noob, u technically shouldnt even bother askin bout how to encode wit cce .... ma question is different and much more complicated tho ... it has to do wit RGB and temporal smoother (which basically adds up to AviSynth, not da piracy of CCE SP) ....

so now .... ban me or answer me ... pussy


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.