digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   which kvcd template for svcd from avi files? (http://www.digitalfaq.com/archives/encode/2366-kvcd-template-svcd.html)

Wolfi 02-05-2003 11:32 AM

:D VaioVcd lol

Yeah it's true I cant play the avs with my media player so something is wrong but I dont know why... so maybe I just have to say bye bye kvcd :cry:

How large should the avs file be?

kwag 02-05-2003 11:39 AM

Quote:

Originally Posted by VaioVcd
Kwag, waht version of Window Media Player do you play your Scripts with?

Version 8.

kwag 02-05-2003 11:43 AM

Quote:

Originally Posted by Wolfi

Yeah it's true I cant play the avs with my media player so something is wrong but I dont know why... so maybe I just have to say bye bye kvcd :cry:

You would also have to say bye bye to any encoding with any encoder using an AviSynth script. That's not KVCD specific :D . Did you try to open the .avs with VirtualDub :?:
And I forgot to ask you, did you download and install AviSynth 2.07 :?: http://www.sf.net/projects/avisynth2
Quote:


How large should the avs file be?
About 4k.

-kwag

VaioVcd 02-05-2003 12:28 PM

Bye Bye to KVCD!! 8O
Are you crazy!!
kvcd is the best alternitive you will ever find regarding Video Conversion!

For Kwag: I updated WMP 8 to 9, because i thought it was better, but i see you stil using 8, Is 8 better?

Is it relly nesessary to play scripts on WMP?

kwag 02-05-2003 01:15 PM

Quote:

Originally Posted by VaioVcd
For Kwag: I updated WMP 8 to 9, because i thought it was better, but i see you stil using 8, Is 8 better?

I don't know :!: My wife told me it sucks, because she updated her notebook and now she can't play a bunch of stuff :mrgreen:
Quote:


Is it relly nesessary to play scripts on WMP?
No. You can also use VirtualDub :D

-kwag

Wolfi 02-05-2003 01:41 PM

[/quote]How large should the avs file be?[/quote]

btw my avs file is only on 1k

Wolfi 02-05-2003 01:43 PM

Oh I wrote worng the last massage,sorry :o

Well I dont have AviSynth 2.07 ... 8O what is it for...I'm so ashamed :oops:

kwag 02-05-2003 01:55 PM

Quote:

Originally Posted by Wolfi
Oh I wrote worng the last massage,sorry :o

Well I dont have AviSynth 2.07 ... 8O what is it for...

You won't be able to open .avs scripts without it :!:
Quote:

I'm so ashamed :oops:
:hammer: :punch:

Wolfi 02-05-2003 02:50 PM

haha :D

In my installed AviSynth 2.07 folder I find this folders: Example Scripts and Plugin Directory :D In witch folder should I put my avs. file created from FitCD :?: I hope thats it :D

Wolfi 02-05-2003 02:54 PM

Btw Witch file should I download? AviSynth_207_src or AviSynth_207 :?:

kwag 02-05-2003 03:25 PM

Quote:

Originally Posted by Wolfi
Btw Witch file should I download? AviSynth_207_src or AviSynth_207 :?:

AviSynth_207 .

Wolfi 02-06-2003 07:08 AM

Thanks Again Kwag :P but can you plz plz aswers this one to :arrow:

Quote:

Originally Posted by Wolfi
haha :D

In my installed AviSynth 2.07 folder I find this folders: Example Scripts and Plugin Directory :D In witch folder should I put my avs. file created from FitCD :?: I hope thats it :D


///Wolfi :P

acidfire 02-06-2003 10:46 AM

Quote:

Thanks Again Kwag but can you plz plz aswers this one to

Wolfi wrote:
haha

In my installed AviSynth 2.07 folder I find this folders: Example Scripts and Plugin Directory In witch folder should I put my avs. file created from FitCD I hope thats it



///Wolfi
You can put your avs script any where on your computer. :wink: It will work as long as you have the right location of your dll's in the avs script. So save the avs script any where.

Wolfi 02-06-2003 11:31 AM

Then what the h*** is the point with avisynth 8O

kwag 02-06-2003 01:18 PM

Quote:

Originally Posted by Wolfi
Then what the h*** is the point with avisynth 8O

http://www.avisynth.org

Wolfi 02-07-2003 08:09 AM

It's no longer a problem to play avs. files cause I just tried with the defult script or whatever it was:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avi")
BilinearResize(448,254,1,0,638,272)
#TemporalSmoother(2,2)
AddBorders(16,113,16,113)
#Trim(0,126416).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1

I just saved this one to try if I could play this avs. and yeah it all worked fine. But but when I tried the script I should use it only played this massage:

Scriped error: expected a. or)
(C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avs, line 6, column 12)

Script:

LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\GripFit_preview.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\Sampler.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\DustV5.dll")
LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll

AviSource("C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avi")

LegalClip()
GripCrop( width=528, height=480, overscan=1 )
GripSize()
SpaceDust()
TemporalCleaner()
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##


I think I've made somthing wrong with the filters...cause I could play the avs. script without filters.

Can someone see anything wrong with this script 8O

And when you look at this error massage:

