Mak0rz
3rd October 2011, 17:39
Hi everyone.
I'm not interested in editing video specifically. I'm a grad student studying insect behavior and I need something to view my video recordings; I require a program that runs HD video, is able to zoom and pan, and is frame-accurate. After going through tons of them I came across AviSynth, which does everything I need and it's great!
On my laptop (Windows 7 Home Premium 64-bit) someone told me to do the following in order to get it to run .m2ts files:
Download and instal Avisynth
Download and instal Haali Media Splitter (http://haali.su/mkv/)
Copy avss.dll from where Haali was installed to Avisynth\plugins folder
Download AvsPmod (http://forum.doom9.org/showthread.php?t=153248) and run it
Then all I do is type this and hit F5:
DSS2 ("C:\MyDirectory\MyFile.m2ts")
And it's done. Everything works far, far better than my expectations!
I want to move my work to the lab computer, (Windows Vista Pro 32-bit), which has more horsepower and a way bigger screen. Here's where I run into problems. I did all the steps posted above: installed AviSynth, installed Haali MS, copied avss.dll to the plugins folder in AviSynth's directory. I even installed ffdshow (http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/), because I was told that I may have to if I run into trouble.
However, running the same script above horks up the following message:
Can't open C:\MyDirectory\MyFile.m2ts: 80040217
(New File, line 1)
I tried searching error code 80040217, but I can't seem to find anything relevant. Any idea what's going on? I tried to take a stab and say that the plugins are an issue somewhere along the line. Here's what my plugin directory contains:
doc (folder)
avss.dll
colors_rgb.avsi
DirectShowSource.dll
FFMS2.avsi
ffms2.dll
ffmsindex.exe
TCPDeliver.dll
The lab computer has:
avss.dll
colors_rgb.avsi
DirectShowSource.dll
ffavisynth.avsi
ffavisynth.dll
TCPdeliver.dll
So their contents are different. However, on my computer I tried removing all of the contents except avss.dll and it was still able to run it fine. Removing avss.dll gave a different error message ("'DSS2' Is not a valid command" or something similar), so I'm not sure about it being a plugin problem any more. I have no idea what's going on.
For what it's worth, using the DirectShowSource command outputs this error:
DirectShowSource: Could not open as video or audio.
Video returned: "DirectShowSource: couldn't open file C:\MyDirectory\MyFile.m2ts: No such interface supported"
Audio returned: "DirectShowSource: couldn't open file C:\MyDirectory\MyFile.m2ts: No such interface supported"
(New File, line 1)
I seriously have no idea what's going on here. Is there a step that I missed or somehow messed up? It doesn't seem so...
I'm not interested in editing video specifically. I'm a grad student studying insect behavior and I need something to view my video recordings; I require a program that runs HD video, is able to zoom and pan, and is frame-accurate. After going through tons of them I came across AviSynth, which does everything I need and it's great!
On my laptop (Windows 7 Home Premium 64-bit) someone told me to do the following in order to get it to run .m2ts files:
Download and instal Avisynth
Download and instal Haali Media Splitter (http://haali.su/mkv/)
Copy avss.dll from where Haali was installed to Avisynth\plugins folder
Download AvsPmod (http://forum.doom9.org/showthread.php?t=153248) and run it
Then all I do is type this and hit F5:
DSS2 ("C:\MyDirectory\MyFile.m2ts")
And it's done. Everything works far, far better than my expectations!
I want to move my work to the lab computer, (Windows Vista Pro 32-bit), which has more horsepower and a way bigger screen. Here's where I run into problems. I did all the steps posted above: installed AviSynth, installed Haali MS, copied avss.dll to the plugins folder in AviSynth's directory. I even installed ffdshow (http://sourceforge.net/projects/ffdshow-tryout/files/SVN%20builds%20by%20clsid/generic%20builds/), because I was told that I may have to if I run into trouble.
However, running the same script above horks up the following message:
Can't open C:\MyDirectory\MyFile.m2ts: 80040217
(New File, line 1)
I tried searching error code 80040217, but I can't seem to find anything relevant. Any idea what's going on? I tried to take a stab and say that the plugins are an issue somewhere along the line. Here's what my plugin directory contains:
doc (folder)
avss.dll
colors_rgb.avsi
DirectShowSource.dll
FFMS2.avsi
ffms2.dll
ffmsindex.exe
TCPDeliver.dll
The lab computer has:
avss.dll
colors_rgb.avsi
DirectShowSource.dll
ffavisynth.avsi
ffavisynth.dll
TCPdeliver.dll
So their contents are different. However, on my computer I tried removing all of the contents except avss.dll and it was still able to run it fine. Removing avss.dll gave a different error message ("'DSS2' Is not a valid command" or something similar), so I'm not sure about it being a plugin problem any more. I have no idea what's going on.
For what it's worth, using the DirectShowSource command outputs this error:
DirectShowSource: Could not open as video or audio.
Video returned: "DirectShowSource: couldn't open file C:\MyDirectory\MyFile.m2ts: No such interface supported"
Audio returned: "DirectShowSource: couldn't open file C:\MyDirectory\MyFile.m2ts: No such interface supported"
(New File, line 1)
I seriously have no idea what's going on here. Is there a step that I missed or somehow messed up? It doesn't seem so...