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

Patcher Mplayer returns "format 0x44495658" error #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn checkout http://coreavc-for-linux.googlecode.com/svn/trunk/
coreavc-for-linux 
2. svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
3. ./configure
4. patch -p0 < ../coreavc-for-linux/mplayer/dshowserver.patch (after
changes descried in issue #44)
5. make
6. make install
7. vi ~/.mplayer/codecs.conf
  videocodec coreserve
  info "CoreAVC DShow H264 decoder 1.3 for x86 - http://corecodec.org/"
  status working
  format 0x10000005
  fourcc H264,h264 H264
  fourcc X264,x264
  fourcc avc1,AVC1 AVC1
  fourcc davc,DAVC
  fourcc VSSH
  driver dshowserver
  dll "CoreAVCDecoder.ax"
  guid 0x09571a4b, 0xf1fe, 0x4c60, 0x97, 0x60, 0xde, 0x6d, 0x31, 0x0c,
0x7c, 0x31
  out YV12,IYUV,I420,YUY2
8. /usr/local/bin/mplayer -vc coreserve test.mkv

What is the expected output? What do you see instead?
MPlayer dev-SVN-r27464-4.2.3 (C) 2000-2008 MPlayer Team
CPU: Intel(R) Core(TM)2 Quad CPU    Q6600  @ 2.40GHz (Family: 6, Model: 15,
Stepping: 11)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
127 audio & 258 video codecs

Playing test.mkv.
[mkv] Track ID 1: video (V_MS/VFW/FOURCC) "test", -vid 0
[mkv] Track ID 2: audio (A_AC3) "Russian", -aid 0, -alang rus
[mkv] Track ID 3: audio (A_AC3) "English", -aid 1, -alang eng
[mkv] Will play video track 1.
Matroska file format detected.
VIDEO:  [XVID]  1280x720  12bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Forced video codec: coreserve
Cannot find codec matching selected -vo and video format 0x44495658.
Read DOCS/HTML/en/codecs.html!
==========================================================================
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...

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

Please provide any additional information below.
dshowserver have been compiled and accordingly to test works fine.

Original issue reported on code.google.com by jevgenij...@gmail.com on 14 Aug 2008 at 6:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Tried that. Now I get this:

Cannot find codec matching selected -vo and video format 0x3267706D.

Original comment by nathanfi...@gmail.com on 30 Sep 2008 at 7:02

GoogleCodeExporter commented 8 years ago
please provide a sample mkv file.  I have had difficulty getting mkv files 
working
reliably.  It is almost always due to the demuxer, but I need an example

Original comment by alannis...@gmail.com on 9 Oct 2008 at 4:47

GoogleCodeExporter commented 8 years ago
[mkv] Track ID 1: video (V_MS/VFW/FOURCC) "test", -vid 0
VIDEO:  [XVID]  1280x720  12bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)

^ maybe that's the issue? Last time I checked, this was CoreAVC and not CoreXVID

Original comment by zombie83p@gmail.com on 4 Dec 2008 at 8:14

GoogleCodeExporter commented 8 years ago

Original comment by alannis...@gmail.com on 9 Jan 2010 at 3:10