Avisynth open failure

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
okitaxchizuru
Joined: Sat Dec 04, 2010 6:17 am
Org Profile

Avisynth open failure

Post by okitaxchizuru » Sat Aug 06, 2011 6:31 am

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.

Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Avisynth open failure

Post by mirkosp » Sat Aug 06, 2011 7:02 am

Rename the file, avisynth doesn't like the UTF-8 characters in there. Alternatively, do tell ffvideosource that the filename is UTF-8.
Image

okitaxchizuru
Joined: Sat Dec 04, 2010 6:17 am
Org Profile

Re: Avisynth open failure

Post by okitaxchizuru » Sat Aug 06, 2011 2:16 pm

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?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Avisynth open failure

Post by mirkosp » Sat Aug 06, 2011 2:55 pm

FFVideoSource doesn't load audio. You'll want to use FFCopyrightInfringement for that. Not even joking about the name. :shark:
Image

okitaxchizuru
Joined: Sat Dec 04, 2010 6:17 am
Org Profile

Re: Avisynth open failure

Post by okitaxchizuru » Sat Aug 06, 2011 6:02 pm

oh are you really sure about the name? I can't seem to find this on internet. :D
It's sure is a funny name

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Avisynth open failure

Post by mirkosp » Sun Aug 07, 2011 12:51 am

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))
}
:rofl: :rofl: :rofl: :rofl: :rofl:
Image

Mister Hatt
Joined: Tue Dec 25, 2007 8:26 am
Status: better than you
Contact:
Org Profile

Re: Avisynth open failure

Post by Mister Hatt » Sun Aug 21, 2011 7:41 am

P-P-P-P-PIRATE!

Locked

Return to “AviSynth Help”