Scriped error: expected a. or)
(C:\Documents and Settings\Lars\Skrivbord\Tobias\Spiderman.avs, line 6, column 12)

What do you think this part means : line 6, column 12 :arrow:

plz gimme some help :cry: :arrow:

//Wolfi

kwag 02-07-2003 08:40 AM

Hi Wolfi,

Your line 6: LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll

Should read: LoadPlugin("C:\Documents and Settings\Lars\Skrivbord\Tobias\Program\Blandat\Fit CD\TemporalCleanerOld.dll")

You forgot to close with ")
:wink:

Wolfi 02-07-2003 08:43 AM

I Dont understand what you mean kwag 8O

kwag 02-07-2003 09:13 AM

Quote:

Originally Posted by Wolfi
I Dont understand what you mean kwag 8O

You forgot to add this -----> ") <-------- to the end of line 6.

Wolfi 02-08-2003 05:38 AM

OOh my god it work !!! :D I so long discustion for such a little problem :P Thanks a LOT :!: And I hope this is the end of my questions for some time :lol:

Wolfi 02-08-2003 06:08 AM

Hmm already have 2 question :?

First one:

-Kwag why is the motion search precision set on High Quality(slow) and not on Highest Quality(very slow) 8O I thought a kvcd wanted to give the best quality :?

And my second question:

I've now done this part: Go to FILE>Preview and play a few minutes of the movie. Check for aspect ratio,
screen size, etc. If all looks good, close preview.

it all looks file :P

But now should I do this part:

Fast way to finish-up:

At this point you could input the audio.wav file created to Tmpgenc and encode
The movie with audio and video. Use Tmpgenc tools to cut the final movie into
2 or more files and be happily on your way. For those who want to bale out
here, I’ll understand. Later, after a few encodes you might want to try the
rest of this guide to get the most from this process

or this part:

Step 3 (Ready to encode video):

You’ve finished file tests and have the CQ to meet your CDs.
The next step is to comment (#Sampler(length=24) again to
deactivate it. Go to Tmpgenc>File>Save Project (save the settings file with .tpr
extension) this is a project file. Next go to File>batch encode>add>(select the
project you just created)>run. When the screen returns, notice a check box in
the upper right for "Shutdown after finish encoding". Check this box and your PC will shut
down when Tmpgenc is finished. Now go to sleep or out for the evening and don't worry
about you PC being on all day.

Well I have my audio separate made with HeadAC3he so I suppose I should do the second part... or?

//Wolfi

Wolfi 02-10-2003 09:28 AM

I tried Step 3 (Ready to encode video) and it worked fine in the beginning...But when I woked up in the morning next day this massage had came up in the middle of the encoding: Avisynth: division by zero at 0x06790387. Why is this happening? Someone plz come with an idea :idea:

Btw, when I looked at my broken M2V file it was a white thing who went around on the screen in Windows media player.

I realy can discribe it with words so it is possible to take a screenshot of how it look and show it here on the forum?

One thing more. This part of the guide The next step is to comment (#Sampler(length=24) again to deactivate it.

I dont understand all about it. Should I take this away "#" from (#Sampler(length=24) or should I just have it as it is?

//Wolfi 8)

rhino 02-10-2003 10:16 AM

in an avs script a line beginning with a hash (#) will cause the line to be ignored.

so if you want to use the sampler the line should be

Sampler(length=24)

if you do not want to use sampler and do the full encode, then the phrase you will hear is to hash it out, or comment it out. All this means is put a hash (#) in front of the line, and AviSynth will ignore this line.

#Sampler(length=24)

So the above line is not executed, it is completely ignored. You can have

####Sampler(length=24)

and this will still be ignored.

Cheers,

Wolfi 02-10-2003 10:30 AM

If I'll use this: Sampler(length=24) (so it wont ignore the line)

What will that sampler thing do with the movie 8O

kwag 02-10-2003 10:42 AM

Quote:

Originally Posted by Wolfi
What will that sampler thing do with the movie 8O

Read this thread: http://www.kvcd.net/forum/viewtopic.php?t=2017

Wolfi 02-10-2003 11:26 AM

I tried to encode again BUT!!! that white thing is still thier :cry: :grr1: :cry: please SOMEONE HELP ME !!!

bagel00 02-12-2003 02:57 PM

AVS Script ?s - How to Launch?
 
I've been able to backup movies with the Red M guide and they are great. Thanks for having a site like this.

Now, I want to try these scripts I'm reading about everywhere.

I have the script from above, have installed Avisynth, put the filters in the right directory, modified the script and then what?

Maybe I'm missing something simple, but I just don't get what to do with the Script. How do I launch it, where, what happens next. Run Script, then TMPGenc?

Per the instructions on the Luke Avisynth page, I have tried opening the script from within Virtual Dub, but I must admit, I don't understand what that is doing.

Any help for a Newbie.

Again, thanks. I am backing up good looking movies per the Red m guide after a month on dinking around with other sites/stuff, just now I want to do more.

Wolfi 02-13-2003 08:57 AM

Just try this guide on http://www.kvcd.net/forum/viewtopic.php?t=2331 8)


All times are GMT -5. The time now is 03:46 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.