problems with importing MKV into Vdub mod
- Ryko89
- Joined: Sat Nov 25, 2006 7:55 pm
- Location: Norway
problems with importing MKV into Vdub mod
So, I have gotten myself a brand new macbook pro on which I installed windows. I installed the amvapp 3.0 beta and downloaded lots of GITS in HD. and when I import the .mkv file into vdb mod, it wont work. the episodes: Ghost_in_the_Shell_Stand_Alone_Complex_2nd_GIG_Ep13_POKER_FACE_[720p,HDTV,x264,AAC_5.1]_-_THORA.mkv
are in x264, and I thought that was covered with the amvapp. So, can anyone help me with making this work?
are in x264, and I thought that was covered with the amvapp. So, can anyone help me with making this work?
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Make an avisynth script with:
and import that script into vdubmod.
It should work.
Code: Select all
directshowsource("E:\yourfilepath\yourfilename.mkv", fps=29.97, convertfps=true)
It should work.
- Ryko89
- Joined: Sat Nov 25, 2006 7:55 pm
- Location: Norway
Code: Select all
directshowsource("E:\Anime3\Ghost_in_the_Shell_2_Innocence_(2004)_[720p,BluRay,DTS-ES,x264]_-_THORA\Ghost_in_the_Shell_2_Innocence_(2004)_[720p,BluRay,DTS-ES,x264]_-_THORA.mkv", fps=29.97, convertfps=true)
- Ryko89
- Joined: Sat Nov 25, 2006 7:55 pm
- Location: Norway

Code: Select all
DirectShowSource("E:\Anime3\Ghost_in_the_Shell_2_Innocence_(2004)_[720p,BluRay,DTS-ES,x264]_-_THORA\Ghost_in_the_Shell_2_Innocence_(2004)_[720p,BluRay,DTS-ES,x264]_-_THORA.mkv", audio=false, fps=29.97)
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
don't use directshowsource
ffmpegsource() is designed to handle h.264 and is frame accurate (which directshowsource is not. Frame accuracy is good)
get ffmpegsource() here
oh yeah, and downladed footage = bad
dvd's are best (if available in your area)
ffmpegsource() is designed to handle h.264 and is frame accurate (which directshowsource is not. Frame accuracy is good)
get ffmpegsource() here
oh yeah, and downladed footage = bad
dvd's are best (if available in your area)
- Ryko89
- Joined: Sat Nov 25, 2006 7:55 pm
- Location: Norway
never gotten a hang on these. But hmmm. I tried some and it told me there was no video stream found.
Code: Select all
LoadPlugin("c:\Program Files\Avisynth 2.5\Plugins\FFMpegSource.dll")
ffmpegSource("E:\Anime3\Ghost_in_the_Shell_Stand_Alone_Complex_2nd_GIG_[720p,HDTV,x264,AAC_5.1]_-_THORA\Ghost_in_the_Shell_Stand_Alone_Complex_2nd_GIG_Ep04_INDUCTANCE_[720p,HDTV,x264,AAC_5.1]_-_THORA.mkv")
FFAudioSource("E:\Anime3\Ghost_in_the_Shell_Stand_Alone_Complex_2nd_GIG_[720p,HDTV,x264,AAC_5.1]_-_THORA\Ghost_in_the_Shell_Stand_Alone_Complex_2nd_GIG_Ep04_INDUCTANCE_[720p,HDTV,x264,AAC_5.1]_-_THORA.mkv", atrack=-1)
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm
Wont help, my only suggestion would be to uninstall fddshow.Ryko89 wrote:installed ffdshow when I installed the AmvApp. Think I should give it a reinstall?
Fddshow is evil, I pretty much have a similiar problem right now, neither directshow not ffmpegsource are working right.
Uninstalling fddshow would probbaly fix it, but since I am editing with fake avis made with fddshow's makeavis program, I depend on it and I don't want to mess with it anymore after going through some serious trouble (involving a re-install of windows).
If you don't need fddshow for anything else, i suggest you to remove it.