Import issues - MKV
- Ardour
- Joined: Sun May 03, 2009 2:44 am
- Status: Spazzy
- Location: On Top of a Strawberry Ice Cream Cake
- Contact:
Re: Import issues - MKV
My Hatsukoi avisynth script was ANSI txt already...
Any other suggestions?
Any other suggestions?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Import issues - MKV
Make sure you don't have any japanese or otherwise weird character in the path or filename.
- Qyot27
- Surreptitious fluffy bunny
- Joined: Fri Aug 30, 2002 12:08 pm
- Status: Creepin' between the bullfrogs
- Location: St. Pete, FL
- Contact:
Re: Import issues - MKV
FFmpegSource 1.21:Ardour wrote:I was also wondering about the 1.21 version of ffmpegsource because I could only find version 1.12...
http://code.google.com/p/ffmpegsource/d ... r&can=1&q=
and FFmpegSource2 2.12:
http://code.google.com/p/ffmpegsource/d ... z&can=1&q=
You can also find straight SVN builds on the downloads page too, but unless you've got some really esoteric problem I'd just wait for the next official release.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog
- Ardour
- Joined: Sun May 03, 2009 2:44 am
- Status: Spazzy
- Location: On Top of a Strawberry Ice Cream Cake
- Contact:
Re: Import issues - MKV
Nope. No japanese or other worldly texts in my script.
Anybody have any other suggestions?
And thanks Qyot for the links. :]
Anybody have any other suggestions?
And thanks Qyot for the links. :]
- Bakadeshi
- Abuses Spellcheck
- Joined: Mon Sep 29, 2003 9:49 am
- Location: Atlanta, GA
- Contact:
Re: Import issues - MKV
if all else fails, you can always get virtualdubmod and open the video using AVISynth template, choosing DirectSHowSOurce(), then click "Tools"-> "Script Editor" and change DirectShowSOurce to ffmpegsource. Virtualdubmod will always create the avs file in the proper character coding.
(I dunno why this was taken out of amvapp, its so convinient for avisynth script editing.)
ALso I think the latest version of amvapp has ffmpegsource built in. That might be your easiest method of getting it and making sure it all works out of the box.
(I dunno why this was taken out of amvapp, its so convinient for avisynth script editing.)
ALso I think the latest version of amvapp has ffmpegsource built in. That might be your easiest method of getting it and making sure it all works out of the box.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Import issues - MKV
Not necessarily in the script. Even if you are calling the files with relative paths (eg: just ffvideosource("video.mp4")), if somewhere in the path where these files are located there is a bad character, then it's still going to give error.Ardour wrote:Nope. No japanese or other worldly texts in my script.
Anybody have any other suggestions?
And thanks Qyot for the links. :]
- Bakadeshi
- Abuses Spellcheck
- Joined: Mon Sep 29, 2003 9:49 am
- Location: Atlanta, GA
- Contact:
Re: Import issues - MKV
True, didn't think of that, try renaming the mp4 file to something simple like video.mp4 in mirk's example. (It can still be using Japanese character codes and have english letters, so rename it anyway to be safe)mirkosp wrote:Not necessarily in the script. Even if you are calling the files with relative paths (eg: just ffvideosource("video.mp4")), if somewhere in the path where these files are located there is a bad character, then it's still going to give error.Ardour wrote:Nope. No japanese or other worldly texts in my script.
Anybody have any other suggestions?
And thanks Qyot for the links. :]
- Burnt Frog
- Joined: Tue Feb 06, 2007 11:54 am
- Location: England
Re: Import issues - MKV
I've got a LOT of anime eps in mkv and I'm trying to figure out how to open them up for AMV editing!
I'm trying to test this whole craziness out on a Doctor Who file of the most recent special, just because it's the closest .mkv file I have to experiment on (the others on external drives).
I've downloaded this version of ffmpegsource = FFmpegSource-1.21 and that gave me this = FFMpegSource.dll
After Vax said put the dll in your avisynth plugins folder (which in my case is: C:\program files\avisynth 2.5\plugins), I went and did that.
I opened up the Who episode in notepad and it said the message that the file was too "large for notepad" same as Jack-Hammer on page 1 on this topic.
So I looked at the advice Vox gave and copied and pasted this, after of course moving the .mkv file to the correct destination:
ffmpegsource("C:\Users\Joseph\doctor_who_2005.the_waters_of_mars_2009_special.720p_hdtv_x264-fov.mkv", vtrack=-1, atrack=-1)
And saved the notepad file to the same destination as "Mars.avs"
(Now I gather that you have to open the .avs file that is in the same folder as the .mkv itself when you get onto the "Open" part of VDM)
Then I went to open up VirtualDubMod. But when I go to the little drop-down window that says "Use AviSynth template" I press DirectShowSource, click on the .avs file and it just doesn't work!!!!
It says "Couldn't locate decompressor for format "YV12" (unknown)
VirtuaDub requires a Video for Windows (VFW) compatible codec to decompress video. Direct Show codecs, such as those used by Windows Media Player are not suitable. Only "Direct stream copy" is available for this video"
What's wrong now? Am I missing a download somewhere?
Where am I going wrong? I am very confused and it's quite late at night........
I'm trying to test this whole craziness out on a Doctor Who file of the most recent special, just because it's the closest .mkv file I have to experiment on (the others on external drives).
I've downloaded this version of ffmpegsource = FFmpegSource-1.21 and that gave me this = FFMpegSource.dll
After Vax said put the dll in your avisynth plugins folder (which in my case is: C:\program files\avisynth 2.5\plugins), I went and did that.
I opened up the Who episode in notepad and it said the message that the file was too "large for notepad" same as Jack-Hammer on page 1 on this topic.
So I looked at the advice Vox gave and copied and pasted this, after of course moving the .mkv file to the correct destination:
ffmpegsource("C:\Users\Joseph\doctor_who_2005.the_waters_of_mars_2009_special.720p_hdtv_x264-fov.mkv", vtrack=-1, atrack=-1)
And saved the notepad file to the same destination as "Mars.avs"
(Now I gather that you have to open the .avs file that is in the same folder as the .mkv itself when you get onto the "Open" part of VDM)
Then I went to open up VirtualDubMod. But when I go to the little drop-down window that says "Use AviSynth template" I press DirectShowSource, click on the .avs file and it just doesn't work!!!!
It says "Couldn't locate decompressor for format "YV12" (unknown)
VirtuaDub requires a Video for Windows (VFW) compatible codec to decompress video. Direct Show codecs, such as those used by Windows Media Player are not suitable. Only "Direct stream copy" is available for this video"
What's wrong now? Am I missing a download somewhere?
Where am I going wrong? I am very confused and it's quite late at night........
- Enigma
- That jolly ol' bastid
- Joined: Sat Mar 07, 2009 3:55 pm
- Status: Free
- Location: California
Re: Import issues - MKV
Burnt Frog wrote: ffmpegsource("C:\Users\Joseph\doctor_who_2005.the_waters_of_mars_2009_special.720p_hdtv_x264-fov.mkv", vtrack=-1, atrack=-1)
There is your problem,Instead of going for FFMPegsource.....u tried DirectShowSource :X(U can just change your script from saying FFMpegsource too DirectShowSource)Then I went to open up VirtualDubMod. But when I go to the little drop-down window that says "Use AviSynth template" I press DirectShowSource, click on the .avs file and it just doesn't work!!!!![]()
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
Re: Import issues - MKV
Don't use the "Use AVISynth template" option. That's for opening normal video files, NOT scripts. Set it back to "none" and just open the script normally.Burnt Frog wrote:(Now I gather that you have to open the .avs file that is in the same folder as the .mkv itself when you get onto the "Open" part of VDM)
Then I went to open up VirtualDubMod. But when I go to the little drop-down window that says "Use AviSynth template" I press DirectShowSource, click on the .avs file and it just doesn't work!!!!![]()





