chenyunecjtu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 1 forks source link

Cannot find codec matching selected -vo and video format 0x34363248 #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. MPlayer 01/05/2009 dev-SVN-r28266
2. coreavc 1.8.5 Pro
3. Player TS format file with mplayer -vc coerserve -demuxer lavf 2009taipei.ts

What is the expected output? What do you see instead?

Play ts format file get error:

Cannot find codec matching selected -vo and video format 0x34363248

The codecs test info:

dshowserver -c CoreAVCDecoder.ax -s 1280x720 -g
09571a4b-f1fe-4c60-9760de6d310c7c31 -b 12 -f 0x34363248 -o 0x30323449

No id specified, assuming test mode
Opening device
len: 992
ProductVersion: 1.8.5
Decoder supports the following YUV formats: YUY2 UYVY YV12 I420
Decoder is capable of YUV output (flags 0x2b)
Setting fmt
Starting
Initialization is complete

The codecs.conf added from the wiki pages.

mplayer -vc help | grep 264

coreserve   dshowserver working   CoreAVC DShow H264 decoder 1.3 for x86 -
http://corecodec.org/  [CoreAVCDecoder.ax]
ffh264      ffmpeg    working   FFmpeg H.264  [h264]
vssh264     dshow     working   VSS H.264 New  [vsshdsd.dll]
vssh264old  vfw       working   VSS H.264 Old  [vssh264.dll]

What version of the product are you using? On what operating system?

Fedora 10 for x86
GCC 4.3.2
Intel C++ Compiler v11.0.074

Please provide any additional information below.

Original issue reported on code.google.com by Heart...@gmail.com on 5 Jan 2009 at 2:47

GoogleCodeExporter commented 8 years ago
i try rename coreserv to CoreAVC , now working -_-

$mplayer -vc help | grep 264
CoreAVC     dshowserver working   CoreAVC DShow H264 decoder 1.3 for x86 -
http://corecodec.org/  [CoreAVCDecoder.ax]

$mplayer -vc CoreAVC -demuxer lavf 2009taipei.ts

[dshowserver] DirectShowServer video codecs                                     

Opening device                                                                  

len: 992                                                                        

ProductVersion: 1.8.5                                                           

Decoder supports the following YUV formats: YUY2 UYVY YV12 I420                 

Decoder is capable of YUV output (flags 0x2b)                                   

Setting fmt                                                                     

Starting                                                                        

Initialization is complete                                                      

Dshowserver Connected to host

Original comment by Heart...@gmail.com on 5 Jan 2009 at 2:55

GoogleCodeExporter commented 8 years ago

Original comment by alannis...@gmail.com on 9 Jan 2010 at 2:43