Possible to use MP4 files with AVS scripts?
-
- Joined: Sun Dec 19, 2010 5:45 pm
Possible to use MP4 files with AVS scripts?
If it is, what do I enter into the AVS file for the MP4 file? I came up with an idea for a Voltron AMV, and I noticed that all my Voltron DVDs are missing, and I don't feel like buying them again, because I need my money for other more important things, and I found some MP4 files of the episodes, and don't want to convert them to WMV and use Windows Movie Maker to make them.
I can't stand weeaboos and people who keep badmouthing dubbed anime and say it sucks.
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Possible to use MP4 files with AVS scripts?
ffvideosource("your-filthy-stolen-clips.mp4")
-
- Joined: Sun Dec 19, 2010 5:45 pm
Re: Possible to use MP4 files with AVS scripts?
Technically they aren't stolen, because I already paid for them when I bought the DVDs in 2007. But thanks for your help though.
I can't stand weeaboos and people who keep badmouthing dubbed anime and say it sucks.
-
- Joined: Sun Dec 19, 2010 5:45 pm
Re: Possible to use MP4 files with AVS scripts?
Okay I tried importing the AVS file with the MP4 directory in it, and it's not working. I even tried it with an alternate "directshowsource" command line I found, and it's still not working. This is the command lines I used in the AVS files:
Example 1:
ffvideosource("C:\Voltron\Episodes\Voltron - Coran's Son Runs Amuck.mp4")
Killaudio()
Example 2:
directshowsource("C:\Voltron\Episodes\Voltron - Attack of the Fierce Frogs.mp4")
Killaudio()
Example 1:
ffvideosource("C:\Voltron\Episodes\Voltron - Coran's Son Runs Amuck.mp4")
Killaudio()
Example 2:
directshowsource("C:\Voltron\Episodes\Voltron - Attack of the Fierce Frogs.mp4")
Killaudio()
I can't stand weeaboos and people who keep badmouthing dubbed anime and say it sucks.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Possible to use MP4 files with AVS scripts?
In the former case, the killaudio would be superfluous. Either way, we need to know exactly what error you are getting in order to help. Perhaps just a missing dll?
- ngsilver
- The Old School Otaku
- Joined: Sat Jun 28, 2003 1:22 pm
- Status: She/Her
- Location: Detroit area
- Contact:
Possible to use MP4 files with AVS scripts?
It should also be noted the for the dss call you need to have the proper dss filter installed for the codec in order for it to work. That is, if you just use vlc to play videos normally and don't have something like the cccp or just ffdshow installed it won't work.