Avysynth open failure??

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

Avysynth open failure??

Postby 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
carlyxjack
 
Joined: 25 Apr 2010

Re: Avysynth open failure??

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Avysynth open failure??

Postby 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
carlyxjack
 
Joined: 25 Apr 2010

Re: Avysynth open failure??

Postby 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:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Re: Avysynth open failure??

Postby 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.
Mister Hatt
 
Joined: 25 Dec 2007
Status: better than you

Re: Avysynth open failure??

Postby 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
carlyxjack
 
Joined: 25 Apr 2010

Re: Avysynth open failure??

Postby 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
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Avysynth open failure??

Postby 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.
Mister Hatt
 
Joined: 25 Dec 2007
Status: better than you

Re: Avysynth open failure??

Postby 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: 25 Apr 2010

Re: Avysynth open failure??

Postby carlyxjack » Wed May 26, 2010 9:09 am

i tried changing names,but it didn't work out
User avatar
carlyxjack
 
Joined: 25 Apr 2010

Re: Avysynth open failure??

Postby mirkosp » Wed May 26, 2010 10:13 am

Basically, you should do
Code: Select all
FFVideoSource("G:\anime\ClannadAS\ClannadAS01.mp4")

in your avisynth script. You should rename the folder and file too.
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Avysynth open failure??

Postby carlyxjack » Wed May 26, 2010 10:42 am

i tried and yipee thanks,
but i got another problem every time when i open avisynth,
i get many tabs from the videos i made a script from,is there a way
to delete these tabs

Image
User avatar
carlyxjack
 
Joined: 25 Apr 2010

Re: Avysynth open failure??

Postby mirkosp » Wed May 26, 2010 10:50 am

I'm not sure what you mean by tabs...
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Avysynth open failure??

Postby carlyxjack » Wed May 26, 2010 11:04 am

Image

i hope this makes it clear,
what i meant was that even i closed my previous scripts and not saved them,
they still will appear the next time i open avisynth
User avatar
carlyxjack
 
Joined: 25 Apr 2010

Re: Avysynth open failure??

Postby mirkosp » Wed May 26, 2010 11:58 am

That's AvsP, not avisynth itself... I was thinking perhaps multiple ffdshow instances in the tray bar or something. :P
Anyway you can close those tabs by clicking on them with the scroll-button.
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Next

Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest