Page 1 of 1

xwinwrap modules

Posted: 19 Jan 2012, 13:02
by imam
Can xwinwrap run on Porteus 1.1 x86_64? is there a module for it? thanks :)

Re: xwinwrap modules

Posted: 19 Jan 2012, 14:45
by fanthom

Re: xwinwrap modules

Posted: 21 Jan 2012, 23:37
by imam
Thanks fanthom.. :)

It works, but I dont know how to use xwinwrap to replacing an original desktop wallpaper and play repeately,

Code: Select all

root@porteus:~# xwinwrap -ni -o 0.6 -fs -s -st -sp -b -nf -- mplayer -wid WID -quiet /root/Mystic_Tree.wmv
MPlayer SVN-r34180-4.5.1 (C) 2000-2011 MPlayer Team

Playing /root/Mystic_Tree.wmv.
ASF file format detected.
[asfheader] Video stream found, -vid 1
VIDEO:  [WVC1]  1280x720  24bpp  1000.000 fps  7000.0 kbps (854.5 kbyte/s)
Clip info:
 title: 
 author: 
 copyright: 
 comments: 
Load subtitles in /root/
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
==========================================================================
Requested video codec family [wmvvc1dmo] (vfm=dmo) not available.
Enable it at compilation.
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Unsupported PixelFormat 61
Unsupported PixelFormat 61
[VD_FFMPEG] Trying pixfmt=0.
Unsupported PixelFormat 61
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
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.
[VD_FFMPEG] Trying pixfmt=1.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
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.
[VD_FFMPEG] Trying pixfmt=2.
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 1280x720 => 1280x720 Planar YV12 
Selected video codec: [ffvc1] vfm: ffmpeg (FFmpeg WVC1)
==========================================================================
Audio: no sound
Starting playback...
Unsupported PixelFormat 61
Unsupported PixelFormat 61
[VD_FFMPEG] Trying pixfmt=0.
Unsupported PixelFormat 61
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
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.
[VD_FFMPEG] Trying pixfmt=1.
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
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.
[VD_FFMPEG] Trying pixfmt=2.
Movie-Aspect is undefined - no prescaling applied.
VO: [xv] 1280x720 => 1280x720 Planar YV12 


Exiting... (End of file)
mplayer died, exit status 0

[code]

Re: xwinwrap modules

Posted: 23 Jan 2012, 17:53
by fanthom
got it to work on my PC but after playing with options i couldn't do it again till i have restarted Xorg session.
try once again and do not mess with it too much :)

you could use

Code: Select all

mplayer -loop 0 video_file
to play video repeatedly.

Cheers