
xwinwrap modules
xwinwrap modules
Can xwinwrap run on Porteus 1.1 x86_64? is there a module for it? thanks 

- fanthom
- Moderator Team
- Posts: 5618
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: xwinwrap modules
added to the official repo:
http://ponce.cc/porteus/x86_64/modules/ChangeLog.txt
http://ponce.cc/porteus/x86_64/modules/ChangeLog.txt
Please add [Solved] to your thread title if the solution was found.
Re: xwinwrap modules
Thanks fanthom.. 
It works, but I dont know how to use xwinwrap to replacing an original desktop wallpaper and play repeately,

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]
- fanthom
- Moderator Team
- Posts: 5618
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: xwinwrap modules
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
to play video repeatedly.
Cheers
try once again and do not mess with it too much

you could use
Code: Select all
mplayer -loop 0 video_file
Cheers
Please add [Solved] to your thread title if the solution was found.