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)

SansGrip 01-23-2003 10:25 PM

Quote:

Originally Posted by DaDe
how can i convert an avi with 25fps to a 23.976fps???

The best approach is to use AssumeFPS(23.976) in your script, then load it into VDub and get the new running time. You can then use something like Wave Length Adjust (or Goldwave or WaveLab or...) to adjust the length of the audio to the new running time without changing the pitch.

If you do it this way the movie will run a little slower -- it won't be noticible -- but the audio will be in sync. This is what broadcasters in PAL countries usually do when showing 23.976fps material.

Simpleton 01-24-2003 12:01 AM

WooHoo it is working thanks guys.

Craig

heller 01-24-2003 06:36 AM

Aspect ratio problems with KVCDx3
 
Hoping someone can help. I've tried using GripFit with different downloaded avi's, and can't get the aspect ratio to work correctly using the posted instructions. Using KVCDx3 NTSC-Film template. AVS is:

LoadPlugin("C:\Documents and Settings\default\Desktop\Encoding Stuff\Plugins\MPEG2DEC.dll")
LoadPlugin("C:\Documents and Settings\default\Desktop\Encoding Stuff\Plugins\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\default\Desktop\Encoding Stuff\Plugins\Blockbuster.dll")
LoadPlugin("C:\Documents and Settings\default\Desktop\Encoding Stuff\Plugins\FluxSmooth.dll")
LoadPlugin("C:\Documents and Settings\default\Desktop\Encoding Stuff\Plugins\Sampler.dll")
LoadPlugin("C:\Documents and Settings\default\Desktop\Encoding Stuff\Plugins\GripFit_preview.dll")
avisource("H:\Complete\MOVIE_NAME")
ConvertToYUY2()
LegalClip()
GripCrop(544,480, overscan=1)
GripSize()
FluxSmooth()
#Blockbuster (method="noise", variance=.3, seed=1)
LegalClip()
#Sampler(length=24)

I use 544x480 for compatibility with my Apex standalone.

If I set the Video Arrange Method to Center or Center (full screen) the image is distorted (usually stretched vertically). If I use Full Screen (keep aspect ratio) though it looks fine. Input is set to VGA 1:1. I've tried on two different movies: 608x336 23.976 Xvid and 640x272 23.976 Divx4 low motion.

Am I doing something wrong by using Full Screen? It seems from all the posts that I should be using Center.

Thanks.

MrCoopz 01-24-2003 08:20 AM

HELP

i just burned a movie to a CD only to find the audio is out of sync!!

i have deleted all the files, so is there anyway to fix it??

Perfect Cell 01-24-2003 09:19 AM

MrCoopz

Just use vcdeasy. In one of the options ( I think is vcdrip ) you can tell the program where´s your vcd and then can rip the .mpeg from the .dat file burned in your vcd disc.

So, when you got the .mpeg file, use TMPGEnc do demultiplex it in video and audio again, correct the audio, multiplex again with BBmpeg, use vcdeasy to make another vcd, and finally burn and watch your vcd with new audio.

Simpleton 01-24-2003 01:25 PM

my computer is having a heartattack
 
I got my movie to work one of the downloads you guys gave me worked don't know which one.
I muxed it in bbmpeg and I got the new mpg file but every time I go to load it, it chokes up my computer. I admit my comp isn't a super comp or anything, but it shouldn't choke up a 1.4 P4. the new file is 400,000kb.
So I thought what the hell I will just burn it in nero. I put it in my dvd player and it looked great.(thanks to C3D and fareydust) But there was no sound so I think the sound is tripping it up. I have to reset my comp everytime, I try this file. :evil:
WHY OH WHY? LOL

Thanks
Craig

MrCoopz 01-24-2003 03:15 PM

Quote:

Originally Posted by Perfect Cell
MrCoopz
So, when you got the .mpeg file, use TMPGEnc do demultiplex it in video and audio again, correct the audio, multiplex again with BBmpeg, use vcdeasy to make another vcd, and finally burn and watch your vcd with new audio.

How do i demultiplex the video and audio again??

and what do i use and how do i correct the sound?

Cheers

big 01-24-2003 07:53 PM

problem using tmpgenc
 
when i am doing preview in file, it is written


legalclip: source must be yuy2

what can i do??

big 01-24-2003 08:01 PM

forgot to tell you that after that legal clip message
it is written the path where my avi file is located...

thx

big 01-24-2003 08:07 PM

i have added convertto yuy2() to my avs script and it worked but the quality is not good it is playing in 336 x 192...

what can we do?

kwag 01-24-2003 08:45 PM

Quote:

Originally Posted by big
i have added convertto yuy2() to my avs script and it worked but the quality is not good it is playing in 336 x 192...

what can we do?

Hi Big,

I believe the 336 x 192 is the size that was automatically adjusted in TMPEG when you opened the .avs. Let's see your script. Post it here.

-kwag

MrCoopz 01-25-2003 08:41 AM

What do i use and how do i get the sound in sync?

Cheers

big 01-25-2003 09:29 AM

here is my script kwaq!
 
will it work with all the format of kvcd that are listed?



LoadPlugin("C:\Program Files\NimoCodec Pack\Mpeg2dec\Mpeg2dec.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\LegalClip-0.2\LegalClip.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\Blockbuster-0.7\Blockbuster.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\FluxSmooth-1.0\FluxSmooth.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\Sampler-0.2a\Sampler.dll")
LoadPlugin("C:\Documents and Settings\MichelD\Mes documents\Programmes\GripFit_preview_0.0c\GripFit_ Preview.dll")
avisource("C:\Documents and Settings\MichelD\Mes documents\Films\Lilo.Et.Stitch.FRENCH.DVDRiP.DiVX-Ulysse.avi")
ConvertToYUY2()
LegalClip()
GripCrop(352, 240, overscan=1)
GripSize()
FluxSmooth()
LegalClip()
#Sampler(length=24)

Gaudi 01-25-2003 03:53 PM

Quote:

Originally Posted by DaDe
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.

Check out this thread:
http://www.kvcd.net/forum/viewtopic....111&highlight=

Gaudi

MrCoopz 01-25-2003 05:20 PM

Can someone in the know check this out for me

http://www.kvcd.net/forum/viewtopic.php?p=14774#14774

fgtan 01-27-2003 12:30 AM

How do I add subtitles in my notepad comands before I save
 
Congratulations for the procedure.

But i have a doubt!

How do I add subtitles in my notepad comands before I save it to .avs??
Thanxs

fgtan 01-27-2003 12:32 AM

How do I add subtitles in my notepad comands before I save i
 
How do I add subtitles in my notepad comands before I save it to .avs??
Thanxs

jorel 01-27-2003 12:47 AM

now i understand what my friends talk to me.....
you don't have drink too much! 8O


i'm drunk.......and see post in double. :lol:

jorel 02-01-2003 07:34 PM

AVI CODEC
 
:wink:

(thanks to VIPER_1069 in cdrsoft forum)
...a useful program that tells you what divx is used to compress a clip/movie etc and what sound it has etc etc.

http://avicodec.duby.info/

freeware! :)

TBD 02-03-2003 09:29 AM

another nice freeware codec identification program:
GSpot - http://www.headbands.com/gspot/


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