View Single Post
  #7 (permalink)  
Old 09-18-2009, 08:03 PM
nitosoft
Status: Offline
Developer
 
Join Date: Jul 2008
Posts: 410
Rep Power: 22
nitosoft is on a distinguished road
Default

Quote:
Originally Posted by lstep View Post
Ok, I got a pretty long list but here is what appears to be the video part.

-------start----
VIDEO: [VP70] 512x384 24bpp 30.000 fps 389.9 kbps (47.6 kbyte/s)
Auto-selected AVI audio ID = 1
[V] filefmt:3 fourcc:0x30375056 size:512x384 fps:30.000 ftime:=0.0333
get_path('sub/') -> '/Users/frontrow/.mplayer/sub/'
================================================== ========================
Opening video decoder: [vfwex] Win32/VfWex video codecs
======= Win32 (VFW) VIDEO Codec init =======
WARNING: Attempting to use DLL codecs but environment variable
DYLD_BIND_AT_LAUNCH not set. This will likely crash.
Loading codec DLL: 'vp7vfw.dll'
Win32 LoadLibrary failed to load: vp7vfw.dll, /usr/local/lib/codecs/vp7vfw.dll, /usr/lib/win32/vp7vfw.dll, /usr/local/lib/win32/vp7vfw.dll
Can't open library vp7vfw.dll
ICOpen failed! unknown codec / wrong parameters?
VDecoder init failed
Cannot find codec matching selected -vo and video format 0x30375056.
Read DOCS/HTML/en/codecs.html!

-----



Does any of this help? It appears as though vp7vfw.dll is not installed by the mplayer codec package. Odd as it is on my mac in /usr/local/lib/codecs . I believe the same package is used by the nitoTV installer. Maybe a manual install?

ls
some of the codecs in that package cause crashes and conflicts with new codecs bundled directly within the mplayer compile so 90% of them are weeded out, the main reason i added the codec package was to support various rm and rmvb codecs, the only libs that are kept are the following.

Code:
CLRVIDDC.DLL	
drv2.bundle	
dspr.so.6.0	
rv30.bundle
clrviddd.dll	
drvc.bundle	
rv10.bundle	
rv40.bundle
drv1.bundle	
drvc.so		
rv20.bundle
Reply With Quote