View Full Version : Win 7 64bits Problem
diegobh
9th February 2010, 18:24
Hi!
Iīve Avisynth v2.58, and CCCP codecs installed on my Win 7 Ultimate 64bits O.S
But when i try to convert a FLV to MP4, i canīt.
Iīve tried to make an AVS script, very simple:
DirectShowSource("C:\video.flv")
But all that appears is a gray image and no sound...
What could i do to fix it???
When i try to play the FLV and others videos on Media Player Classic it plays without errors, but i need to convert videos that i canīt...
Iīve tried Win7DSFilterTweaker but nothing happens.
Thx for your attention!!! And sorry for my english...
Bye, have a good day!
yousik
10th February 2010, 03:11
Hi!
Iīve Avisynth v2.58, and CCCP codecs installed on my Win 7 Ultimate 64bits O.S
But when i try to convert a FLV to MP4, i canīt.
Iīve tried to make an AVS script, very simple:
DirectShowSource("C:\video.flv")
But all that appears is a gray image and no sound...
What could i do to fix it???
When i try to play the FLV and others videos on Media Player Classic it plays without errors, but i need to convert videos that i canīt...
Iīve tried Win7DSFilterTweaker but nothing happens.
Thx for your attention!!! And sorry for my english...
Bye, have a good day!
Did you Install Halli Media Splitter or flv Codec?
diegobh
10th February 2010, 03:47
Did you Install Halli Media Splitter or flv Codec?
Yes. With the CCCP Pack.
I can see flv and iīve Halli Media Splitter, but when i use DirectShowSource in .AVS, doesnīt work =(
Chikuzen
10th February 2010, 04:45
It is necessary to install FLVSplitter in your system to read FLV with DirectShowSource.
AFAIK, CCCP is sure not to install FLVSplitter.
Haali media Splitter doesn't coresspond to FLV.
MPC can playback a FLV because it builds FLVSplitter into. However, it is only MPC that can use it for demuxing.
You have to install FLVSplitter in your system, or use FFMPEGSource2 instead of DirectShowSource.
diegobh
10th February 2010, 05:25
It is necessary to install FLVSplitter in your system to Decode FLV with DirectShowSource.
AFAIK, CCCP is sure not to install FLVSplitter.
Haali media Splitter doesn't coresspond to FLV.
MPC can playback a FLV because it builds FLVSplitter into. However, it is only MPC that can use it for Decoding.
You have to install FLVSplitter in your system, or use FFMPEGSource2 instead of DirectShowSource.
I downloaded this plugin, extract it on my c:\ and try to run:
regsvr32 "C:\FLVSplitter.ax"
But i got this code error: 0x80070005
So, how could i use FFMPEGSource2 instead of DirectShowSource?
Thanks!!!
Chikuzen
10th February 2010, 07:25
So, how could i use FFMPEGSource2 instead of DirectShowSource?
LoadPlugin("FFMS2.dll")
Import("FFMS2.avsi")
FFMPEGSource2("input.flv",atrack=-1)
clsid
10th February 2010, 17:15
0x80070005 means "access denied"
You need to run the command from an elevated command prompt (right-click and "run as administrator").
diegobh
10th February 2010, 19:42
LoadPlugin("FFMS2.dll")
Import("FFMS2.avsi")
FFMPEGSource2("input.flv",atrack=-1)
i donīt have this plugin =(( Where and how could i install it?
Thx!!!
0x80070005 means "access denied"
You need to run the command from an elevated command prompt (right-click and "run as administrator").
Thankz! Iīve used and the reg adds ok. But i think that FLV plugin isnīt compatible with win 7 =/ The error doesnīt fixed.
clsid
10th February 2010, 19:51
It works fine on Windows 7. You can test if it is installed correctly by playing the FLV file with Windows Media Player.
Chikuzen
11th February 2010, 05:06
Where and how could i install it?
http://code.google.com/p/ffmpegsource/
http://forum.doom9.org/showthread.php?t=127037
But i think that FLV plugin isnīt compatible with win 7 =/ The error doesnīt fixed.
1: Run cmd.exe as administrator
2: c:\windows\syswow64\regsvr32.exe c:\flvsplitter.ax
There are two regsvr32 in 64bit windows (in System32 and in SysWOW64).
Parhaps, when you want to install a DirectShowFilter for 32bitOS, you will fail if regsvr32 in SysWOW64 is not specified.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.