quicktime movies
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 313
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
jasciimovie 2.0
jasciimovie plays ASCII movies - sequences of digitized video converted into an ASCII representation - in a webbrowser via Java. more>>
jasciimovie plays ASCII movies - sequences of digitized video converted into an ASCII representation - in a webbrowser via Java.
An ascii-movie is a plain text file of screens seperated by escape codes for clearing the screen (in hex notation 1B 5B 48 1B 5B 4A).
These ascii-movies can get produced by the asciivideo sample program that is
included with the "libbgrab" package by me.
The movie files have to be compressed with "gzip -9" which saves incredible
amounts of space.
Compilation and Usage:
- Prerequisites: JDK 1.1.x+ installed and in the path
- To compile type: make
- To test: fire up a java-capable browser with the file jasciimovie.html
See the file jasciimovie.html for how to incorporate the applet in your webpage.
Configurable parameters are: the filename (the movie file must be in the same directory as the .html file), the fontsize (usable are 8,10,12,14), a flag of the movies gets repeated at the end, the frame rate and the colors.
The program tries to center the ascii-movie within the applet.
A copyright message is beeing displayed for 2 seconds at the beginning of playback.
A sample movie (cfilm.txt.gz) is included - look at the file also with "zless cfilm.txt.gz" to see the individual frames.
Keep the image files
back.gif
copyright.gif
pause.gif
stop.gif
also in the same directory as the .html file.
<<lessAn ascii-movie is a plain text file of screens seperated by escape codes for clearing the screen (in hex notation 1B 5B 48 1B 5B 4A).
These ascii-movies can get produced by the asciivideo sample program that is
included with the "libbgrab" package by me.
The movie files have to be compressed with "gzip -9" which saves incredible
amounts of space.
Compilation and Usage:
- Prerequisites: JDK 1.1.x+ installed and in the path
- To compile type: make
- To test: fire up a java-capable browser with the file jasciimovie.html
See the file jasciimovie.html for how to incorporate the applet in your webpage.
Configurable parameters are: the filename (the movie file must be in the same directory as the .html file), the fontsize (usable are 8,10,12,14), a flag of the movies gets repeated at the end, the frame rate and the colors.
The program tries to center the ascii-movie within the applet.
A copyright message is beeing displayed for 2 seconds at the beginning of playback.
A sample movie (cfilm.txt.gz) is included - look at the file also with "zless cfilm.txt.gz" to see the individual frames.
Keep the image files
back.gif
copyright.gif
pause.gif
stop.gif
also in the same directory as the .html file.
Download (0.087MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1238 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
Quake 3 Movie Makers Edition 1.33.4.1
Quake 3 Movie Makers Edition is a customized Quake 3 engine for the movie making community. more>>
Quake 3 Movie Makers Edition is a customized Quake 3 engine for the movie making community.
It simplifies required tasks and adds new features to the engine that are related to the movie making.
Enhancements:
- Fixes TGA compatibility with VirtualDub.
<<lessIt simplifies required tasks and adds new features to the engine that are related to the movie making.
Enhancements:
- Fixes TGA compatibility with VirtualDub.
Download (0.50MB)
Added: 2006-04-08 License: GPL (GNU General Public License) Price:
1301 downloads
jMovie 0.2
jMovie is a movie collection manager that simplifies the maintenance of your collection. more>>
jMovie is a movie collection manager that simplifies the maintenance of your collection.
jMovie project allows you to view information about each one of your movies, obtaining its data from internet movie data sources, downloading it to your machine so you will be able to do further queries offline.
Moreover, local data can be stored in different places, like memory, local hard disk, databases, etc.
<<lessjMovie project allows you to view information about each one of your movies, obtaining its data from internet movie data sources, downloading it to your machine so you will be able to do further queries offline.
Moreover, local data can be stored in different places, like memory, local hard disk, databases, etc.
Download (0.95MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1280 downloads
MeDs Movie Manager 2.5.4.1
MeDs Movie Manager is an easy-to-use and customizable movie manager. more>>
MeDs Movie Manager is a simple to use, yet customizable, movie manager. MeDs Movie Manager project gets the movies info from IMDb, and episode info from tv.com.
Main features:
- Unlimited size movie list
- Add, Edit, Delete database functions
- Episode functionality for series
- Quick movie filter
- Advanced search options
- List functionality
- Multi-add function (Search directories for files)
- Obtain AVI / OGM / MPEG and DVD (ifo) file info
- Automatic download of movie info from IMDb (Proxy support)
- Automatic download of episode info from tv.com (Proxy support)
- Import function (3 modes - Simple text, excel and extreme movie manager database (Tested with v4.5)
- Export to HTML (2 modes - full and simple)
- Customizable movie additional info
- Customizable database queries for statistics
- GIF, PNG and JPG cover support
- Changeable layout (Look And Feels)
<<lessMain features:
- Unlimited size movie list
- Add, Edit, Delete database functions
- Episode functionality for series
- Quick movie filter
- Advanced search options
- List functionality
- Multi-add function (Search directories for files)
- Obtain AVI / OGM / MPEG and DVD (ifo) file info
- Automatic download of movie info from IMDb (Proxy support)
- Automatic download of episode info from tv.com (Proxy support)
- Import function (3 modes - Simple text, excel and extreme movie manager database (Tested with v4.5)
- Export to HTML (2 modes - full and simple)
- Customizable movie additional info
- Customizable database queries for statistics
- GIF, PNG and JPG cover support
- Changeable layout (Look And Feels)
Download (19MB)
Added: 2007-07-12 License: GPL (GNU General Public License) Price:
845 downloads
Movie Critics .0.0
Latest Movies and Movie critics on criticsmob.com for your mobile phones. Latest Movies and Movie critics, celebrities and comments... more>> <<less
Download (1152KB)
Added: 2009-04-13 License: Freeware Price: Free
193 downloads
Ipod MovieMaker 0.1 Beta
Ipod MovieMaker project is a dialog windows bash script which allows you to merge *.txt subtitles with all formats of movie file more>>
Ipod MovieMaker project is a dialog windows bash script which allows you to merge *.txt subtitles with all formats of movie files and save it in avi format. You may convert all kinds of video to .mp4 which is Ipod Video compatible format.
You will be only questioned about the location of a source movie, subtitles, encoding (default WINDOWS-1250), font location (default /home/$USER/.mplayer/font/subfont.ttf), and where to save reasult .mp4 file. You can have each work done seperatly or have whole process done from hardcoding subtitles to encoding to ipod format.
Installation:
- Make sure that you have mencoder and ffmpeg compiled with libxvid, libfaac codecs enable
- Make sure you have proper true type font installed in /home/$USER/.mplayer/font directory
- Make sure you have compiled gtkpod with libfaac codec to upload movies on Ipod video
- to get this script working write this in your console
chmod 755 ipodmoviemaker
cp ipodmoviemaker /usr/bin/
<<lessYou will be only questioned about the location of a source movie, subtitles, encoding (default WINDOWS-1250), font location (default /home/$USER/.mplayer/font/subfont.ttf), and where to save reasult .mp4 file. You can have each work done seperatly or have whole process done from hardcoding subtitles to encoding to ipod format.
Installation:
- Make sure that you have mencoder and ffmpeg compiled with libxvid, libfaac codecs enable
- Make sure you have proper true type font installed in /home/$USER/.mplayer/font directory
- Make sure you have compiled gtkpod with libfaac codec to upload movies on Ipod video
- to get this script working write this in your console
chmod 755 ipodmoviemaker
cp ipodmoviemaker /usr/bin/
Download (0.003MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
848 downloads
lzMovieDB 1.1
lzMovieDB provides a Web-based database for movies and series. more>>
lzMovieDB provides a Web-based database for movies and series.
lzMovieDB is an PHP/MySQL Database script to sort and archive movies and series.
It grabs the user rating and movie cover from IMDB (Internet Movie Database => www.imdb.com).
Main features:
- Categorys
- show newest entrys
- search function
- sort by genre
- two languages (english,german)
- templates
- IMDB rating
- IMDB cover
<<lesslzMovieDB is an PHP/MySQL Database script to sort and archive movies and series.
It grabs the user rating and movie cover from IMDB (Internet Movie Database => www.imdb.com).
Main features:
- Categorys
- show newest entrys
- search function
- sort by genre
- two languages (english,german)
- templates
- IMDB rating
- IMDB cover
Download (0.066MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
923 downloads
XMovie 1.9.13
XMovie is a versatile multimedia and DVD player. more>>
XMovie was originally written as a simple, fast method to play uncompressed movies with stereo sound back when the only uncompressed movie player was xanim and the only MPEG player was MTV.
XAnim didnt play stereo sound and MTV was a $15 shareware. Hard to believe how todays applications toss movies around like nothing when just 4 years ago it was an ordeal just to play an MPEG stream.
XMovie is mainly intended for uncompressed movie playback, nonstandard output from Cinelerra, and testing decoder libraries.
Its not intended for low resolution, low bitrate internet downloads. Your luck will improve with something like M Player
6 channels of audio can be sent to a soundcard supporting 6 channel audio. More importantly, HDTV program and ATSC transport streams play back.
These streams are usually obtained through a capture board like the WinTV HD, set top box hacking, or other means. Forget about downloading HDTV moviez from the internet.
<<lessXAnim didnt play stereo sound and MTV was a $15 shareware. Hard to believe how todays applications toss movies around like nothing when just 4 years ago it was an ordeal just to play an MPEG stream.
XMovie is mainly intended for uncompressed movie playback, nonstandard output from Cinelerra, and testing decoder libraries.
Its not intended for low resolution, low bitrate internet downloads. Your luck will improve with something like M Player
6 channels of audio can be sent to a soundcard supporting 6 channel audio. More importantly, HDTV program and ATSC transport streams play back.
These streams are usually obtained through a capture board like the WinTV HD, set top box hacking, or other means. Forget about downloading HDTV moviez from the internet.
Download (1.96MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1640 downloads
mOEvIEs 1.15-STABLE
mOEvIEs is a low-dependency movie database program. more>>
mOEvIEs is a low-dependency movie database program.
mOEvIEs is easy to use, and doesnt require a database server to be installed like most programs do.
<<lessmOEvIEs is easy to use, and doesnt require a database server to be installed like most programs do.
Download (0.045MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1071 downloads
jMovieBase 0.1.2.14
jMovieBase application is a cross-platform movie collection manager that allows you to organize your own movie collection. more>>
jMovieBase application is a cross-platform movie collection manager that allows you to organize your own movie collection using many jMB features and friendly interface.
<<less Download (0.15MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
801 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 movies 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