digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: mpeg script to make fake avi? (http://www.digitalfaq.com/archives/avisynth/10827-avisynth-mpeg-script.html)

oxycotton420 07-10-2004 05:00 PM

Avisynth: mpeg script to make fake avi?
 
i am trying to use a script that can have 2 mpeg sources to make a fake avi
dialhot gave me this one :
Code:

a=directshowsource("D:\Project\girl CD 1.mpg").killaudio()
b=directshowsource("D:\Project\girl CD 2.mpg").killaudio()
a++b

but when i load it to make a fake avi using fakeavis.exe it seems to crash i was wondering what the problem may be if it was from the script or something...

Dialhot 07-10-2004 05:02 PM

Directshow source is not supported by fake avis !
It wasn't necessary to open a thread for that...

oxycotton420 07-10-2004 05:04 PM

Quote:

Directshow source is not supported by fake avis !
It wasn't necessary to open a thread for that...
i think it was as i did not know that directshow source is not supported by fake avis, so how would i be able to make a script for it to be supported :?:

Dialhot 07-10-2004 05:10 PM

It's impossible and if the solution using d2v does not work also, then you have to drop the fake avi idea for that.

BTW, trust me, do not lose your time with mencoder for this kind of job.

oxycotton420 07-10-2004 05:18 PM

Quote:

BTW, trust me, do not lose your time with mencoder for this kind of job.
you mean for mpeg's...well hmm as i said what do u suggest ?

Prodater64 07-10-2004 05:34 PM

Quote:

Originally Posted by oxycotton420
...
you mean for mpeg's...well hmm as i said what do u suggest ?

If your 2 mpeg have similar characteristics, you can do as following:

1 - Demux both mpegs.
2 - At command prompt type: COPY /b a.m2v+b.m2v c.m2v
3 - At command prompt type: COPY /b a.mp2+b.mp2 c.mp2
4 - Use your c.m2v as input without using MakeAvis.
5 - When encoding finished, multiplex with your c.mp2.



--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------

oxycotton420 07-10-2004 05:36 PM

Quote:

If your 2 mpeg have similar characteristics, you can do as following:

1 - Demux both mpegs.
2 - At command prompt type: COPY /b a.m2v+b.m2v c.m2v
3 - At command prompt type: COPY /b a.mp2+b.mp2 c.mp2
4 - Use your c.m2v as input without using MakeAvis.
5 - When encoding finished, multiplex with your c.mp2.
at what command promt i was using mencodeMe the gui, there is no command prompt for mencodeme

Dialhot 07-10-2004 05:40 PM

Quote:

Originally Posted by oxycotton420
at what command promt i was using mencodeMe the gui, there is no command prompt for mencodeme

And here you need to use directly mencoder and THAT WON'T BE DISCUSSED ON THE FORUM.

The mencoder forum is LOCKED on purpose, purpose that you still don't understand or even asked. As is now this thread.

:banghead:


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