Avysynth open failure??

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
carlyxjack
Joined: Sun Apr 25, 2010 6:04 am
Contact:
Org Profile

Avysynth open failure??

Post by carlyxjack » Mon May 24, 2010 5:18 am

Somehow i really don't understand why i can't open a few files.There are some mp4 files i can't open in avysynth,even i can mostly
open all mp4 files. I have no clue
By the way is it possible to open mkv files in avysynth?
Image

Uploaded with ImageShack.us

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

Re: Avysynth open failure??

Post by mirkosp » Mon May 24, 2010 5:20 am

Something tells me it doesn't like the filename. But that aside you're telling avisynth to open "file.avs" instead of "file.mp4" so... yeah.
Also yup, you can import mkv with ffvideosource, much like mp4s.
Image

User avatar
carlyxjack
Joined: Sun Apr 25, 2010 6:04 am
Contact:
Org Profile

Re: Avysynth open failure??

Post by carlyxjack » Mon May 24, 2010 5:29 am

i already put ffms2.dll in the plugins map from avysynth and restarted,but nothing happened

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Re: Avysynth open failure??

Post by Scintilla » Mon May 24, 2010 6:12 am

Image

And make sure you're not using the "Open file via AVISynth..." option in VirtualDub (or have they just replaced that with the "Use AVISynth template" combo box in the Open dialog? either way, don't use it).
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

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

Re: Avysynth open failure??

Post by Mister Hatt » Mon May 24, 2010 5:31 pm

Post your script. From the look of it, it either doesn't like your filename or your imported script isn't returning what avs expects.

User avatar
carlyxjack
Joined: Sun Apr 25, 2010 6:04 am
Contact:
Org Profile

Re: Avysynth open failure??

Post by carlyxjack » Wed May 26, 2010 4:10 am

http://www.sendspace.com/file/2n2uix
here is the script,but i wonder how you will use it.
Because you may don't have the video,so open the script would be impossible

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

Re: Avysynth open failure??

Post by mirkosp » Wed May 26, 2010 4:28 am

For those that don't wanna download the script, here's the code in it:

Code: Select all

DirectShowSource("G:\anime\[720/16:9/DVDRip] CLANNAD AfterStory (H264/AAC/2AUDIO/1280*720)\[DVD] CLANNAD AFTER STORY 01 (1280x720 H264 AC3).mp4")
Here's what you're doing wrong:
  • Using DirectShowSource. Seriously. Use FFVideoSource instead.
  • Name. Change the folder's name. I think avisynth is trying to change the / to \ internally, so it doesn't find the file. Besides, / is an invalid character, how the hell can you use it anyway. O_o
Image

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

Re: Avysynth open failure??

Post by Mister Hatt » Wed May 26, 2010 5:48 am

Avisynth is slash-direction agnostic. It will read both slashes as directory markers. I forget if it has any checking to make sure you don't use both types in a single path but IIRC it doesn't. Rename the file, and use FFMS2 as mirko suggested.

User avatar
carlyxjack
Joined: Sun Apr 25, 2010 6:04 am
Contact:
Org Profile

Re: Avysynth open failure??

Post by carlyxjack » Wed May 26, 2010 9:01 am

but i already put ffms2.dll in the avisynth folder,or is ffms2.dll not the same
as FFVideoSource?

User avatar
carlyxjack
Joined: Sun Apr 25, 2010 6:04 am
Contact:
Org Profile

Re: Avysynth open failure??

Post by carlyxjack » Wed May 26, 2010 9:09 am

i tried changing names,but it didn't work out

Locked

Return to “AviSynth Help”