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 0x31435657 #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mplayer -vc coreavc13 MyVideo.EVO 
2.
3.

What is the expected output? What do you see instead?
Expect to see video.  Instead there is no video, just sound.

What version of the product are you using? On what operating system?
Latest svn of mplayer.  Coreavc codec is version 1.3.

Please provide any additional information below.
Everything works fine except the following error occurs:

Forced video codec: coreavc13
Cannot find codec matching selected -vo and video format 0x31435657.
Read DOCS/HTML/en/codecs.html!

Original issue reported on code.google.com by tribble...@gmail.com on 27 Sep 2007 at 6:09

GoogleCodeExporter commented 8 years ago
I upgraded to coreavc 1.5 and still no change.  Then I added that video format 
to my
codecs.conf file.  Now I get the following error:

Forced video codec: coreavc13
Opening video decoder: [dshow] DirectShow video codecs
Called unk_IsDebuggerPresent
len: 948
ProductVersion: 1.5.0.0
Warning: DS_Filter() source format is not accepted.  (DLL=CoreAVCDecoder.ax, 
r=0x1)
Failed to create DirectShow filter
ERROR: Could not open required DirectShow codec CoreAVCDecoder.ax.
You need to upgrade/install the binary codecs package.
Go to http://www.mplayerhq.hu/dload.html
VDecoder init failed :(
Cannot find codec matching selected -vo and video format 0x31435657.
Read DOCS/HTML/en/codecs.html!

So apparently coreavc can't decode this source?  The source is an unencrypted 
.EVO
ripped off an hd dvd I bought using DumpHD.  If I use -vc ffvc1 then it plays 
fine
(albeit slow)

By the way, other h.264 files I've found (movie trailers, mostly) play 
correctly with
coreavc, just not these hd dvd evo's.

Original comment by tribble...@gmail.com on 27 Sep 2007 at 7:37

GoogleCodeExporter commented 8 years ago
I've discovered my HD-DVDs are in wmv VC-1 format which is something CoreAVC 
doesn't
support, windows or linux alike.  Looks like ffvc1 is my only choice at this 
point.

Original comment by tribble...@gmail.com on 1 Oct 2007 at 10:22

GoogleCodeExporter commented 8 years ago

Original comment by alannis...@gmail.com on 7 May 2008 at 5:04