non7top / coreavc-for-linux

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

mplayer asks for parameters in ~/.mplayer/config file #109

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use mplayer or mplayer-mt or mplayer-vaapi,
2. set correct every parameters, install and register coreavc 2.0,
dshowserver handles coreavc properly and the mplayer patch applied very well on 
my both mplayer version.
3. my both installed mplayer versions invariably answered :

Option videocodec needs a parameter at line 91
Option info needs a parameter at line 92
Option comment needs a parameter at line 93
Option status needs a parameter at line 94
Option fourcc needs a parameter at line 95
Option fourcc needs a parameter at line 96
Option fourcc needs a parameter at line 97
Option fourcc needs a parameter at line 98
Option fourcc needs a parameter at line 99
Option format needs a parameter at line 100
Option driver needs a parameter at line 101
Option dll needs a parameter at line 102
Option guid needs a parameter at line 103
Option out needs a parameter at line 104

What is the expected output? What do you see instead?
I guess playing the .mkv a way I could feel hd videos well played on my mini 
10v.

What version of the product are you using? On what operating system?
CoreAVC 2.0, LinuxMint 9 Isadora on a dell mini10v dual booted with Mac Snow 
Leopard, kernel 2.6.32-21-generic #32-Ubuntu SMP

Please provide any additional information below.
Even if I succeeded to play the file, I only have the sound

Original issue reported on code.google.com by chris.se...@gmail.com on 3 Oct 2010 at 4:06

GoogleCodeExporter commented 9 years ago
Someone could provide some helps ?

Original comment by chris.se...@gmail.com on 3 Oct 2010 at 4:09

GoogleCodeExporter commented 9 years ago
I've changeed the ~/.mplayer/config file to this :

videocodec=coreavcwindows
  info="CoreAVC H.264 2.0 for x86 - http://corecodec.org/"
  comment="this codec will only work after purchasing it"
  status=working
  fourcc=H264,h264
  fourcc=X264,x264
  fourcc=avc1,AVC1,AVC1
  fourcc=davc,DAVC
  fourcc=VSSH
  format=0x10000005
  driver=dshowserver
  dll="CoreAVCDecoder.ax"
  guid=0x09571a4b,0xf1fe,0x4c60,0x97,0x60,0xde,0x6d,0x31,0x0c,0x7c,0x31
  out=YV12,IYUV,I420,YUY2

Now, mplayer-mt or vaapi play only the sound of the file and give that in the 
terminal :

Warning unknown option videocodec at line 90
Warning unknown option info at line 92
Warning unknown option comment at line 93
Warning unknown option status at line 94
Warning unknown option fourcc at line 95
Warning unknown option fourcc at line 96
Warning unknown option fourcc at line 97
Warning unknown option fourcc at line 98
Warning unknown option fourcc at line 99
Warning unknown option driver at line 101
Warning unknown option dll at line 102
Warning unknown option guid at line 103
Warning unknown option out at line 104
MPlayer git-7a669a6-4.4.3 (C) 2000-2010 MPlayer Team
154 audio & 339 video codecs
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing /media/DOC/Videos/HD/AVATAR.mkv.
libavformat file format detected.
[matroska,webm @ 0x89075a0]Estimating duration from bitrate, this may be 
inaccurate
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (ac3), -aid 0, -alang fre
[lavf] stream 2: subtitle (unknown), -sid 0, -slang fre, French (forcer)
VIDEO:  [H264]  1920x1080  0bpp  23.976 fps    0.0 kbps ( 0.0 kbyte/s)
==========================================================================
Forced video codec: coreserver
Cannot find codec matching selected -vo and video format 0x34363248.
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
==========================================================================
[AO_ALSA] Format ?? is not supported by hardware, trying default.
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Video: no video
Starting playback...
A:  10.5 (10.4) of 9701.7 ( 2:41:41.6)  2.6% 

MPlayer interrupted by signal 2 in module: play_audio
A:  10.5 (10.5) of 9701.7 ( 2:41:41.6)  2.6% 
Exiting... (Quit)

Then my problem is still the same.

Original comment by chris.se...@gmail.com on 3 Oct 2010 at 6:36

GoogleCodeExporter commented 9 years ago
Another question, how to make vaapi handles the multi-threading?

Original comment by chris.se...@gmail.com on 3 Oct 2010 at 6:37

GoogleCodeExporter commented 9 years ago
I finally fixed it. Mplayer was badly installed. I installed it on another PC, 
a desktop one. It started well.
Then I took all the files in the ./mplayer directory and put them on the 
netbook. There is registry, config, codec.conf and others.

Results : Now I watch my 720p mkv's on my 40" flat screen flawlessly linked to 
my DELL Mini 10v.
The increasing of the performances is indeniable. I only have some problems 
with 1080p mkv which have some lags. I study the different options with both 
command line and smplayer but I don't find the right combination yet. 

Any Help is Welcomed.

Original comment by chris.se...@gmail.com on 12 Oct 2010 at 12:13