libxine
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4
Video::Xine 0.02
Video::Xine is a Perl interface to libxine. more>>
Video::Xine is a Perl interface to libxine.
SYNOPSIS
use Video::Xine;
# Create and initialize the Xine object
my $xine = Video::Xine->new(
config_file => "$ENV{HOME}/.xine/config",
);
# Load a video driver
my $video_driver = Video::Xine::Driver::Video->new($xine,"auto",1,$x11_visual);
# Create a new stream (put your video driver under $DRIVER)
my $stream = $xine->stream_new(undef,$DRIVER);
# Open a file on the stream
$stream->open(file://my/movie/file.avi)
or die "Couldnt open stream: ", $stream->get_error();
# Get the current position (0 .. 65535), position in time, and length
# of stream in milliseconds
my ($pos, $pos_time, $length_time) = $stream->get_pos_length();
# Start the stream playing
$stream->play()
or die "Couldnt play stream: ", $xine->get_error();
# Play the stream to the end
while ( $stream->get_status() == XINE_STATUS_PLAY ) {
sleep(1);
}
A perl interface to Xine, the Linux movie player. More properly, an interface to libxine, the development library. Requires installation of libxine.
Xine by itself does not provide a user interface, and neither does this interface. Instead, you must set up the window using your own windowing code, and pass the window information to Xine.
<<lessSYNOPSIS
use Video::Xine;
# Create and initialize the Xine object
my $xine = Video::Xine->new(
config_file => "$ENV{HOME}/.xine/config",
);
# Load a video driver
my $video_driver = Video::Xine::Driver::Video->new($xine,"auto",1,$x11_visual);
# Create a new stream (put your video driver under $DRIVER)
my $stream = $xine->stream_new(undef,$DRIVER);
# Open a file on the stream
$stream->open(file://my/movie/file.avi)
or die "Couldnt open stream: ", $stream->get_error();
# Get the current position (0 .. 65535), position in time, and length
# of stream in milliseconds
my ($pos, $pos_time, $length_time) = $stream->get_pos_length();
# Start the stream playing
$stream->play()
or die "Couldnt play stream: ", $xine->get_error();
# Play the stream to the end
while ( $stream->get_status() == XINE_STATUS_PLAY ) {
sleep(1);
}
A perl interface to Xine, the Linux movie player. More properly, an interface to libxine, the development library. Requires installation of libxine.
Xine by itself does not provide a user interface, and neither does this interface. Instead, you must set up the window using your own windowing code, and pass the window information to Xine.
Download (0.63MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1204 downloads
Sinek 0.7
Sinek is a GTK+ video/audio player, capable of supporting all formats libxine supports. more>>
Sinek is a GTK+ video/audio player, capable of supporting all formats libxine supports. At the moment, this includes; Audio MPEG 1, 2, and 3, Vorbis (.ogg), Video MPEG 1 and 2, MPEG 4 (aka OpenDivX), MS MPEG 4 (aka DivX) and motion jpeg.
One of the main differences between Sinek and other popular multimedia players is that it doesnt use skins; instead, it has a standard GTK+ interface. In other words, it works with your GTK+ theme.
Main features:
- scriptable with scheme language,
- supports text subtitles,
- you can adjust font (any X font!) and placement of subtitles on the fly,
- playlist with repeat, repeat current, and shuffle options,
- configurable key bindings,
- changing the volume with the mouse wheel,
Enhancements:
- playlist.c: playlist dont repeat when repeat_list mode isnt active.
- doubleclick and play button dont remove entries from list anymore (workaround for gtk_tree_selection_selected_foreach limitation).
<<lessOne of the main differences between Sinek and other popular multimedia players is that it doesnt use skins; instead, it has a standard GTK+ interface. In other words, it works with your GTK+ theme.
Main features:
- scriptable with scheme language,
- supports text subtitles,
- you can adjust font (any X font!) and placement of subtitles on the fly,
- playlist with repeat, repeat current, and shuffle options,
- configurable key bindings,
- changing the volume with the mouse wheel,
Enhancements:
- playlist.c: playlist dont repeat when repeat_list mode isnt active.
- doubleclick and play button dont remove entries from list anymore (workaround for gtk_tree_selection_selected_foreach limitation).
Download (0.24MB)
Added: 2006-07-18 License: GPL (GNU General Public License) Price:
1195 downloads
Lumiere 0.5
Lumiere is a GNOME frontend to libxine from the xine project. more>>
Lumiere is a GNOME frontend to libxine from the xine project. It has the looks of XMMS or Winamp and integrates seemlessly with the Gnome Desktop.
Lumiere is a media player, it just plays audio and video files. It is meant to work with Linux and alikes, not Windows.
Lumiere is a GNOME frontend to libxine from the xine project. It has the looks of XMMS or Winamp and integrates seemlessly with the Gnome Desktop. It uses most of the Gnome technologies available (Intercommunication, configuration registry, session management...).
Lumiere features a player with playlist management, visual effects, notification icon, a server mode. It can be used as a Nautilus "Viewer" and registers itself with the right-click menu of nautilus.
Lumiere depends on libxine to play medias, it will play only what is supported by your libxine (a default installation should handle most media types).
Lumiere is not aggressive with your computer, it needs little resources (if you use GNOME) and will not keep a hand on your audia or video hardware when not playing.
Main features:
- Play mp3, ogg, DivX;-), DVDs, Audio CDs...
- Integrate fully with the Gnome desktop (mime-types, dragn drop, notification area...)
- Keep it it memory, it wont keep your audio or XVideo devices busy
- Use it with Mozilla or Galeon, through mozilla-bonobo
- Hey, it follows mostly the "Human Interface Guidelines" from freedesktop.org, this means standard key shortcuts, standard menus, application registry registration, standard secondary windows... It works fine with Gnopernicus screen reader.
- It is time to throw away XMMS...
<<lessLumiere is a media player, it just plays audio and video files. It is meant to work with Linux and alikes, not Windows.
Lumiere is a GNOME frontend to libxine from the xine project. It has the looks of XMMS or Winamp and integrates seemlessly with the Gnome Desktop. It uses most of the Gnome technologies available (Intercommunication, configuration registry, session management...).
Lumiere features a player with playlist management, visual effects, notification icon, a server mode. It can be used as a Nautilus "Viewer" and registers itself with the right-click menu of nautilus.
Lumiere depends on libxine to play medias, it will play only what is supported by your libxine (a default installation should handle most media types).
Lumiere is not aggressive with your computer, it needs little resources (if you use GNOME) and will not keep a hand on your audia or video hardware when not playing.
Main features:
- Play mp3, ogg, DivX;-), DVDs, Audio CDs...
- Integrate fully with the Gnome desktop (mime-types, dragn drop, notification area...)
- Keep it it memory, it wont keep your audio or XVideo devices busy
- Use it with Mozilla or Galeon, through mozilla-bonobo
- Hey, it follows mostly the "Human Interface Guidelines" from freedesktop.org, this means standard key shortcuts, standard menus, application registry registration, standard secondary windows... It works fine with Gnopernicus screen reader.
- It is time to throw away XMMS...
Download (0.69MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1565 downloads
kxmame 2.0-svn20070603
kxmame is a KDE port of GXmame frontend for xmame emulator. more>>
kxmame is a KDE port of GXmame frontend for xmame emulator. kxmame is fully compartible with gxmame.
Main features:
- Customizable game icon size.
- Customizable toolbar.
- Fast, reponsive compared to gxmame
Whats New in 1.2 Release:
- Use kaffeine kparts (dynamically loaded) instead of xine for video previews. As a result, users dont need libxine-devel or kaffeine installed when compiling kxmame.
- Fix a few small bugs due to the introduction of video previews in 1.2-rc.
Whats New in 2.0-svn20070531 Release:
- This is a snapshot from current kxmame development. New from kxmame-2.0-beta includes sdlmame support from Sven Gothel and xmame/xmess 0.106 bug fix from Brandon Corey. Plus many smaller bug fixes.
<<lessMain features:
- Customizable game icon size.
- Customizable toolbar.
- Fast, reponsive compared to gxmame
Whats New in 1.2 Release:
- Use kaffeine kparts (dynamically loaded) instead of xine for video previews. As a result, users dont need libxine-devel or kaffeine installed when compiling kxmame.
- Fix a few small bugs due to the introduction of video previews in 1.2-rc.
Whats New in 2.0-svn20070531 Release:
- This is a snapshot from current kxmame development. New from kxmame-2.0-beta includes sdlmame support from Sven Gothel and xmame/xmess 0.106 bug fix from Brandon Corey. Plus many smaller bug fixes.
Download (0.92MB)
Added: 2007-06-09 License: GPL (GNU General Public License) Price:
891 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above libxine search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed