asf
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 41
Video::Info::ASF 0.993
Video::Info::ASF is a Perl module for ASF files atributes. more>>
Video::Info::ASF is a Perl module for ASF files for attributes like:
-video codec
-audio codec
-frame height
-frame width
-frame count
and more!
SYNOPSIS
use Video::Info::ASF;
my $video;
$video = Video::Info::ASF->new(-file=>$filename); #like this
$video->vcodec; #video codec
$video->acodec; #audio codec
...
ASF stands for Advanced Systems Format, in case you were wondering. It used to stand for Active Streaming Format, but Microsoft decided to change it. This type of file is primarily used to store audio & video data for local or streaming playback. It can also be embedded with commands (to launch a web browser, for instance), for an "immersive" experience. ASF is similar in structure to RIFF. (See RIFF::Info). The morbidly curious can find out more below in REFERENCES.
<<less-video codec
-audio codec
-frame height
-frame width
-frame count
and more!
SYNOPSIS
use Video::Info::ASF;
my $video;
$video = Video::Info::ASF->new(-file=>$filename); #like this
$video->vcodec; #video codec
$video->acodec; #audio codec
...
ASF stands for Advanced Systems Format, in case you were wondering. It used to stand for Active Streaming Format, but Microsoft decided to change it. This type of file is primarily used to store audio & video data for local or streaming playback. It can also be embedded with commands (to launch a web browser, for instance), for an "immersive" experience. ASF is similar in structure to RIFF. (See RIFF::Info). The morbidly curious can find out more below in REFERENCES.
Download (0.62MB)
Added: 2006-07-21 License: Perl Artistic License Price:
1226 downloads
SopCast 1.0.2
SopCast is a simple, free way to broadcast video and audio or watch the video and listen to radio on the Internet. more>>
SopCast is a simple, free way to broadcast video and audio or watch the video and listen to radio on the Internet. Adopting P2P(Peer-to-Peer) technology, It is very efficient and easy to use.
Let anyone become a broadcaster without the costs of a powerful server and vast bandwidth. You can build your own TV stations comparable with large commercial sites with minimal resources.
With SopCast, you can serve 10,000 online users with a PC and a home broadband connection
Main features:
- Get stream data from many nodes on the SOP network at the same time(P2P transfer), make the channel more available and stable.
- Build your own channels and broadcast it over the Internet.
- Streaming many stream file types, asf, wmv, rm, rmvb. etc.
- Support for loop file playing.
- A build-in TV station retransmit the channels from other stream media servers.
- Support for many stream network transfer protocol. mms, rtsp, http etc.
- Monitor broadcast source quality and channel quality to help audiences to select a appropriate channel.
- Record the clips when you are watching it.
- Total memory cache, no harm to the harddisk.
- Support for authentication on both the broadcaster and the audiences.
- Support multiple channels broadcast on the same server.
- Small green software, no registry change, no system file change.
- Support URL visit. You can place your URL in your website and the others can earier to view your media.
<<lessLet anyone become a broadcaster without the costs of a powerful server and vast bandwidth. You can build your own TV stations comparable with large commercial sites with minimal resources.
With SopCast, you can serve 10,000 online users with a PC and a home broadband connection
Main features:
- Get stream data from many nodes on the SOP network at the same time(P2P transfer), make the channel more available and stable.
- Build your own channels and broadcast it over the Internet.
- Streaming many stream file types, asf, wmv, rm, rmvb. etc.
- Support for loop file playing.
- A build-in TV station retransmit the channels from other stream media servers.
- Support for many stream network transfer protocol. mms, rtsp, http etc.
- Monitor broadcast source quality and channel quality to help audiences to select a appropriate channel.
- Record the clips when you are watching it.
- Total memory cache, no harm to the harddisk.
- Support for authentication on both the broadcaster and the audiences.
- Support multiple channels broadcast on the same server.
- Small green software, no registry change, no system file change.
- Support URL visit. You can place your URL in your website and the others can earier to view your media.
Download (0.40MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
115335 downloads
Avifile 0.7.43
Avifile is a compressed AVI file support library for x86 Linux. more>>
This project attempts to provide a working implementation of a few multimedia-related utilities for x86 Linux. At the time of its creation in May 2000 its primary goal was creation of video capture and recompression applications that would work with most popular AVI file format and newest data compression methods ( Indeo Video and variations of MPEG-4 for image compression and MPEG Layer-3/Windows Media Audio for sound ).
The core idea of the project was in using Win32 dynamic-link libraries in Linux environment. However, it has become most popular because of its side product - an AVI movie player that could play DivX ;-) movies in Linux with reasonable performance and stability. Since then most of work was done in this direction.
Now it supports a wide range of codecs ( compressors/decompressors ) such as DivX ;-), Indeo Video, I263, and others, able to show subtitles and perform video output using YUV overlays when necessary support from hardware and operating system is available.
It is also able to play most files in ASF format, and current development CVS code is capable of streaming ASF media over HTTP. The project is not intended to provide universal media framework for Linux, nor to do much more than what it currently does. Moreover, its mostly a proof-of-concept work. It was the first project that introduced the idea of using Windows DLLs and very limited ( ~50 Kbytes of code ) subset of Win32 API for audio/video (de)compression in *nix environments, the idea which is already reused in several other - more general - software projects.
It is the first project that extends that idea to the usage of DirectShow audio/video decoders for the same purpose ( by emulating DirectShow/DCOM environment from decoder point of view ). It is the only project that includes a player for files in Advanced Streaming Format. All these features are essential for the complete modern multimedia environment, and hopefully will become available in near future in such perspective architectures as Arts ( KDE ) or GStreamer ( Gnome ).
Aside from reusing the ideas, the project is used as is in a few media players for Linux, such as XMMS, XTheater or LAMP. The code of this project is distributed under General Public License version 2. Basically it means that you may do anything you want with this code, but if you want to redistribute it or any its derivatives, you have to do it under GPL and you have to make the source code available. For more details visit the site of Free Software Foundation.
Legal issues covering Win32 DLLs which accompany source code are a bit more complicated. These DLLs are freely available in the Internet ( exact URLs to most of them are available on this site ). For those DLLs which come with the license, their copyright owners allow using them at no cost if you do not disassemble, reverse-engineer them, etc. In some cases ( Indeo Video ) they explicitly allow to include these files into other projects under mentioned restrictions. Many DLLs are available without having to accept any license agreement at all ( DivX ;-), all DirectShow codecs ), what obviously means that any kind of activity with them is acceptable.
There is no warranty about the quality of this project. It is written mostly by one former university student with background in the area of Applied Physics in his spare time. I cannot even guarantee that it compiles properly on your system, because I dont have resources to test it on all existing distributions of Linux and flavors of Unix. I try to resolve the issues that Im informed about.
<<lessThe core idea of the project was in using Win32 dynamic-link libraries in Linux environment. However, it has become most popular because of its side product - an AVI movie player that could play DivX ;-) movies in Linux with reasonable performance and stability. Since then most of work was done in this direction.
Now it supports a wide range of codecs ( compressors/decompressors ) such as DivX ;-), Indeo Video, I263, and others, able to show subtitles and perform video output using YUV overlays when necessary support from hardware and operating system is available.
It is also able to play most files in ASF format, and current development CVS code is capable of streaming ASF media over HTTP. The project is not intended to provide universal media framework for Linux, nor to do much more than what it currently does. Moreover, its mostly a proof-of-concept work. It was the first project that introduced the idea of using Windows DLLs and very limited ( ~50 Kbytes of code ) subset of Win32 API for audio/video (de)compression in *nix environments, the idea which is already reused in several other - more general - software projects.
It is the first project that extends that idea to the usage of DirectShow audio/video decoders for the same purpose ( by emulating DirectShow/DCOM environment from decoder point of view ). It is the only project that includes a player for files in Advanced Streaming Format. All these features are essential for the complete modern multimedia environment, and hopefully will become available in near future in such perspective architectures as Arts ( KDE ) or GStreamer ( Gnome ).
Aside from reusing the ideas, the project is used as is in a few media players for Linux, such as XMMS, XTheater or LAMP. The code of this project is distributed under General Public License version 2. Basically it means that you may do anything you want with this code, but if you want to redistribute it or any its derivatives, you have to do it under GPL and you have to make the source code available. For more details visit the site of Free Software Foundation.
Legal issues covering Win32 DLLs which accompany source code are a bit more complicated. These DLLs are freely available in the Internet ( exact URLs to most of them are available on this site ). For those DLLs which come with the license, their copyright owners allow using them at no cost if you do not disassemble, reverse-engineer them, etc. In some cases ( Indeo Video ) they explicitly allow to include these files into other projects under mentioned restrictions. Many DLLs are available without having to accept any license agreement at all ( DivX ;-), all DirectShow codecs ), what obviously means that any kind of activity with them is acceptable.
There is no warranty about the quality of this project. It is written mostly by one former university student with background in the area of Applied Physics in his spare time. I cannot even guarantee that it compiles properly on your system, because I dont have resources to test it on all existing distributions of Linux and flavors of Unix. I try to resolve the issues that Im informed about.
Download (2.9MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1639 downloads
File2Divx3Pass 2.3
File2Divx3Pass is a Perl-GTK frontend to mencoder for encoding media file to MPEG4. more>>
File2Divx3Pass is a Perl-GTK frontend to mencoder for encoding media file to MPEG4.
It can encode any media file supported by mencoder to DiVX, in 1-, 2- or 3-pass encoding.
You can create new, save and load projects and you can batch encode your projects. It also has an automatic video bitrate and bits per pixel calculator.
File2DiVX3Pass2 is a Gtk2 version, with the same functionality as the Gtk version. I have added some new features (see changelog). Formats tested by me that work: MPEG-1, MPEG-2, DiVX, WMV, ASF, RM, MOV, DAT, CUE/BIN and OGM.
<<lessIt can encode any media file supported by mencoder to DiVX, in 1-, 2- or 3-pass encoding.
You can create new, save and load projects and you can batch encode your projects. It also has an automatic video bitrate and bits per pixel calculator.
File2DiVX3Pass2 is a Gtk2 version, with the same functionality as the Gtk version. I have added some new features (see changelog). Formats tested by me that work: MPEG-1, MPEG-2, DiVX, WMV, ASF, RM, MOV, DAT, CUE/BIN and OGM.
Download (0.029MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1213 downloads
mkiso 1.0
mkiso is a script that depends on the eMoviX software to convert media files. more>>
mkiso is a script that depends on the eMoviX software to convert media files.
eMoviX is a micro (7MB) Linux distro meant to be embedded in a CD together with all video/audio files you want. A CD burned with eMoviX will be able to boot and play automatically all of its files with MPlayer.
Supported formats are AVI (in particular DivX & XviD formats), MPEG, QuickTime, WMV, ASF, MP3, Ogg, and in general everything supported by MPlayer.
<<lesseMoviX is a micro (7MB) Linux distro meant to be embedded in a CD together with all video/audio files you want. A CD burned with eMoviX will be able to boot and play automatically all of its files with MPlayer.
Supported formats are AVI (in particular DivX & XviD formats), MPEG, QuickTime, WMV, ASF, MP3, Ogg, and in general everything supported by MPlayer.
Download (0.097MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
987 downloads
Kiss 0.0.1
Kiss is a simple and efficient media player based on the powerful GStreamer media framework. more>>
Kiss is a simple and efficient media player based on the powerful GStreamer media framework.
It supports all file formats supported by GStreamer, including Ogg (Theora, Vorbis, Speex, FLAC), ASF (WMV/WMA, ...), AVI (XviD, MJPEG, DivX ...), Quicktime (MPEG-4, Sorensen...), MPEG (1, 2, 4) and so on.
The primary purpose of Kiss is to be a simple example application. It includes a very simple, to-the-point video widget for GStreamer/KDE.
Kiss is simple, to-the-point and has no more features than are needed to playback media. It exists as a test-bed and a show-off method for GStreamer. If you are interested in using the Kiss codebase as a base for a fully-featured KDE media player, please do so. I will help development as much as I can. I will, however, not be able to maintain and develop this fully-featured player myself.
Main features:
- Support for all popular media formats, including Ogg, AVI, ASF, MPEG and Quicktime.
- Automatic size handling
- Full-screen support
<<lessIt supports all file formats supported by GStreamer, including Ogg (Theora, Vorbis, Speex, FLAC), ASF (WMV/WMA, ...), AVI (XviD, MJPEG, DivX ...), Quicktime (MPEG-4, Sorensen...), MPEG (1, 2, 4) and so on.
The primary purpose of Kiss is to be a simple example application. It includes a very simple, to-the-point video widget for GStreamer/KDE.
Kiss is simple, to-the-point and has no more features than are needed to playback media. It exists as a test-bed and a show-off method for GStreamer. If you are interested in using the Kiss codebase as a base for a fully-featured KDE media player, please do so. I will help development as much as I can. I will, however, not be able to maintain and develop this fully-featured player myself.
Main features:
- Support for all popular media formats, including Ogg, AVI, ASF, MPEG and Quicktime.
- Automatic size handling
- Full-screen support
Download (0.63MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1371 downloads
Synapse M1
Synapse is an ESB engine built completely on the Web Services standards on top of Apache Axis2. more>>
Synapse application is an ESB engine built completely on the Web Services standards on top of Apache Axis2.
It is a mediation framework for Web services that allows messages flowing through, into, or out of an organization to be mediated, including aspects such as logging, service lookup, performance mediation, versioning, failover, monitoring, fault management, and tracing.
Synapse is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
We have released a first Milestone M1. The release will supports:
- Simple mediation based on regex and xpath rules
- Onbound routing of messages
- Deploy simple Java mediators to perform logging, routing, message transform etc
- XSLT transformation of messages
- HTTP Proxy support
- Stages and in/out handling of messages
<<lessIt is a mediation framework for Web services that allows messages flowing through, into, or out of an organization to be mediated, including aspects such as logging, service lookup, performance mediation, versioning, failover, monitoring, fault management, and tracing.
Synapse is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
We have released a first Milestone M1. The release will supports:
- Simple mediation based on regex and xpath rules
- Onbound routing of messages
- Deploy simple Java mediators to perform logging, routing, message transform etc
- XSLT transformation of messages
- HTTP Proxy support
- Stages and in/out handling of messages
Download (6.1MB)
Added: 2006-01-25 License: The Apache License 2.0 Price:
1368 downloads
AVI Player for XMMS 1.2.3
AVI Player for XMMS is an AVI player plug-in for XMMS to play Windows AVI, DivX ;-), and ASF files. more>>
The AVI player is a plug-in for XMMS, giving it the ability to play Windows AVI (including DivX ;-)) and ASF files on your Linux or FreeBSD box.
You can simply add movies to your playlist and the plug-in will call aviplay to play the movie files. Many aviplay options are supported, such as fullscreen playback and true hardware acceleration on XFree86 4.x.x.
Enhancements:
- Included a stripped version of avifile 0.53.5 that compiles staticly into the plugin. This will make avi-xmms work no matter what avifile version you have installed on the system.
- Added wma and wmv support.
<<lessYou can simply add movies to your playlist and the plug-in will call aviplay to play the movie files. Many aviplay options are supported, such as fullscreen playback and true hardware acceleration on XFree86 4.x.x.
Enhancements:
- Included a stripped version of avifile 0.53.5 that compiles staticly into the plugin. This will make avi-xmms work no matter what avifile version you have installed on the system.
- Added wma and wmv support.
Download (0.68MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1606 downloads
nautilus-audio-convert 0.1
Nautilus-audio-convert is an extension of the Gnome desktop manager Nautilus. more>>
Nautilus-audio-convert is an extension of the Gnome desktop manager Nautilus. nautilus-audio-convert introduces contextual menus hen clicking on an audio file.
The new menus permit to convert the audio file into other audio formats.
Supported audio formats are:
- Microsoft ASF (input)
- Microsoft PCM Waves (input/output)
- Mpeg3 (input/output)
- Ogg Vorbis (input/output)
<<lessThe new menus permit to convert the audio file into other audio formats.
Supported audio formats are:
- Microsoft ASF (input)
- Microsoft PCM Waves (input/output)
- Mpeg3 (input/output)
- Ogg Vorbis (input/output)
Download (0.025MB)
Added: 2006-02-01 License: GPL (GNU General Public License) Price:
1365 downloads
Tracker 0.5.2
Tracker is a first class object database, extensible tag/metadata database, search tool and indexer. more>>
Tracker is a first class object database, extensible tag/metadata database, search tool and indexer.
It can trawl through your hard drive and index existing files and data stores.
It has been designed from the ground up to be very lightweight (the tracker daemon consumes ~4MB of RAM in typical use) yet at the same time very fast too.
It provides a comprehensive, persistent and extensible storage system that can store and index almost any object. These objects can also have extensible user defined metadata and tags to create rich first class objects.
First class object support includes:
- Files
- Documents
- Music
- Images
- Videos
- Text Files
- Development Files
- Playlists*
- Notes*
- Applications*
- People/Contacts*
- Emails*
- Conversations*
- Appointments*
- Tasks*
- Bookmarks and History*
- Projects*
(* these services are not currently indexed at the moment but will be in later versions)
Main features:
- Desktop-neutral design (its a freedesktop product built around other freedesktop technologies like DBus and XDGMime but contains no GNOME specific dependencies)
- Very memory efficient and non-leaking (typical RAM usage 4 - 6 MB). Unlike some other indexers, tracker is designed and built to run well on lower memory systems with typically 128MB or 256MB memory. It should even be efficient enough to use on some mobile devices.
- Non-bloated and written in C for maximum efficiency.
- Small size and minimal dependencies makes it easy to bundle into various distros including live cds.
- Fast indexing and unobtrusive - no need to index stuff overnight. Tracker runs at nice+10 so it should have a minimal impact on your system.
- Implements the freedesktop specification for metadata http://freedesktop.org/wiki/Standards/shared-filemetadata-spec
- Extracts embedded File, Image, Document and Audio type metadata from files.
- Extracts embedded metadata from HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and ID3v2), OGG, WAV, EXIV2, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF files
- Supports the WC3s RDF Query syntax for querying metadata
- Provides support for both free text search (like Beagle/Google) as well as structured searches using RDF Query
- Respond in real time to file system changes to keep its metadata database up to date and in synch
- Fully extendable with custom metadata - you can store, retrieve, register and search via RDF Query all your own custom metadata
- Can extract a files contents as plain text and index them
- Provides text filters for PDF, MS Office, OpenOffice (all versions), HTML and PS files.
- Can provide thumbnailing on the fly
<<lessIt can trawl through your hard drive and index existing files and data stores.
It has been designed from the ground up to be very lightweight (the tracker daemon consumes ~4MB of RAM in typical use) yet at the same time very fast too.
It provides a comprehensive, persistent and extensible storage system that can store and index almost any object. These objects can also have extensible user defined metadata and tags to create rich first class objects.
First class object support includes:
- Files
- Documents
- Music
- Images
- Videos
- Text Files
- Development Files
- Playlists*
- Notes*
- Applications*
- People/Contacts*
- Emails*
- Conversations*
- Appointments*
- Tasks*
- Bookmarks and History*
- Projects*
(* these services are not currently indexed at the moment but will be in later versions)
Main features:
- Desktop-neutral design (its a freedesktop product built around other freedesktop technologies like DBus and XDGMime but contains no GNOME specific dependencies)
- Very memory efficient and non-leaking (typical RAM usage 4 - 6 MB). Unlike some other indexers, tracker is designed and built to run well on lower memory systems with typically 128MB or 256MB memory. It should even be efficient enough to use on some mobile devices.
- Non-bloated and written in C for maximum efficiency.
- Small size and minimal dependencies makes it easy to bundle into various distros including live cds.
- Fast indexing and unobtrusive - no need to index stuff overnight. Tracker runs at nice+10 so it should have a minimal impact on your system.
- Implements the freedesktop specification for metadata http://freedesktop.org/wiki/Standards/shared-filemetadata-spec
- Extracts embedded File, Image, Document and Audio type metadata from files.
- Extracts embedded metadata from HTML, PDF, PS, OLE2 (DOC, XLS, PPT), OpenOffice (sxw), StarOffice (sdw), DVI, MAN, MP3 (ID3v1 and ID3v2), OGG, WAV, EXIV2, JPEG, GIF, PNG, TIFF, DEB, RPM, TAR(.GZ), ZIP, ELF, REAL, RIFF (AVI), MPEG, QT and ASF files
- Supports the WC3s RDF Query syntax for querying metadata
- Provides support for both free text search (like Beagle/Google) as well as structured searches using RDF Query
- Respond in real time to file system changes to keep its metadata database up to date and in synch
- Fully extendable with custom metadata - you can store, retrieve, register and search via RDF Query all your own custom metadata
- Can extract a files contents as plain text and index them
- Provides text filters for PDF, MS Office, OpenOffice (all versions), HTML and PS files.
- Can provide thumbnailing on the fly
Download (1.3MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1068 downloads
PACPL-KI 1.0.2
PACPL-KI is a Perl Audio Converter Kommander Interface. more>>
PACPL-KI is a Perl Audio Converter Kommander Interface.
Supported Encode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, ra
Supported Decode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, wma, ra, ram
Supported video to audio (decode only):
rm, rv, asf, avi, divx,mkv, mpg, mpeg, mov, ogm, qt, vcd, vob, wmv, flv
Main features:
- CD ripping to any of the Supported Encode Formats with CDDB support for naming / tagging, and naming scheme selection.
- Recursive directory conversions.
- Optional directory preservation when recursively converting a directory.
- Optional bitrate/quality selection before encoding via "Encoder Options".
<<lessSupported Encode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, ra
Supported Decode Formats:
mp2, mp3, ogg, flac, fla, ape, shn, aac, m4a, mp4, mpc, mpp, wv, ofr, ofs, tta, pac, lpac, kxs, wav, aiff, au, snd, raw, voc, smp, avr, cdr, ac3, la, bonk, wma, ra, ram
Supported video to audio (decode only):
rm, rv, asf, avi, divx,mkv, mpg, mpeg, mov, ogm, qt, vcd, vob, wmv, flv
Main features:
- CD ripping to any of the Supported Encode Formats with CDDB support for naming / tagging, and naming scheme selection.
- Recursive directory conversions.
- Optional directory preservation when recursively converting a directory.
- Optional bitrate/quality selection before encoding via "Encoder Options".
Download (0.014MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
976 downloads
Enfle 20070529
Enfle is a simple and fast graphic viewer/sound player/movie player. more>>
Enfle is a simple and fast graphic viewer/sound player/movie player. It doesnt have a GUI interface.
Enfle project supports these file types: BMP, GIF, PCX, PNG, PNM, JPEG, XBM, JPEG2000, XPM, animated GIF, MNG MPEG (mpeg1, mpeg2), AVI, Ogg, ogm, Vorbis, ASF, and WMV (codecs supported by avcodec and Windows DMO).
Installation:
Basically, type ./configure && make, thats all. If you get some error messages, please let me know with config.log, your environment, or such useful information.
After successfully compiled, type make install.
You can pass several options to configure script. You can see help message by typing ./configure --help.
Plugins are compiled as a shared object. Filename should end with .so. If you get not .so but only .a, the chances are your system
cannot/dont create shared object.
If youd like to enable susie plugin extension, add --enable-spi. If youd like to enable libungif, add --with-ungif.
Put Susie plugins on the directory specified by spi/dir in configuration file. It might be able to decode pictures, or might fail to decode, or even might fail to load. Your mileage may vary. Please inform me of your result.
Enhancements:
- Bilinear image size reduction was implemented.
- Xv was enabled for JPEG images.
- cache_memsize_max support was added.
- New options were added: --minwidth(-X) and minheight(-Y).
- A new TGA loader plugin was added.
<<lessEnfle project supports these file types: BMP, GIF, PCX, PNG, PNM, JPEG, XBM, JPEG2000, XPM, animated GIF, MNG MPEG (mpeg1, mpeg2), AVI, Ogg, ogm, Vorbis, ASF, and WMV (codecs supported by avcodec and Windows DMO).
Installation:
Basically, type ./configure && make, thats all. If you get some error messages, please let me know with config.log, your environment, or such useful information.
After successfully compiled, type make install.
You can pass several options to configure script. You can see help message by typing ./configure --help.
Plugins are compiled as a shared object. Filename should end with .so. If you get not .so but only .a, the chances are your system
cannot/dont create shared object.
If youd like to enable susie plugin extension, add --enable-spi. If youd like to enable libungif, add --with-ungif.
Put Susie plugins on the directory specified by spi/dir in configuration file. It might be able to decode pictures, or might fail to decode, or even might fail to load. Your mileage may vary. Please inform me of your result.
Enhancements:
- Bilinear image size reduction was implemented.
- Xv was enabled for JPEG images.
- cache_memsize_max support was added.
- New options were added: --minwidth(-X) and minheight(-Y).
- A new TGA loader plugin was added.
Download (1.7MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
880 downloads
Aldegonde 0.0.1
Aldegonde is a simple and efficient media player based on the powerful GStreamer media framework. more>>
Aldegonde is a simple and efficient media player based on the powerful GStreamer media framework.
It supports all file formats supported by GStreamer, including Ogg (Theora, Vorbis, Speex, FLAC), ASF (WMV/WMA, ...), AVI (XviD, MJPEG, DivX ...), Quicktime (MPEG-4, Sorensen, ...), MPEG (1, 2, 4) and so on.
It will also play audio-CDs, video-CDs and DVDs. The primary purpose of Aldegonde is to be a simple example application. It includes a very simple, to-the-point Gtk+ video widget for GStreamer, and it also contains code for automatic disc content detection (VCD, DVD, audio-CD).
The whole of Aldegonde is basically a test bed for features in Totem, which is the official GNOME video/media player.
Main features:
- Support for all popular media formats, including Ogg, AVI, ASF, MPEG and Quicktime.
- Automatic disc content detection. Insert an audio-CD, DVD or VCD and Aldegonde will automatically detect disc type and load the appropriate playback backend.
- Automatic size handling
- Metadata loading support
- Full-screen support
<<lessIt supports all file formats supported by GStreamer, including Ogg (Theora, Vorbis, Speex, FLAC), ASF (WMV/WMA, ...), AVI (XviD, MJPEG, DivX ...), Quicktime (MPEG-4, Sorensen, ...), MPEG (1, 2, 4) and so on.
It will also play audio-CDs, video-CDs and DVDs. The primary purpose of Aldegonde is to be a simple example application. It includes a very simple, to-the-point Gtk+ video widget for GStreamer, and it also contains code for automatic disc content detection (VCD, DVD, audio-CD).
The whole of Aldegonde is basically a test bed for features in Totem, which is the official GNOME video/media player.
Main features:
- Support for all popular media formats, including Ogg, AVI, ASF, MPEG and Quicktime.
- Automatic disc content detection. Insert an audio-CD, DVD or VCD and Aldegonde will automatically detect disc type and load the appropriate playback backend.
- Automatic size handling
- Metadata loading support
- Full-screen support
Download (0.33MB)
Added: 2006-03-02 License: GPL (GNU General Public License) Price:
1332 downloads
XMMPlayer 0.3.3
XMMPlayer is an input plugin for XMMS that allows you to play video files from within XMMS using MPlayer as a back-end. more>>
XMMPlayer is an input plugin for XMMS that allows you to play video files from within XMMS using MPlayer as a back-end. Easy, plain and simple. Just add the files you wish to play to the XMMS playlist and hit "play".
XMMPlayer currently detects AVI/MPEG, QuickTime, RealMedia, .BIN and ASF(WMV, WMA) files by identifying them using file-signatures ("magic"). OGG movies are detected by their extension (".OGM").
Please remember that is product is still in beta-stage and may not work on all systems and with all video files MPlayer supports. See the README section below for more info.
Main features:
- local file playback of AVI, MPEG, QuickTime and OGG movies using
- MPlayer
- playback of HTTP and MMS media streams (see below)
- Playback of (individual) VCD tracks or DVD titles (see below)
- Shows info (length, audio-(nit)rate / channels) in XMMS
- uses magic to detect AVI, MPEG, RealMedia and QuickTime movies (checks for .ogm extension to detect OGG movies, this to avoid MPlayer playing OGG sound files, which have the same magic identifier)
- pause and seek in files from within xmms
- Constant, skinned and dockable video window (can be turned off in options)
<<lessXMMPlayer currently detects AVI/MPEG, QuickTime, RealMedia, .BIN and ASF(WMV, WMA) files by identifying them using file-signatures ("magic"). OGG movies are detected by their extension (".OGM").
Please remember that is product is still in beta-stage and may not work on all systems and with all video files MPlayer supports. See the README section below for more info.
Main features:
- local file playback of AVI, MPEG, QuickTime and OGG movies using
- MPlayer
- playback of HTTP and MMS media streams (see below)
- Playback of (individual) VCD tracks or DVD titles (see below)
- Shows info (length, audio-(nit)rate / channels) in XMMS
- uses magic to detect AVI, MPEG, RealMedia and QuickTime movies (checks for .ogm extension to detect OGG movies, this to avoid MPlayer playing OGG sound files, which have the same magic identifier)
- pause and seek in files from within xmms
- Constant, skinned and dockable video window (can be turned off in options)
Download (0.30MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1284 downloads
VDR MP3/MPlayer Extensions 0.10.0
VDR MP3/MPlayer Extensions let you play MP3s with Video Disk Recorder and provide a frontend for MPlayer. more>>
VDR MP3/MPlayer Extensions let you play MP3s with Video Disk Recorder and provide a frontend for MPlayer so you can use a DVB card to play files in formats like AVI, ASF, QT, MOV, VIVO, FLI, and FLC.
VDR MP3 plugin adds sound playback capability to VDR by Klaus Schmidinger.
Supported audio codecs:
- libmad Supports MPEG-1/2/2.5 with layers 1/2/3.
- libsndfile Supports MS WAV/A-law/u-law; Apple/SGI AIFF/AIFC; Sun/NeXT AU/SND; Amiga IFF/8SVX/16SV and more.
- libvorbis Supports Vorbis/Ogg.
The MP3 plugin is distributed as a dual-plugin together with the MPlayer plugin. The different audio codecs require additional support libraries.
VDR MPlayer plugin adds the ability to call MPlayer from within VDR (by Klaus Schmidinger), allowing to replay all video formats supported by MPlayer over your DVB card.
Note: for most formats MPlayer has to do on-the-fly transcoding to MPEG1. This requires a decent CPU to work (>1Ghz). It may work with slower CPUs if you tune down the transcoding quality.
The MPlayer plugin is distributed as a dual-plugin together with the MP3 plugin.
<<lessVDR MP3 plugin adds sound playback capability to VDR by Klaus Schmidinger.
Supported audio codecs:
- libmad Supports MPEG-1/2/2.5 with layers 1/2/3.
- libsndfile Supports MS WAV/A-law/u-law; Apple/SGI AIFF/AIFC; Sun/NeXT AU/SND; Amiga IFF/8SVX/16SV and more.
- libvorbis Supports Vorbis/Ogg.
The MP3 plugin is distributed as a dual-plugin together with the MPlayer plugin. The different audio codecs require additional support libraries.
VDR MPlayer plugin adds the ability to call MPlayer from within VDR (by Klaus Schmidinger), allowing to replay all video formats supported by MPlayer over your DVB card.
Note: for most formats MPlayer has to do on-the-fly transcoding to MPEG1. This requires a decent CPU to work (>1Ghz). It may work with slower CPUs if you tune down the transcoding quality.
The MPlayer plugin is distributed as a dual-plugin together with the MP3 plugin.
Download (0.11MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
870 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above asf 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