xwinwrap modules

If you are looking for a specific 64-bit package and you can't find it in any of the 64-bit repos, please post a request for it here
User avatar
imam
White ninja
White ninja
Posts: 27
Joined: 11 Dec 2011, 04:17
Location: Indonesia

xwinwrap modules

Post#1 by imam » 19 Jan 2012, 13:02

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

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: xwinwrap modules

Post#2 by fanthom » 19 Jan 2012, 14:45

Please add [Solved] to your thread title if the solution was found.

User avatar
imam
White ninja
White ninja
Posts: 27
Joined: 11 Dec 2011, 04:17
Location: Indonesia

Re: xwinwrap modules

Post#3 by imam » 21 Jan 2012, 23:37

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]

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: xwinwrap modules

Post#4 by fanthom » 23 Jan 2012, 17:53

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
Please add [Solved] to your thread title if the solution was found.

Post Reply