digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Problem converting two or More AVIs to 1 KVCD (http://www.digitalfaq.com/archives/encode/8669-problem-converting-two.html)

p2phunter 03-18-2004 12:12 PM

Problem converting two or More AVIs to 1 KVCD
 
I'm trying to convert 2 AVI files to a single KVCD.

I've done this before and it worked. I guess the frame sizes of the AVI files were the same.

Now, I'm trying to convert 2 avis with different Frame Sizes to a single KVCD, and when I open the avs file in WMP, I get an error saying "Frame Sizes do not match"

Is what I'm trying to do even possible, if so.. can someone enlighten me on this topic?

Some info on the two Avi Files
Avi1:
Frame size: 352x224, 25.000 fps (:?:) (DivX 5.0)

Avi2:
Frame size: 352x192, 25.000 fps (:?:) (XVID)

Any thoughts?

thanks

Dialhot 03-18-2004 12:52 PM

The message is chrystal clear you can proceed directly two with the "++" command in avisynth if the 2 avis dont have the same frame size.

You have to resize each file separately like this :

a=avisource("...").Bicubicresize("...").Addborders ("...")
b=avisource("...").Bicubicresize("...").Addborders ("...")
a++b

But if you plan to use a script with gripcrop or my V4 script I suggest you to simply process the file separately and target a size a 1/2 CD that is 400 MB for each. It will be far easier (and better).

p2phunter 03-18-2004 01:01 PM

thanx.. I'll check it out!


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