[MPlayer-cygwin] Fast CoreAVC DShow H264 decoder - Need help

Stefan Gürtler helfmir at surfeu.de
Mon Jan 16 21:19:26 CET 2006


OK, I am getting somewhere now.
After reading the output of
./mplayer.exe -codecs-file /home/Stefan/mplayer/codecs.conf -vc help
I realiesed that there is no coreAVC.
So i reworked the codecs.conf

;=============================================================================
;  Default codecs config file. It replaces the old codecs.c file!
;  Before editing this file, please read DOCS/tech/codecs.conf.txt !
;=============================================================================

release 20050728

...

; NEW SG
videocodec coreavc
   info "CoreAVC DShow H264 decoder vor x86 - http://corecodec.org/"
   status untested
   fourcc avc1,AVC1
   ; fourcc avc1,AVC1,AVC,avc,VSSH,X264,x264
   driver dshow
   dll "CoreAVCDecoder.ax"
   ; copied from vssh264
   ; guid 0x6931C7e7, 0x75b7, 0x4729, 0xa1, 0x53, 0xa8, 0xad, 0x99, 
0xbd, 0xf7, 0x0b
   out YV12,I420
   out YUY2
; END NEW SG
...

Now I do get some response from mplayer, but no video up to now:

Stefan at SAGARA /opt/mplayer_coreavc/bin
$ ./mplayer.exe -vc coreavc -codecs-file 
/opt/mplayer_coreavc/etc/mplayer/codec
s.conf /d/Import/nasa_shuttle_m720p.mov

....
Forced video codec: coreavc
Opening video decoder: [dshow] DirectShow video codecs
ERROR: Could not open required DirectShow codec CoreAVCDecoder.ax.
Warning: DS_Filter() no such class object.  (DLL=CoreAVCDecoder.ax, 
r=0x80040111)
Failed to create DirectShow filter
You need to upgrade/install the binary codecs package.
Go to http://mplayerhq.hu/homepage/dload.html
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x31637661.
Read DOCS/HTML/en/codecs.html!
...


Is there a way to check the path, under which path mplayer looks for the 
binary codecs? I did not see any hinds in mplayer verbose output. And 
scanning through mplayer manpage I did not find a parameter to set the 
path from the comandline.

Stefan




More information about the MPlayer-cygwin mailing list