Quantcast How to Load MPEG-1 in Avisynth? - digitalFAQ.com Forums [Archives]
  #1  
05-04-2005, 04:24 PM
kamen555 kamen555 is offline
Free Member
 
Join Date: Feb 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
05-04-2005, 05:33 PM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Regards.

Michael.
Reply With Quote
  #3  
05-04-2005, 09:42 PM
kamen555 kamen555 is offline
Free Member
 
Join Date: Feb 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks it works.
Reply With Quote
  #4  
05-05-2005, 03:22 AM
Zyphon Zyphon is offline
Free Member
 
Join Date: Oct 2003
Location: London, England (UK)
Posts: 1,035
Thanks: 0
Thanked 0 Times in 0 Posts
No problem, im glad I could help.
__________________
Regards.

Michael.
Reply With Quote
  #5  
05-05-2005, 04:42 PM
digitall.doc digitall.doc is offline
Free Member
 
Join Date: Jul 2003
Location: Valencia (España)
Posts: 741
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot load xvid into avisynth 2.5 ? bluedha Video Encoding and Conversion 3 06-09-2004 01:40 PM
Avisynth: How do you load these scripts? pixeldotz Avisynth Scripting 3 06-23-2003 04:35 AM
Avisynth: how to load a JPEG? rendalunit Avisynth Scripting 4 02-01-2003 06:49 PM
Avisynth - how to Load Filter? Paul0889 Video Encoding and Conversion 2 11-16-2002 05:10 PM
Avisynth: can't load mpeg2dec.dll? midiaxe Avisynth Scripting 1 05-31-2002 09:18 AM

Thread Tools



 
All times are GMT -5. The time now is 04:23 PM  —  vBulletin © Jelsoft Enterprises Ltd