Quantcast Guide to Convert DVD to KVCD - Page 8 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Video Encoding and Conversion

Reply
 
LinkBack Thread Tools
  #141  
02-28-2004, 09:28 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
I actually managed to get this done.

Changed gripgrop, removed that and added bilinear value and borders and it worked, it is encoding the movie.

Before that though it gave an error unable to load plugin line 50.
Started encoding the movie at 480x480 cq 90 frame rate 29.97.
Have chosen 2 cd's of 800mb each in Tok.

IS there something still wrong or it will work.
IS Tok an automated process that if it starts i can leave it running and forget about it.
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
  #142  
02-28-2004, 10:03 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
The avs file plays for 10 secs , was readin thru tok's forums and updated the sampler-25.dll file.

Now again it says resolution illegal.

The error it gave on line 49, checked the avs created

AssumeFPS(29.970)
LoadPlugin("")
oldfps = framerate
interval = round((FrameCount/30)/59.940)/10
nFrames = round(30)
SelectRangeEvery( (round(framecount/interval)),nFrames)

Where am i going wrong.
I removed the line LoadPlugin"" it played the file which was a 18 sec clip.
Reply With Quote
  #143  
02-28-2004, 10:43 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
This plays well on the media player but on loading to tok again is giving illegal resolution error. Posting both the scripts here,tomo hopefully i can proceed.

the script used

## DLL Section ##
#
#
####
## Main section and static filters ###
#

Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")

