digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   How to load MPEG-1 in Avisynth? (http://www.digitalfaq.com/archives/avisynth/13484-how-load-mpeg.html)

kamen555 05-04-2005 04:24 PM

How to load MPEG-1 in Avisynth?
 
What is the command line to load MPEG-1 files into Avisynth? I'm trying to convert MPEG-1 to MPEG-2. Thanks in advance.

Zyphon 05-04-2005 05:33 PM

Hi kamen555,

Usually you enter the command below to use Mpeg1 as a source in AviSynth.

directshowsource("D:\Movies\mymovie.mpg").killaudi o()

Obviously replace the above command to the path of your Mpeg1 file and rename mymovie to your mpeg1 filename.

I hope this helps. :)

kamen555 05-04-2005 09:42 PM

Thanks it works.

Zyphon 05-05-2005 03:22 AM

No problem, im glad I could help. :)

digitall.doc 05-05-2005 04:42 PM

Quote:

Originally Posted by Zyphon
directshowsource("D:\Movies\mymovie.mpg").killaudi o()

I don't know if this is the right way, but it also worked for me, as in Avisource, this way:
Code:

DirectshowSource("D:\Movies\movie.mpg", audio=false)
In avisynth documentation there are two bool parameters, audio and video, that I guess that are for this.

Just in case it's of a help. :wink:


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