Directshowsource: Video/Audio Returned

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Directshowsource: Video/Audio Returned

Post by Kevmaster » Fri Jan 25, 2008 2:46 am

Image

<i>(Translation of "Ein Objekt oder Name wurde nich gefunden": AN Object or Name wasn't found")</i>


Trying to Import mp4 via Directshowsource() into Vdubmod (which used tow ork fine for me).
DirectShowSource("C:\Dokumente und Einstellungen\Freak\Eigene Dateien\stuff.mp4")
^very simple Script


Any Ideas how I can fix this? :\

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Post by Qyot27 » Fri Jan 25, 2008 4:54 am

Have you tried using the video=true or audio=true parameters? I remember DSS got picky about that concerning loading graphedit files, maybe it's extended to regular files now?

Otherwise (you know what's coming), FFmpegSource should work fine since it only relies on itself, not DirectShow. And it has frame accuracy to its credit as well.

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Fri Jan 25, 2008 4:09 pm

Qyot27 wrote:Have you tried using the video=true or audio=true parameters? I remember DSS got picky about that concerning loading graphedit files, maybe it's extended to regular files now?

Otherwise (you know what's coming), FFmpegSource should work fine since it only relies on itself, not DirectShow. And it has frame accuracy to its credit as well.
There is no Function named FFmpegSource
Oh God, how Much I hate this error.


As for Video=true & audio=true..I never actually used those lines..How and where do I add them to the script?

Code: Select all

directshowsource("C:\Dokumente und Einstellungen\Freak\Eigene Dateien\stuff.mp4")
video=true
audio=true
Still gives me the same error and nothing changes at all.

User avatar
BasharOfTheAges
Just zis guy, you know?
Joined: Tue Sep 14, 2004 11:32 pm
Status: Breathing
Location: Merrimack, NH
Org Profile

Post by BasharOfTheAges » Fri Jan 25, 2008 4:35 pm

Kevmaster wrote:
There is no Function named FFmpegSource
Oh God, how Much I hate this error.
It's in the new AMVapp IIRC. Also here: http://forum.doom9.org/showthread.php?t=127037
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat Jan 26, 2008 2:51 pm

BasharOfTheAges wrote:
Kevmaster wrote:
There is no Function named FFmpegSource
Oh God, how Much I hate this error.
http://forum.doom9.org/showthread.php?t=127037
Yesterday it told me it couldnt find the page, now it says "data base error" ~_~

User avatar
Ghet
Joined: Tue Feb 27, 2007 12:02 pm
Status: >.<
Org Profile

Post by Ghet » Sat Jan 26, 2008 3:22 pm

Kevmaster wrote:
Qyot27 wrote:Have you tried using the video=true or audio=true parameters? I remember DSS got picky about that concerning loading graphedit files, maybe it's extended to regular files now?

Otherwise (you know what's coming), FFmpegSource should work fine since it only relies on itself, not DirectShow. And it has frame accuracy to its credit as well.
There is no Function named FFmpegSource
Oh God, how Much I hate this error.


As for Video=true & audio=true..I never actually used those lines..How and where do I add them to the script?

Code: Select all

directshowsource("C:\Dokumente und Einstellungen\Freak\Eigene Dateien\stuff.mp4" video=true, audio=true)
Still gives me the same error and nothing changes at all.
i think thats how its done =O

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat Jan 26, 2008 3:27 pm

Ghet wrote:

Code: Select all

directshowsource("C:\Dokumente und Einstellungen\Freak\Eigene Dateien\stuff.mp4" video=true, audio=true)
i think thats how its done =O
Image

User avatar
kenzuka
Joined: Fri Dec 01, 2006 12:09 pm
Location: France
Org Profile

Post by kenzuka » Sat Jan 26, 2008 3:42 pm

you forgot a ','

DirectShowSource("C:\Dokumente und Einstellungen\Freak\Eigene Dateien\stuff.mp4", video=true, audio=true)

like nearly all programming/script languages, you must a comma between each parameter
Image

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat Jan 26, 2008 3:44 pm

kenzuka wrote:you forgot a ','

DirectShowSource("C:\Dokumente und Einstellungen\Freak\Eigene Dateien\stuff.mp4", video=true, audio=true)

like nearly all programming/script languages, you must a comma between each parameter
Now its back at the very first error ~.~

User avatar
kenzuka
Joined: Fri Dec 01, 2006 12:09 pm
Location: France
Org Profile

Post by kenzuka » Sat Jan 26, 2008 4:33 pm

...mmm... There can be a problem in the organisation of the streams in your file.

You maybe could use SUPER (http://www.erightsoft.com/SUPER.html) just to change your container in AVI instead of mp4 (check direct stream copy for both audio and video, and don't use this soft for encoding except if you have problems. I had a lot of loss in quality by encoding with this soft, but it can resolve some problems that I had trying to open with avisynth and co).
Image

Locked

Return to “AviSynth Help”