Hi!,
I'm trying to run mplayer plugin with the second dvb card as primery device. Actuallt I get this error when play a xvid movie:
Opening /dev/dvb/adapter0/video0+audio0 DVB VIDEO DEVICE: : No such device Error opening/initializing the selected video_out (-vo) device.
In mplayer.sh i have: # mplayer options, -vc will be added below # add "-lircconf <lircrc>" to enable LIRC support OPTS="-vo mpegpes -dvbin card=2"
I have two cards:
1 nexus-s (ff dvb-s) 1 cinergy 1200 (budget dvb-t)
Any ideas? Thanks
The problem is not solved but I answer myself to explain the advances I do. I have resolved the problem of the second card as primary device having in mplayer.sh:
OPTS="-ao mpegpes:card=2 -vo mpegpes:card=2"
But, now I have this error:
... AVI file format detected. VIDEO: [XVID] 576x240 24bpp 25.000 fps 901.0 kbps (110.0 kbyte/s) Clip info: Software: VirtualDubMod 1.5.10.1 (build 2366/release) ========================================================================== Trying to force audio codec driver family libmad... Opening audio decoder: [libmad] libmad mpeg audio decoder AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3) ========================================================================== Opening /dev/dvb/adapter1/video0+audio0 ========================================================================== Forced video codec: ffdivx Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ==========================================================================
What means the last 3 lines?
I have installed the divx codecs.
Thanks.
En/na Leo Márquez ha escrit:
Hi!,
I'm trying to run mplayer plugin with the second dvb card as primery device. Actuallt I get this error when play a xvid movie:
Opening /dev/dvb/adapter0/video0+audio0 DVB VIDEO DEVICE: : No such device Error opening/initializing the selected video_out (-vo) device.
In mplayer.sh i have: # mplayer options, -vc will be added below # add "-lircconf <lircrc>" to enable LIRC support OPTS="-vo mpegpes -dvbin card=2"
I have two cards:
1 nexus-s (ff dvb-s) 1 cinergy 1200 (budget dvb-t)
Any ideas? Thanks
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
On Wed, 27 Jul 2005 12:29:18 +0200 Leo Márquez leo@calidae.net wrote:
========================================================================== Forced video codec: ffdivx Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ==========================================================================
What means the last 3 lines?
MPlayer seems to be forced to use ffdivx codec, which can't play XviD-encoded files. Instead, ffodivx should be used. If you are you forcing the codec with -vc ffdivx, don't do it. Don't specify -vc at all, not in the command line and not in any configuration file (/etc/mplayer/mplayer.conf, ~/.mplayer/config, ...). You could play the file by using -vc ffodivx but then playing files encoded with other codecs might fail. Just let mplayer do the codec detection for you.
I have installed the divx codecs.
There's no need to. MPlayer contains libavcodec, which includes almost any codec you'll need. They are also faster and have better encoders than any commercial divx stuff. If you need support for WMV9, you might want to install win32 codecs, but personally I would just stay away from wmv-encoded content.
The problem is not solved but I answer myself to explain the advances I do. I have resolved the problem of the second card as primary device having in mplayer.sh:
OPTS="-ao mpegpes:card=2 -vo mpegpes:card=2"
But, now I have this error:
... AVI file format detected. VIDEO: [XVID] 576x240 24bpp 25.000 fps 901.0 kbps (110.0 kbyte/s) Clip info: Software: VirtualDubMod 1.5.10.1 (build 2366/release) ========================================================================== Trying to force audio codec driver family libmad... Opening audio decoder: [libmad] libmad mpeg audio decoder AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000->176400) Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3) ========================================================================== Opening /dev/dvb/adapter1/video0+audio0 ========================================================================== Forced video codec: ffdivx Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ==========================================================================
What means the last 3 lines?
I have installed the divx codecs.
I have the same error just playing AVIs with the mplayer plugin. I can play mpegs, but not divx or xvid...get the same error
On Wed, 27 Jul 2005 12:09:14 +0100 "Simon Baxter" linuxtv@nzbaxters.com wrote:
I have the same error just playing AVIs with the mplayer plugin. I can play mpegs, but not divx or xvid...get the same error
Ah, of course, the video needs to be converted to mpeg1 for playback on DVB/Dxr3 devices. For PAL output, try: -vf scale=720:-2,lavc=2:25 or -vf dvbscale,scale=-1:0,expand=-1:576:-1:-1:1,lavc=2:25
Also search mplayer manual page with keyword DVB for more information.
--Niko
En/na Niko Mikkila ha escrit:
On Wed, 27 Jul 2005 12:29:18 +0200 Leo Márquez leo@calidae.net wrote:
========================================================================== Forced video codec: ffdivx Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ==========================================================================
What means the last 3 lines?
MPlayer seems to be forced to use ffdivx codec, which can't play XviD-encoded files. Instead, ffodivx should be used. If you are you forcing the codec with -vc ffdivx, don't do it. Don't specify -vc at all, not in the command line and not in any configuration file (/etc/mplayer/mplayer.conf, ~/.mplayer/config, ...). You could play the file by using -vc ffodivx but then playing files encoded with other codecs might fail. Just let mplayer do the codec detection for you.
I'm not setting vc anywhere.
thanks again
Leo
Hello Leo,
* Leo Mrquez leo@calidae.net [27-07-05 12:29]:
========================================================================== Forced video codec: ffdivx Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ==========================================================================
What means the last 3 lines?
go into the source directory, from where you compiled mplayer and read the README, specially step1.
En/na Matthias Fechner ha escrit:
Hello Leo,
- Leo Mrquez leo@calidae.net [27-07-05 12:29]:
========================================================================== Forced video codec: ffdivx Cannot find codec matching selected -vo and video format 0x44495658. Read DOCS/HTML/en/codecs.html! ==========================================================================
What means the last 3 lines?
go into the source directory, from where you compiled mplayer and read the README, specially step1.
Hi!,
I'm already installed libavcodec but I continue with no video. I use debian and I see a few packages:
libavcodec libavcodec-dev libavcodec1 libavcodec1-dev libavcodec2 libavcodec2-dev libavcodeccvs libavcodeccvs-dev
My mplayer is from marillat packages.
Anyone knows what is the correct liavcodec package? There is another packege that I need? More codecs?
Thanks. Leo
Hello Leo,
* Leo Márquez leo@calidae.net [01-08-05 08:46]:
I'm already installed libavcodec but I continue with no video. I use debian and I see a few packages:
sorry, i never installed mplayer with the package system. I use CVS version and compile it like described in the README by myself.
Maybe its the best, if you do it in the same way.
Well, my problem was that mplayer.sh forces ffdivx if the file is avi. I have disbled it. Now the movie seems to be played but I have black screen and font error:
Opening /dev/dvb/adapter1/video0+audio0 Opening video filter: [lavc=2:25] Opening video filter: [expand w=-1 h=576 x=-1 y=-1 osd=1] Expand: -1 x 576, -1 ; -1 (-1=autodetect) osd: 1 Opening video filter: [scale w=-1 h=0] Opening video filter: [dvbscale] ========================================================================== Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4) ========================================================================== Checking audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le... AF_pre: 48000Hz/2ch/s16le AO: [mpegpes] 48000Hz 2ch s16le (2 bps) Building audio filter chain for 48000Hz/2ch/s16le -> 48000Hz/2ch/s16le... Starting playback... VDec: vo config request - 640 x 352 (preferred csp: Planar YV12) VDec: using Planar YV12 as output csp (no 0) Movie-Aspect is 1.82:1 - prescaling to correct movie aspect. SwScaler: reducing / aligning filtersize 1 -> 4 SwScaler: reducing / aligning filtersize 1 -> 4 SwScaler: reducing / aligning filtersize 5 -> 4 SwScaler: reducing / aligning filtersize 5 -> 4
SwScaler: BICUBIC scaler, from Planar YV12 to Planar YV12 using MMX2 [mpeg1video @ 0x85c4760]removing common factors from framerate VO: [mpegpes] 640x576 => 640x576 Mpeg PES New_Face failed. Maybe the font path is wrong. 1 ??% ??% ??,?% 0 0 Please supply the text font file (~/.mplayer/subfont.ttf). subtitle font: load_sub_face failed. A: 32.1 V: 32.1 A-V: 0.005 ct: -0.046 804/804 14% 52% 3.0% 0 0
Can be the black screen caused by new_face failed? What more can be happen?
Thanks!!!