#
undot()
Limiter()
asharp(1, 4)
BilinearResize(448, 446, 0, 1, 720, 47
AddBorders(16, 17, 16, 17)
MergeChroma(blur(1.5)
MergeLuma(blur(0.2))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "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) ")

#
#
#


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

#
#
## Functions ###

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

#
####

Script tok makes

## DLL Section ##
#
#
####
## Main section and static filters ###
#

Mpeg2Source("D:\Encoded\Namak Halal\nh.d2v")

#
undot()
Limiter()
asharp(1, 4)
BilinearResize(448, 446, 0, 1, 720, 47
AddBorders(16, 17, 16, 17)
MergeChroma(blur(1.5)
MergeLuma(blur(0.2))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "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) ")

#
#
#


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

#
#
## Functions ###

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

#
####
AssumeFPS(29.970)
LoadPlugin("")
oldfps = framerate
interval = round((FrameCount/30)/59.940)/10
nFrames = round(30)
SelectRangeEvery( (round(framecount/interval)),nFrames)
Reply With Quote
  #144  
02-29-2004, 04:26 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Sleep always works.

No more errors with resolution, was some dll file error.

Now the movie playes perfectecly in media player.

When loaded with Tok, still getting the error for Load PLugin"" created in the avs by Tok.
I have downloaded most of the filters i could , so all are now proper acc to the version of avisynth.

In file prediction it plays the file with 300 frames and always sets cq at 90 and instead of the movie , the red errors lines in picture.
The test m1v file is 1.16mb only.

Thanks everyone for thier help, especially dialhot.
Reply With Quote
  #145  
02-29-2004, 07:03 AM
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 kev23m
Sleep always works.
No ? Really ?

Quote:
the red errors lines in picture.
Give the the EXACT TEXT OF THE ERROR !
Man we are not in front of your monitor nor behind your eyes.
Reply With Quote
  #146  
02-29-2004, 08:03 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Getting invalid floating point error suddenly.

Nochanges to the script made .

Before this i was getting error

Cannot load plugin. script line 49

line 49 read
LoadPlugin""

Making the d2v and mp2 file again.
Reply With Quote
  #147  
02-29-2004, 09:05 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
M Asking too many ?'s . Should keep working and when i give up then i shall ask now.

Got it done , its doing the prediction as we speak and no errors.

Trial n error is da best.

Removed the avisynth dll files from system32 and reinstalled avisynth 2.5.

Did the trick.


Cheers!
Reply With Quote
  #148  
02-29-2004, 09:19 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
How can we fix the resolution.
In gripgorp values if i have given
720,480 it is encoding in 720,464
480,480 it is encoding in 480,356
352,480 it is encoding in 352,276.
Reply With Quote
  #149  
02-29-2004, 09:22 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
used the bilinear script , with that encoding in 480,480.
Reply With Quote
  #150  
02-29-2004, 11:16 PM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Video encoded bt Tok not muxing, it opens bbmpeg and stops.

Tried muxing with bbmpeg, it stops after 54%, that i guess is due to size cos i checked the file it was 3.99gb .
HEre is the log of Tok

Audio Size: 172,480,256
Required Video Size: 1,451,260,547

Factor: 59.940
Desired Sample Size: 24,211,890

-------------------------------------------------------------
New Faster Prediction
-------------------------------------------------------------

Full Sample
Next CQ: 70.000. Sample Size: 34,177,094
Small Sample
Next CQ: 70.000. Sample Size: 3,430,660
Predicting...
Next CQ: 49.590. Sample Size: 22,405,919
Next CQ: 56.258. Sample Size: 25,686,717
Next CQ: 53.092. Sample Size: 24,770,668
Next CQ: 51.803. Sample Size: 24,692,574
Next CQ: 51.017. Sample Size: 24,045,018

Exit Condition: 1.000 % reached ! yahoo !
Tries : 6


Final CQ: 51.017
Total Time For Predicition: 01:51:53


-------------------------------------------------------------
Encoding D:\Encoded\Namak Halal\bilinear_backup.avs
-------------------------------------------------------------

Encoding... CQ : 51.017
Final Encoded Size: 1,418,581,458
Muxing ...


Total Time (all operations): 10:44:45

Finished


So i tried Multiplexing with Tmpgenc but it says illegal audio stream for mpeg.
Reply With Quote
  #151  
03-01-2004, 02:18 AM
kev23m kev23m is offline
Free Member
 
Join Date: Feb 2004
Location: India
Posts: 185
Thanks: 0
Thanked 0 Times in 0 Posts
Was just trying out to check the quality if i try and fit in 1 cd.
Takes cq value 17 and image is blurry, anything i can add in the script to increase the quality.Its 168 mins and soung is 164mb.Resolution set at 352x288,mpeg-1.

Still trying to mux the other movie i encoded in 2cd's.
Reply With Quote
  #152  
03-01-2004, 04:25 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
One day some will understand that the chance are poor to obtain answer when they post 5 message in a row.

DFor your last problem : under CQ=60 a video is barely watchable.
I am very suprised about the CQ you have !

Can you please fill this form and post the answers :

http://www.kvcd.net/forum/viewtopic.php?t=8753
(do a new toppic for that, it will be easier to answer to your problem).
Reply With Quote
  #153  
11-24-2004, 09:36 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@All

This new updated guide has many features. Please let me know what
you think and if any corrections needed.

-BP
Reply With Quote
  #154  
11-24-2004, 09:51 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
Thanks BP

-kwag
Reply With Quote
  #155  
12-23-2004, 06:42 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
where do I download the Hvorbis.dll/Ac3enc.dll/linfacc.dll? I've looked at Dark Avenger's site and I couldn't find anything.
Reply With Quote
  #156  
12-23-2004, 07:00 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
www.google.com
Reply With Quote
  #157  
05-20-2005, 08:04 AM
WOWIEGURL WOWIEGURL is offline
Free Member
 
Join Date: Sep 2003
Posts: 384
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to WOWIEGURL
I think this guide is for one audio stream... I notice in cqmatic when I calulate the average bitrate, the number when there is 2 audio streams is 150. If I remove one it becomes 300 something... my dvd is 3 hours long. If I only use the one audio stream setting to make the calculation, will there be enough space to add back on the second audio? Or am I better off using file prediction for this project?
Reply With Quote
  #158  
05-20-2005, 08:51 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
So you will never end with silly questions ?

If you predict for 1 audio stream, don't be suprised to not have the place to fit the second one in the end !
It can be (because audio streams are generally small compared to the video filesize) but of course, predict for two audio stream is better !
Reply With Quote
  #159  
02-12-2006, 03:41 PM
derekmacdonald derekmacdonald is offline
Free Member
 
Join Date: Feb 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
OK, here's a newbie question. I'm at the step when you load up TMPGenc for the first time. The step says to go video source>load .avs file here

Now, when I navigate to my avs file (movie.avs) and click ok, the program says that the file can not open or is unsupported.

I'm a bit lost. Any help?
Reply With Quote
  #160  
02-12-2006, 04:09 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
Hi derekmacdonald,

Did you install "ReadAVS.dll"
http://www.kvcd.net/ReadAVS.zip

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Guide to convert Divx to KVCD black prince Video Encoding and Conversion 343 12-29-2007 01:39 AM
An Updated Guide to Convert Avi to Kvcd [Completed] kvcdman Video Encoding and Conversion 3 03-24-2007 08:52 AM
simple guide to convert divx avi to kvcd using TMPGenc PLUS? Wak10 Video Encoding and Conversion 1 08-21-2003 07:25 AM
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 01:08 PM  —  vBulletin © Jelsoft Enterprises Ltd