digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Mpeg to avi makes huge avi file? (http://www.digitalfaq.com/archives/encode/7342-mpeg-avi-makes.html)

DKruskie 12-23-2003 10:21 AM

Mpeg to avi makes huge avi file?
 
I was trying make 2 mpeg-1(converted them into 1 mpeg-1) files that I did along time ago into avi's to convert them into kvcd, but it turns them into 50gb avi's. I was using TMPGenc to do this..I loaded the mpeg as source..then output to avi, selected huffyuv as video codec and pcm as audio codec. Did I not do something right?





David

Dialhot 12-23-2003 10:55 AM

You do it right. You're movie seems to be too complex for the codec. Generally I have a file that is 8Gb per hour or movie.

BTW, Rendalunit just informed us that there is no need to use such trick anymore : avs2.5.3 as an improved Directshowsource taht handle very well MPEG1 as soon as you kill the audio.
(be carrefull : I means 1 hour of movie in VCD resolution. Is that what you have ?)

So just use :

Code:

a=Direcshowsource("movieone.mpg").killaudio()
b=Direcshowsource("movieone.mpg").killaudio()

a++b


DKruskie 12-23-2003 03:25 PM

Yep all VCD resolution. So where do I put the
Code:

a=Direcshowsource("movieone.mpg").killaudio()
b=Direcshowsource("movieone.mpg").killaudio()

a++b

In the script?



David

kwag 12-23-2003 03:55 PM

Quote:

Originally Posted by DKruskie
Yep all VCD resolution. So where do I put the
Code:

a=Direcshowsource("movieone.mpg").killaudio()
b=Direcshowsource("movieone.mpg").killaudio()

a++b

In the script?



David

Same place you would have mpeg2source() or avisource()

-kwag

DKruskie 12-23-2003 03:59 PM

Cool Thanks :D




David


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