Avisynth open failure
-
- Joined: Sat Dec 04, 2010 6:17 am
Avisynth open failure
To be honest I am not that good at coding,so I have really no idea no idea what to do. I only got this problem with a few mp4 files. Other mp4 files I can just open on virtual dub via avisynth.
Can mp4 files even differ from each other?
If the coding is wrong, I already tried MPEG2Source and DGDecode_MPEG2Source,but both didn't work as well.
Can mp4 files even differ from each other?
If the coding is wrong, I already tried MPEG2Source and DGDecode_MPEG2Source,but both didn't work as well.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Avisynth open failure
Rename the file, avisynth doesn't like the UTF-8 characters in there. Alternatively, do tell ffvideosource that the filename is UTF-8.
-
- Joined: Sat Dec 04, 2010 6:17 am
Re: Avisynth open failure
I just reinstalled amvapp and everything works now! Only problem I don't have a sound on virtual dub.
Does anyone know how to get sound?
Does anyone know how to get sound?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Avisynth open failure
FFVideoSource doesn't load audio. You'll want to use FFCopyrightInfringement for that. Not even joking about the name.
-
- Joined: Sat Dec 04, 2010 6:17 am
Re: Avisynth open failure
oh are you really sure about the name? I can't seem to find this on internet.
It's sure is a funny name
It's sure is a funny name
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Avisynth open failure
I am pretty sure, yes. Just check the ffms2.avsi, you'll find this inside:
Code: Select all
function FFCopyrightInfringement(string source) {
################################################################
# Violates copyright
# * With audio
# * No annoying lawyers
# * Simple syntax
# * Do not use on Britney Spears' music videos or sex tapes
#
# And whatever you do:
# DO NOT TELL NEURON2 THAT YOU USED THIS FUNCTION
################################################################
FFIndex(source=source)
return audiodubex(FFVideoSource(source=source), FFAudioSource(source=source))
}
-
- Joined: Tue Dec 25, 2007 8:26 am
- Status: better than you
- Contact:
Re: Avisynth open failure
P-P-P-P-PIRATE!