quicktime standalone
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 373
Quicktime for Linux 2.2
Quicktime for Linux is Quicktime support for Unix. more>>
Quicktime for Linux lets you read and write Quicktime movies using several codecs. There are many Quicktime libraries for Linux; this one emphasizes reliability and accuracy while not stressing economy.
Also included are frontends to several of the codecs which dont require Quicktime encapsulation, header dump, chunk extraction, and recovery tools.
Enhancements:
- Selectively caching GOP frames to speed up reverse playback. Library upgrades for x264 and ffmpeg.
<<lessAlso included are frontends to several of the codecs which dont require Quicktime encapsulation, header dump, chunk extraction, and recovery tools.
Enhancements:
- Selectively caching GOP frames to speed up reverse playback. Library upgrades for x264 and ffmpeg.
Download (28.5MB)
Added: 2006-07-03 License: LGPL (GNU Lesser General Public License) Price:
1251 downloads
Quicktime 4 for Linux 2.2
Access uncompressed Quicktime movies the easy way. more>> Quicktime 4 Linux was the first convenient way to read and write uncompressed Quicktime movies on Linux. Today Quicktime 4 Linux is intended mainly for content creation and uncompressed movies. These usually arise during the production phase and not the distribution phase of a movie. It has improvements in colormodel support, bit depth, accuracy, reliability, and codecs, while not stressing economy.
FEATURES
Quicktime 4 Linux is the foundation for many of the features of Cinelerra. It includes several front ends to encoders and decoders which are used by applications directly.
DV FRONT END
Included in Quicktime for Linux is a front end for the libdv engine. This front end was started when libdv was really crude. Since then, libdv has gotten better but the abstraction layer remains.
JPEG FRONT END
A parallel JPEG engine using libjpeg is implemented with a front end. This uses 2 processors for field based JPEG compression and 1 processor for frame based compression. It also supports some common marker operations.
COLORSPACE CONVERSION
A general colorspace converter implements colorspace conversion with nearest neighbor scaling for the large number of nonstandard colorspaces that Cinelerra uses.
STEP UP TO THE MICROSOFT
Quicktime 4 Linux reads and writes some AVI files. AVI support has grown over the years, since this is of course the standard on Linux, but is continuously evolving since AVI is not consistent. Currently it reads and writes reasonably compatible AVI files less than or greater than 2GB. The AVI mode supports MJPG, DV, and some compressed codecs.
CODECS
Be aware of one thing: Quicktime for Linux wont read any of the movies you download from the internet. Quicktime is a wrapper for many different kinds of compression formats. What you knew as "Quicktime 4", "Quicktime 5", "Quicktime 6", are really different distributions of compression formats. The codecs we support are mainly uncompressed.<<less
Download (7.59MB)
Added: 2009-04-24 License: Freeware Price: Free
204 downloads
Libquicktime 1.0.0
Libquicktime is a library for reading and writing quicktime files. more>>
Libquicktime is a library for reading and writing quicktime files.
Note: libquicktime is in no way related to the original quicktime software, which can be found here. You should not expect all quicktime files created by original software to be playable by libquicktime or vice versa. You might, however, be lucky in some cases.
Furthermore, its is no longer a development goal to support as many codecs as possible. Instead we want to keep things simple and provide a library, which can create reasonable compatible Quicktime and AVI files either uncompressed (for high-end or production applications) or with decent compression codecs for end user applications.
On the decoder side, the goal is that libquicktime should at least be able to decode its own files. If other decoders can be added with a reasonable amount of labour, they will be supported as well. If you are looking for a general purpose library, which supports other formats than Quicktime/AVI and many more codecs, try gmerlin_avdecoder or ffmpeg.
Main features:
- Sourcetree upgraded with autoconf/automake/libtool and all the other stuff, people like in "standard" linux libraries.
- All 3rd party libraries (jpeg, OggVorbis) were removed to reduce download size, compilation time and code duplication on users harddisks. Instead, the sytemwide installed libaries are autodetected by the configure script.
- All codecs have been moved into dynamically loadable modules. This makes it possible to distribute closed source codecs (or codecs with an incompatible license) as separate packages.
- Unlike other quicktime libraries, we are source compatible with quicktime4linux.
- The codecs themselves are also source compatible with quicktime4linux, so porting codecs between quicktime4linux and libquicktime requires only little brain load.
- Special API extensions allow access to the codec registry. Applications can get important information about the codecs, their settable parameters etc. at runtime.
- Libquicktime 0.9.4 introduced support for handling QTVR files. QTVR is a technology to store panoramas and interactive "3D pictures" (Object Movies) in Quicktime files. For more information check out this document.
- The current implementation allows developers to write applications that display and/or create QTVR V1.0 object movies and panoramas.
Although its usable there are a few limitations:
- the newer versions of the QTVR format arent supported (yet)
- no multinode support
- no abstraction of the movie structure. That means the application writer has to take care of which frame to decode when (object movies) and how to piece them together (panoramas) (see http://developer.apple.com/technotes/tn/tn1036.html and http://developer.apple.com/technotes/tn/tn1035.html for information about that)
- no documentation
Enhancements:
- Support for text tracks. These can be either Subtitles or Chapters.
- Lots of fixes
- gettext support, German translation.
<<lessNote: libquicktime is in no way related to the original quicktime software, which can be found here. You should not expect all quicktime files created by original software to be playable by libquicktime or vice versa. You might, however, be lucky in some cases.
Furthermore, its is no longer a development goal to support as many codecs as possible. Instead we want to keep things simple and provide a library, which can create reasonable compatible Quicktime and AVI files either uncompressed (for high-end or production applications) or with decent compression codecs for end user applications.
On the decoder side, the goal is that libquicktime should at least be able to decode its own files. If other decoders can be added with a reasonable amount of labour, they will be supported as well. If you are looking for a general purpose library, which supports other formats than Quicktime/AVI and many more codecs, try gmerlin_avdecoder or ffmpeg.
Main features:
- Sourcetree upgraded with autoconf/automake/libtool and all the other stuff, people like in "standard" linux libraries.
- All 3rd party libraries (jpeg, OggVorbis) were removed to reduce download size, compilation time and code duplication on users harddisks. Instead, the sytemwide installed libaries are autodetected by the configure script.
- All codecs have been moved into dynamically loadable modules. This makes it possible to distribute closed source codecs (or codecs with an incompatible license) as separate packages.
- Unlike other quicktime libraries, we are source compatible with quicktime4linux.
- The codecs themselves are also source compatible with quicktime4linux, so porting codecs between quicktime4linux and libquicktime requires only little brain load.
- Special API extensions allow access to the codec registry. Applications can get important information about the codecs, their settable parameters etc. at runtime.
- Libquicktime 0.9.4 introduced support for handling QTVR files. QTVR is a technology to store panoramas and interactive "3D pictures" (Object Movies) in Quicktime files. For more information check out this document.
- The current implementation allows developers to write applications that display and/or create QTVR V1.0 object movies and panoramas.
Although its usable there are a few limitations:
- the newer versions of the QTVR format arent supported (yet)
- no multinode support
- no abstraction of the movie structure. That means the application writer has to take care of which frame to decode when (object movies) and how to piece them together (panoramas) (see http://developer.apple.com/technotes/tn/tn1036.html and http://developer.apple.com/technotes/tn/tn1035.html for information about that)
- no documentation
Enhancements:
- Support for text tracks. These can be either Subtitles or Chapters.
- Lots of fixes
- gettext support, German translation.
Download (0.98MB)
Added: 2007-04-17 License: LGPL (GNU Lesser General Public License) Price:
921 downloads
Audio::M4P::QuickTime 0.30
Audio::M4P::QuickTime is a Perl module for m4p/mp4/m4a Quicktime audio files. more>>
Audio::M4P::QuickTime is a Perl module for m4p/mp4/m4a Quicktime audio files.
Perl manipulation of Quicktime Audio files, including protected audio M4P files. Allows extraction and modification of meta information in Apple QuickTime AAC/m4a music files.
About QuickTime File Structure and Atoms
M4P is a QuickTime protected audio file format. It is composed of a linear stream of bytes which are segmented into units called atoms. Some atoms may be containers for other atoms. iTunes Music Store M4P music files are Quicktime audio files which are encrypted using a combination of information in the files drms atom and information which is commonly stored on the computer or audio player.
SYNOPSIS
use Audio::M4P::QuickTime;
my $mp4file = "file.m4p";
my $qt = new Audio::M4P::QuickTime(file => $mp4file);
my $tags = $qt->GetMetaInfo;
print "Artist is $tags->{ARTIST}n" if $tags->{ARTIST};
<<lessPerl manipulation of Quicktime Audio files, including protected audio M4P files. Allows extraction and modification of meta information in Apple QuickTime AAC/m4a music files.
About QuickTime File Structure and Atoms
M4P is a QuickTime protected audio file format. It is composed of a linear stream of bytes which are segmented into units called atoms. Some atoms may be containers for other atoms. iTunes Music Store M4P music files are Quicktime audio files which are encrypted using a combination of information in the files drms atom and information which is commonly stored on the computer or audio player.
SYNOPSIS
use Audio::M4P::QuickTime;
my $mp4file = "file.m4p";
my $qt = new Audio::M4P::QuickTime(file => $mp4file);
my $tags = $qt->GetMetaInfo;
print "Artist is $tags->{ARTIST}n" if $tags->{ARTIST};
Download (0.80MB)
Added: 2006-06-19 License: Perl Artistic License Price:
1225 downloads
Allied Intent Standalone Server 0.2 Alpha
Allied Intent is a Community War Game Mod for Battlefield 2. more>>
Allied Intent is a Community War Game Mod for Battlefield 2. New and updated maps, vehicles, weapons and kit items, skins and texture recolor, new weapon and explosion effects, new coding features, vehicle music, and a much-improved single player experience.
Allied Intent is a modification, a "mod" for the PC game Battlefield 2. BF2 is of the First Person Shooter game style, and Allied Intent is a free add-on for those who purchased BF2.
Allied Intent seeks to enhance the BF2 experience in every way, by adding new content and features, making changes to gameplay, and involving the community in the mods development. Allied Intent supports players of all ages, backgrounds, and gaming preferences. Allied Intent is for the BF2 player who likes single player and multiplayer matches. And Allied Intent actively engages the community in contributing content to be officially sanctioned in the mod releases. Allied Intent is a mod by the community, for the community.
We are a handful of modders, bot specialists, coders, artists, gamers, and forum members. We are always looking for talented developers to join the team. And as mentioned above, we want the community to know its contributions will be highly instrumental in making this mod a model for excellence. Allied Intent is in no way related to Digital Illusions CE (the development company) nor Electronic Arts (the publishing entity) of BF2, but we greatly appreciate their release of BF2 and will strive to make it even better with our mod.
Allied Intent is set in the modern era, present day, and near future. By combining elements of immersion, realism, and "fun" factor, Allied Intent provides a gaming environment only limited by the imagination of the developers and community contributors.
<<lessAllied Intent is a modification, a "mod" for the PC game Battlefield 2. BF2 is of the First Person Shooter game style, and Allied Intent is a free add-on for those who purchased BF2.
Allied Intent seeks to enhance the BF2 experience in every way, by adding new content and features, making changes to gameplay, and involving the community in the mods development. Allied Intent supports players of all ages, backgrounds, and gaming preferences. Allied Intent is for the BF2 player who likes single player and multiplayer matches. And Allied Intent actively engages the community in contributing content to be officially sanctioned in the mod releases. Allied Intent is a mod by the community, for the community.
We are a handful of modders, bot specialists, coders, artists, gamers, and forum members. We are always looking for talented developers to join the team. And as mentioned above, we want the community to know its contributions will be highly instrumental in making this mod a model for excellence. Allied Intent is in no way related to Digital Illusions CE (the development company) nor Electronic Arts (the publishing entity) of BF2, but we greatly appreciate their release of BF2 and will strive to make it even better with our mod.
Allied Intent is set in the modern era, present day, and near future. By combining elements of immersion, realism, and "fun" factor, Allied Intent provides a gaming environment only limited by the imagination of the developers and community contributors.
Download (115.6MB)
Added: 2006-07-11 License: Freeware Price:
1200 downloads
Image::ExifTool::QuickTime 6.42
Image::ExifTool::QuickTime is a Perl module to read QuickTime and MP4 meta information. more>>
Image::ExifTool::QuickTime is a Perl module to read QuickTime and MP4 meta information.
SYNOPSIS
This module is used by Image::ExifTool
This module contains routines required by Image::ExifTool to extract information from QuickTime and MP4 video files.
<<lessSYNOPSIS
This module is used by Image::ExifTool
This module contains routines required by Image::ExifTool to extract information from QuickTime and MP4 video files.
Download (1.0MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1082 downloads
reacTIVision 1.3
reacTIVision is an open source, cross-platform computer vision framework. more>>
reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers in a real-time video stream. reacTIVision project was mainly designed for the rapid development of table-based tangible user interfaces.
Its tracking core is using Ross Bencinas fidtrack library which is basically a newer high-performance implementation of Enrico Costanzas original d-touch concept. This framework was developed by Martin Kaltenbrunner et.al. at the Music Technology Group, IUA, UPF in Barcelona, Spain as part of the reacTable* project, a novel electro-acoustic musical instrument with a tangible user interface.
reacTIVision is a standalone application, which sends OpenSound Control messages via a UDP network socket to any connected client application. It implements the TUIO protocol, which was specially designed for transmitting the state of tangible objects on a table surface. This framework includes a set of free example client projects for various programming languages, which serve as a base for the easy development of tangible-user interface applications.
The reacTIVision application compiles and runs under the follwing operating systems: Win32, MacOS X and Linux. Under Win32 it suports any camera with a proper WDM driver, such as USB, USB2, FireWire and DV cameras. Equally under MacOS X any such camera supported by QuickTime will work in reacTIVision. Under Linux, FireWire cameras are best supported, as well as a few Video4Linux USB cameras.
NEW: Support the reacTIVision project and buy T-Shirts, posters and other merchandise featuring the reacTIVision fiducial symbols in our web-shop! All designs on these products can be recognized and tracked by the actual reacTIVision software.
Application Handling
Before starting the reacTIVision application make sure you have a supported camera connected to your system. The application can and will not work at all without a camera. Under Win32 and MacOS X the application will ask to select and configure the camera upon startup. Under Linux the camera will be selected automatically. Once configured the application will show a video window with the current camera image in black&white.
Pressing T will show the binary tresholded image, pressing the N key will turn the display off, which reduces its CPU usage significantly!
Pressing the S key will return to the original source image. For convenience and debugging porposes hitting the R key saves a raw image frame, while hitting the B key will save an image in the BMP format.
The P pauses the image analysis completely, hitting ESC will quit the application. The F key toggles the diplay of FPS info in the titlebar. In order to produce some more verbose debugging output, hitting the V key will print the currently recognized symbols to the console.
Command Line Options
The reacTIVision application per default sends the TUIO messages to port 3333 on localhost (127.0.0.1)
In order to change these parameters you can invoke the application with the -h [ip-address] and -p [port-no] options.
reacTIVision needs a so called "tree file" in order to function properly. The default "all.trees" is included and loaded automatically. If you want to use you own tree file you can invoke the application with the -t [tree-file] option.
Optionally if you dont want to analyze the complete image - for example in a square or round table setup - the application can mask a part of the video image with a black region, which speeds up the segmentation algorithm. In order to apply this mask You can invoke the application with the -m [square,circle] option.
Applying the -h or -help option will print a usage message to the console.
Calibration and Distortion
Some tables, such as the reacTable are using a convex mirror in order to increase the area visible to the camera at a minimal distance. This mirror as well as a fish-eye lens unfortunately distort the image. reactIVision includes a correction algorithm, which corrects this distortion with the help of a so called "grid file". These grid files can be generated during a prior calibration process.
To calibrate reacTIVision invoke the application with the option: reacTIVision -c 9 -g [grid_file]
In order to use the this calibration invoke the application with: reacTIVision -g [grid_file]
<<lessIts tracking core is using Ross Bencinas fidtrack library which is basically a newer high-performance implementation of Enrico Costanzas original d-touch concept. This framework was developed by Martin Kaltenbrunner et.al. at the Music Technology Group, IUA, UPF in Barcelona, Spain as part of the reacTable* project, a novel electro-acoustic musical instrument with a tangible user interface.
reacTIVision is a standalone application, which sends OpenSound Control messages via a UDP network socket to any connected client application. It implements the TUIO protocol, which was specially designed for transmitting the state of tangible objects on a table surface. This framework includes a set of free example client projects for various programming languages, which serve as a base for the easy development of tangible-user interface applications.
The reacTIVision application compiles and runs under the follwing operating systems: Win32, MacOS X and Linux. Under Win32 it suports any camera with a proper WDM driver, such as USB, USB2, FireWire and DV cameras. Equally under MacOS X any such camera supported by QuickTime will work in reacTIVision. Under Linux, FireWire cameras are best supported, as well as a few Video4Linux USB cameras.
NEW: Support the reacTIVision project and buy T-Shirts, posters and other merchandise featuring the reacTIVision fiducial symbols in our web-shop! All designs on these products can be recognized and tracked by the actual reacTIVision software.
Application Handling
Before starting the reacTIVision application make sure you have a supported camera connected to your system. The application can and will not work at all without a camera. Under Win32 and MacOS X the application will ask to select and configure the camera upon startup. Under Linux the camera will be selected automatically. Once configured the application will show a video window with the current camera image in black&white.
Pressing T will show the binary tresholded image, pressing the N key will turn the display off, which reduces its CPU usage significantly!
Pressing the S key will return to the original source image. For convenience and debugging porposes hitting the R key saves a raw image frame, while hitting the B key will save an image in the BMP format.
The P pauses the image analysis completely, hitting ESC will quit the application. The F key toggles the diplay of FPS info in the titlebar. In order to produce some more verbose debugging output, hitting the V key will print the currently recognized symbols to the console.
Command Line Options
The reacTIVision application per default sends the TUIO messages to port 3333 on localhost (127.0.0.1)
In order to change these parameters you can invoke the application with the -h [ip-address] and -p [port-no] options.
reacTIVision needs a so called "tree file" in order to function properly. The default "all.trees" is included and loaded automatically. If you want to use you own tree file you can invoke the application with the -t [tree-file] option.
Optionally if you dont want to analyze the complete image - for example in a square or round table setup - the application can mask a part of the video image with a black region, which speeds up the segmentation algorithm. In order to apply this mask You can invoke the application with the -m [square,circle] option.
Applying the -h or -help option will print a usage message to the console.
Calibration and Distortion
Some tables, such as the reacTable are using a convex mirror in order to increase the area visible to the camera at a minimal distance. This mirror as well as a fish-eye lens unfortunately distort the image. reactIVision includes a correction algorithm, which corrects this distortion with the help of a so called "grid file". These grid files can be generated during a prior calibration process.
To calibrate reacTIVision invoke the application with the option: reacTIVision -c 9 -g [grid_file]
In order to use the this calibration invoke the application with: reacTIVision -g [grid_file]
Download (0.84MB)
Added: 2006-11-23 License: LGPL (GNU Lesser General Public License) Price:
1070 downloads
Cicerone 1.4 RC1
Cicerone is a multi-platform/server/database, Web-based corporate information system that allows to maintain infos on the fly. more>>
Cicerone is a multi-platform/server/database, Web-based corporate information system that allows to maintain infos on the fly.
It supports any type of file attachment, built in security levels, user and system-wide customizations, automatic import of syndicated news and content, custom email notification of new content, and ease of use.
It is ideal for community-driven Internet/Intranet/Extranet sites or as a standalone document/content management system.
Main features:
- Content Forums
- Content Management
- Document Attachments
- News Monitoring
- Security Features
- User Subscriptions
<<lessIt supports any type of file attachment, built in security levels, user and system-wide customizations, automatic import of syndicated news and content, custom email notification of new content, and ease of use.
It is ideal for community-driven Internet/Intranet/Extranet sites or as a standalone document/content management system.
Main features:
- Content Forums
- Content Management
- Document Attachments
- News Monitoring
- Security Features
- User Subscriptions
Download (0.12MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1145 downloads
Remote Secure Command System 1.0
Remote Secure Command System is a remote asynchronous and secure command system based on a file configuration. more>>
Remote Secure Command System project is a remote asynchronous and secure command system based on a file configuration.
A standalone server sends and receives commands through files, and a batch system launch ssh and scp commands.
<<lessA standalone server sends and receives commands through files, and a batch system launch ssh and scp commands.
Download (0.040MB)
Added: 2006-09-04 License: GPL (GNU General Public License) Price:
1146 downloads
bcr steps 0.2
bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. more>>
bcr steps is a step sequencer and arpeggiator made for the Behringer BCR2000 controller. The project can also be used on its own, or with almost any other MIDI controller.
If you like, you can try out the applet version, though it wont give you the full MIDI capabilities of the standalone application.
Instructions:
Download and run with java -jar bcr-steps.jar
<<lessIf you like, you can try out the applet version, though it wont give you the full MIDI capabilities of the standalone application.
Instructions:
Download and run with java -jar bcr-steps.jar
Download (0.10MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
849 downloads
NRPG RatioMaster 0.36
NRPG Ratiomaster is a small standalone application which fakes upload and download stats of a torrent. more>>
NRPG Ratiomaster is a small standalone application which fakes upload and download stats of a torrent to almost all bittorrent trackers.
This means that it does NOT rely on your bittorrent client (uTorrent, Azureus, etc.) and it will NOT download/upload the files on a torrent - it only can fake download/upload.
The application has hardcoded emulations for the most commonly used BitTorrent clients: uTorrent, BitComet, Azureus, ABC, BitLord, BTuga, BitTornado, Burst, BitTyrant, BitSpirit.
<<lessThis means that it does NOT rely on your bittorrent client (uTorrent, Azureus, etc.) and it will NOT download/upload the files on a torrent - it only can fake download/upload.
The application has hardcoded emulations for the most commonly used BitTorrent clients: uTorrent, BitComet, Azureus, ABC, BitLord, BTuga, BitTornado, Burst, BitTyrant, BitSpirit.
Download (0.090MB)
Added: 2007-07-16 License: Freeware Price:
568 downloads
Document Archiver 1.0.1
Document Archiver allows automatic archiving of documents. more>>
Document Archiver allows automatic archiving of documents.
The Document Archiver is a standalone Java application which should be scheduled to run nightly to facilitate the automatic archiving of documents in the KnowledgeTree DMS.
The programs checks if any documents are due to be archived, based on the Date or Utilisation criteria set in the web application (e.g. archive after 2 months, or archive 15 days after the last download).
<<lessThe Document Archiver is a standalone Java application which should be scheduled to run nightly to facilitate the automatic archiving of documents in the KnowledgeTree DMS.
The programs checks if any documents are due to be archived, based on the Date or Utilisation criteria set in the web application (e.g. archive after 2 months, or archive 15 days after the last download).
Download (0.54MB)
Added: 2007-02-07 License: Other/Proprietary License Price:
989 downloads
MicKI 2007_05_12
MicKI project is a minimal wiki-incarnation, meant as simple collaboration platform. more>>
MicKI project is a minimal wiki-incarnation, meant as simple collaboration platform. with minimal learning curve and installation-time, and lean demands on its environment.
Enhancements:
- An optional post-edit hook was added for revision control, notification, or other purposes.
- It is possible to make (non-volatile) section-links within the current topic.
- It is possible to generate printer-friendly pages from CGI and standalone.
<<lessEnhancements:
- An optional post-edit hook was added for revision control, notification, or other purposes.
- It is possible to make (non-volatile) section-links within the current topic.
- It is possible to generate printer-friendly pages from CGI and standalone.
Download (0.041MB)
Added: 2007-05-15 License: GPL (GNU General Public License) Price:
892 downloads
Juked 0.6.3
Juked is a daemon that acts as an audio jukebox. more>>
Juked is a daemon that acts as an audio jukebox. Juked project is free software and is made available under the terms of the GPL.
Juked is constantly under development and should not be considered stable in any way. Bug reports/fixes/patches are welcome.
Main features:
- database plugins for:
- standalone XML database
- digitaldj (http://nostatic.org/ddj)
- mp3kult (http://mp3kult.sourceforge.net).
- sample python client (pyjuke).
- playlist support.
- random track selection.
<<lessJuked is constantly under development and should not be considered stable in any way. Bug reports/fixes/patches are welcome.
Main features:
- database plugins for:
- standalone XML database
- digitaldj (http://nostatic.org/ddj)
- mp3kult (http://mp3kult.sourceforge.net).
- sample python client (pyjuke).
- playlist support.
- random track selection.
Download (0.30MB)
Added: 2006-04-21 License: GPL (GNU General Public License) Price:
1283 downloads
kFlickr 0.9
kFlickr is a standalone Flickr uploader for KDE. more>>
KFlickr is a standalone KDE application that allows for easy upload of your favourite photos to your Flickr.com account.
Main features:
- drag and drop from other applications (such as Konqueror and DigiKam)
- easy editing of your photo properties (title, description, privacy, tags)
- access to your Flickr.com list of tags
- support for more than one user
- image preview
- support for the new Flickr.com authentication
KFlickr was created and designed to meet my requirements but does not have to stop there. If you have any features that you feel would make KFlickr a better product please let me know.
Visit the KFlickr project page and leave your suggestion in one of our forums. Or better yet join the KFlickr dev team and help me add your feature.
Enhancements:
- Add feature: session management
- Add feature: use JPEG or EXIF comment for default photo description
- Fix bug that causes crash on batch edit
- No longer use file extension in default photo title
- A little progress on the manual
<<lessMain features:
- drag and drop from other applications (such as Konqueror and DigiKam)
- easy editing of your photo properties (title, description, privacy, tags)
- access to your Flickr.com list of tags
- support for more than one user
- image preview
- support for the new Flickr.com authentication
KFlickr was created and designed to meet my requirements but does not have to stop there. If you have any features that you feel would make KFlickr a better product please let me know.
Visit the KFlickr project page and leave your suggestion in one of our forums. Or better yet join the KFlickr dev team and help me add your feature.
Enhancements:
- Add feature: session management
- Add feature: use JPEG or EXIF comment for default photo description
- Fix bug that causes crash on batch edit
- No longer use file extension in default photo title
- A little progress on the manual
Download (0.074MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
821 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 quicktime standalone 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