On Mon, 19 Jul 2010, John Molohan wrote:
>   On 18/07/2010 9:07, Elizabeth Dodd wrote:
> > I was trying to sort out putting my machine onto another monitor with
> > different resolution and in the process of making a new xorg.conf i broke
> > mplayer
> > 
> > so video can be played with xine
> > 
> > but tv is no-go as mplayer remains broken
> > 
> > I can play recorded tv satisfactorily with
> > mplayer -vo x11 -framedrop /path/to/the/file.ts
> > 
> > but attempts to force x11 through local_conf.py result in an error that
> > the video output is not suited to the card
> > 
> > 
> > #
> > 
======================================================================
> > # MPlayer settings:
> > #
> > 
======================================================================
> > 
> > MPLAYER_AO_DEV      = 'alsa'  # e.g.: oss,sdl,alsa, see mplayer docs
> > 
> > MPLAYER_VO_DEV_OPTS = 'x11'              # e.g.: ':some_var=vcal'
> > 
> > 
> > MPLAYER_ARGS['dvd']     = '-cache 8192'
> > MPLAYER_ARGS['dvb']     = '-framedrop -vf pp=de/fd -cache 4096'
> > MPLAYER_ARGS['vcd']     = '-cache 4096'
> > MPLAYER_ARGS['cd']      = '-cache 1024 -cdda speed=2'
> > MPLAYER_ARGS['tv']      = '-nocache'
> > MPLAYER_ARGS['ivtv']    = '-cache 8192'
> > MPLAYER_ARGS['avi']     = '-cache 5000 -idx'
> > MPLAYER_ARGS['flv']     = '-nocache -forceidx'
> > MPLAYER_ARGS['mp4']     = '-nocache -forceidx'
> > MPLAYER_ARGS['rm']      = '-cache 5000 -forceidx'
> > MPLAYER_ARGS['rmvb']    = '-cache 5000 -forceidx'
> > MPLAYER_ARGS['webcam']  = 'tv:// -tv
> > driver=v4l:width=352:height=288:outfmt=yuy2:device=$
> > MPLAYER_ARGS['default'] = '-framedrop -cache 5000'
> > 
> > #
> > 
======================================================================
> > # Xine settings:
> > #
> > 
======================================================================
> > 
> > XINE_VO_DEV  = 'x11'
> > XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry
> > %sx%s+0+0 --no-spla$
> > 
> >                  (CONF.xine, CONF.width, CONF.height)
> > 
> > XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'"
> > 
> > XINE_AO_DEV = 'alsa'                     # alsa or oss
> > 
> > 
> > I tried this
> > #
> > TV_OPTS = '-vo=x11 -framedrop '
> > 
> > but this doesn't work either
> 
> Can you post the logs for mplayer when it's failing?
> 
> John


mplayer std err  - logging level 9
[VO_XV] It seems there is no Xvideo support for your video card available.
[VO_XV] Run 'xvinfo' to verify its Xv support and read
[VO_XV] DOCS/HTML/en/video.html#xv!
[VO_XV] See 'mplayer -vo help' for other (non-xv) video out drivers.
[VO_XV] Try -vo x11.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Unsupported PixelFormat -1


MPlayer interrupted by signal 15 in module: decode_video
mplayer-stderr-0-1279440961.log (END) 

mplayer std out - logging level 9, same event as above
MPlayer SVN-r29142-4.3.3 (C) 2000-2009 MPlayer Team

Playing dvb://SBS HD.
dvb_tune Freq: 564500000

Cache fill:  0.00% (0 bytes)   
Cache fill:  8.79% (368640 bytes)   
Cache fill: 15.43% (647168 bytes)   
TS file format detected.
VIDEO MPEG2(pid=102) AUDIO MPA(pid=103) NO SUBS (yet)!  PROGRAM N. 0
VIDEO:  MPEG2  1280x720  (aspect 3)  50.000 fps  90000.0 kbps (11250.0 
kbyte/s)
[VO_SDL] Using driver: x11.
Opening video filter: [pp=de/fd]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 1280 x 720 (preferred colorspace: Mpeg PES)
[PP] Using external postprocessing filter, max q = 6.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
[PP] Using external postprocessing filter, max q = 6.
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
VDec: vo config request - 1280 x 720 (preferred colorspace: Planar YV12)
[PP] Using external postprocessing filter, max q = 6.
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [sdl] 1280x720 => 1280x720 Planar YV12  [fs]
[VO_SDL] Info - please use -vm or -zoom to switch to the best resolution.
~
~
~
(END) 

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to