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 Divx to KVCD (http://www.digitalfaq.com/archives/encode/2143-guide-convert-divx.html)

nicksteel 01-21-2003 11:05 AM

Is the matrix already in the latest KVCDx3MPEG1?

kwag 01-21-2003 01:54 PM

Quote:

Originally Posted by nicksteel
Is the matrix already in the latest KVCDx3MPEG1?

Yep :D. It's in ALL the templates :wink:

-kwag

timstumbo 01-21-2003 05:47 PM

something is wrong..
 
when i output the video and try play it is a black screen with red letters that says .. LegalCLip: Source must be YUY2 Line 8 in my .avs file? any idea

kwag 01-21-2003 05:50 PM

Re: something is wrong..
 
Quote:

Originally Posted by timstumbo
when i output the video and try play it is a black screen with red letters that says .. LegalCLip: Source must be YUY2 Line 8 in my .avs file? any idea

In the line right after you load the .d2v file, insert this:

ConvertToYUY2()

-kwag

SansGrip 01-21-2003 05:50 PM

Re: something is wrong..
 
Quote:

Originally Posted by timstumbo
when i output the video and try play it is a black screen with red letters that says .. LegalCLip: Source must be YUY2 Line 8 in my .avs file? any idea

Put ConvertToYUY2() immediately before the first LegalClip.

kwag 01-21-2003 05:50 PM

:mrgreen: :mrgreen:

SansGrip 01-21-2003 05:51 PM

heheheheh sheesh

timstumbo 01-21-2003 07:07 PM

what would be best? converting DivX to XVCD ?
 
here are the movies properties...

Image

Width- 640 pixels
Height - 272 pixels

Audio

Duration- 1:41:48
Bit Rate- 130kbps
Audio format- MPEG Layer-3

Video
Frame rate- 23 frames/second
Data rate- 117kbps
video sample size- 24 bit
Video compression- DIVXMPG4 V3

I have been trying to convert this video for awhile now but can't seem to get it just how i would like it. I want the best possible quality i can get and i don't mind using 2 cds. Anyone know what template would work best for the best quality? If anyone can help me out... please do. Thanks

timstumbo 01-21-2003 07:12 PM

template
 
I heard something about a 2 CD DvD quality template.. which one is this.. and is there any specific instructions on using this template rather than an other?

logan555 01-22-2003 03:09 AM

Block whit Gripfit
 
I tried to convert a Divx ( Mulan) to kvcd.

The original Divx is Divx 3 Low Motion 576 * 320 25 fps

I want it in kvcdx3 full ( 544 x 576)

I used the following avs script :

LoadPlugin("E:\video\filtri\MPEG2DEC.dll")
LoadPlugin("E:\video\filtri\LegalClip.dll")
LoadPlugin("E:\video\filtri\Blockbuster.dll")
LoadPlugin("E:\video\filtri\FluxSmooth.dll")
LoadPlugin("E:\video\filtri\Sampler.dll")
LoadPlugin("E:\video\filtri\GripFit_Preview.dll")
AviSource("E:\video\divx\[DivX - ITA] Mulan.avi")
ConvertToYUY2()
LegalClip()
GripCrop(544, 576, overscan=1)
GripSize()
FluxSmooth()
LegalClip()
#Sampler(length=25)

During the preview in tmpgenc and in the final ecoded mpeg movie I get the big area surface of same color or shaded color whit a lot of block.

If I use directly avi from tmpeg whitout avisynth I don't get the block.

So I tried this script

LoadPlugin("E:\video\Prog\DVD2SVCD\MPEG2Dec\MPEG2D EC2.dll")
LoadPlugin("E:\video\filtri\Sampler.dll")
AviSource("E:\video\divx\[DivX - ITA] Mulan.avi")
BicubicResize(544,448,0,0.6,12,0,552,320)
AddBorders(0,64,0,64)
#sampler(length=25)

and it works in tmpgenc whitout block.

Is something wrong whit the filters that I get that's Block?

I have to admit that usually I converted all my divx in kvcd whit the script that came from fitcd, so no filters at all ( except resize).

Thank for any answer.

By the way : Very good work!!!!

Simpleton 01-23-2003 02:37 AM

Argh
 
Hey
I am new here, but have been lookin around here for awhile.
I tried the plus template and everytime I did it came to well over a gig.
So I found this guide. Very easy to figure out but I have a problem here is my script.
LoadPlugin("C:\Encoders\MPEG2DEC\MPEG2DEC.dll")
LoadPlugin("C:\Encoders\MPEG2DEC\fluxsmooth.dll")
LoadPlugin("C:\Encoders\MPEG2DEC\blockbuster.dll")
LoadPlugin("C:\Encoders\MPEG2DEC\legalclip.dll")
LoadPlugin("C:\Encoders\MPEG2DEC\sampler.dll")

AviSource("C:\Encoders\films\VampireHunterDBloodlu st.avi")
LegalClip()
AssumeFrameBased.SeparateFields
BilinearResize(336,96,33,0,398,128).Weave
TemporalSmoother(2,2)
FluxSmooth()
Blockbuster(method="noise", variance=.5, seed=1)
Blockbuster(method="sharpen", detail_min=20, detail_max=90, strength=20)
AddBorders(8,24,8,24)
LegalClip()

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

This is actually my 25th script and everytime I load it in to Tempenc I just get a black screen, go to preview black screen, go to encode black screen through the whole encode. Plus it says my encode time is under an hr. When ever I have done it in the past it has usually been more then 3 hrs.
I can not make it work no matter how hard I try.
Also I tried adding gripfit and got nothing different.
My head is starting to hurt from slamming it in to the desk. I have even tried many different movies. Can't get it. humph.
Any help would be appreciated.
Thanks
Craig

kwag 01-23-2003 09:57 AM

Hi Craig,

You probably need another DivX or XviD CODEC.

-kwag

nicksteel 01-23-2003 10:07 AM

Please suggest one.

kwag 01-23-2003 10:18 AM

Try installing the XviD CODEC. Get it here: http://roeder.goe.net/~koepi/xvid.shtml

-kwag

new_bee 01-23-2003 10:21 AM

Or download ffdshow from doom9.org - it gives you many options to choose (realtime-filters like add noise, sharpen, blur...)

Simpleton 01-23-2003 12:01 PM

Xvid Never thought to check. LOL
 
I will try that codec when I get home, at work right now.
I have ffdshow on my comp it installed with some program have no idea which one now. I also have no idea how to use ffdshow.
As far as I know I only have divx 5.0. the newest one!
Maybe your right about the codec thing.
But wouldn't it be strange that I can watch it and on all my software video player and I can encode it regularlly (is that even a word lol.).
So as far as you can tell my script is okay? Whew. Is there anything I should add because I am encoding anime?
I plan on adding mssharpen.dll and dup.dll.
Anybody here if they work really well, they look awesome from the pics.
Thanks for your great fast answer you guys are awesome.
Craig

rendalunit 01-23-2003 12:42 PM

Quote:

Originally Posted by Simpleton
So as far as you can tell my script is okay?

Have you tried it without AssumeFrameBased?
Try this script:
Code:

AviSource("C:\Encoders\films\VampireHunterDBloodlust.avi")
LegalClip()
BilinearResize(336,96,33,0,398,128)

#TemporalSmoother(2,2)
#FluxSmooth()
#Blockbuster(method="noise", variance=0.5, seed=1)
#Blockbuster(method="sharpen",  detail_max=90, strength=20)

AddBorders(8,24,8,24)
LegalClip()

If it works then you can uncomment the other filters

Simpleton 01-23-2003 01:52 PM

Yes I have tried it without the assume framed base. I did originally try the one at the start of this thread. And still all I saw was black.
But I will try your script to see what happens. 8)
I was wondering are all mpeg2dec.dll 's the same? To find mine I just went to google and type it in and grabbed the first one I saw. Is it possible I have the wrong one, and where can I get the one that you guys all use? I maybe just blind is all.
Thanks for the reply

Craig

rendalunit 01-23-2003 03:01 PM

You can get MPEG2DEC from doom9.org>downloads>support utilities or you can find it in the DVD2SVCD bundle. There's also MPEG2DEC2 and MPEG2DEC3 but not sure where the links are (maybe check Doom9's Avisynth forum)

DaDe 01-23-2003 10:19 PM

Hi teachers!

I have a question for you, how can i convert an avi with 25fps to a 23.976fps???

I haven't tried nothing yet but i think that the usal steps will not work and will give me some kind of desyncronization, so i hope anybody can help me :?

Thanks a lot!

DaDe.


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

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