Main > Free Download Search >

Free movies software for linux

movies

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 269
WWW::Yahoo::Movies 0.02

WWW::Yahoo::Movies 0.02


WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information. more>>
WWW::Yahoo::Movies is a Perl extension to get Yahoo! Movies information.

SYNOPSIS

use WWW::Yahoo::Movies;

my $movie = new WWW::Yahoo::Movies();

print "TITLE: ".$movie->title." - ".$movie->year."n";

WWW::Yahoo::Movies is Perl interface to the Yahoo! Movies (http://movies.yahoo.com/). Sometimes IMDB doesnt have full information about movie (plot summary, cover etc). In that case its good idea to have another place to get movie info.

Also, there are many Perl extensions for Yahoo! in the CPAN. Hope WWW::Yahoo::Movies will be useful as well!

<<less
Download (0.013MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 downloads
jMovie 0.2

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.

<<less
Download (0.95MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1280 downloads
lzMovieDB 1.1

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
<<less
Download (0.066MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
923 downloads
XMovie 1.9.13

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.
<<less
Download (1.96MB)
Added: 2005-05-03 License: GPL (GNU General Public License) Price:
1640 downloads
movieinfo 0.1

movieinfo 0.1


movieinfo is a Perl module created to dump information about movie file(s). more>>
movieinfo is a Perl module created to dump information about movie file(s).

USAGE

movieinfo < movie files[s] >

Largely based around mplayers midentify script this will dump information about various formats of movie file (depending on what codecs you have installed for mplayer).

<<less
Download (0.019MB)
Added: 2007-05-29 License: Perl Artistic License Price:
879 downloads
Movie Critics .0.0

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
vMovieDB 0.1.5

vMovieDB 0.1.5


vMovieDB project is a movies collection manager for GNOME desktop. more>>
vMovieDB project is a movies collection manager for GNOME desktop. Its GTK+ 2.x, application writen on C, created according to Gnome-HIG standarts, vMovieDB fits perfectly in GNOME Desktop Enviroment.
Main features:
- Play selected movie with your favorite video player.
- Manage various types of information for your movies: title, year, media type, quality, subtitles, location, genre and movie image.
- Genre editor.
- Export your movies to html document.
- Export movies to text document.
- Search for selected movie on ImDB.com.
vMovieDB have fast and light database based on XML.
<<less
Download (0.36MB)
Added: 2006-09-25 License: GPL (GNU General Public License) Price:
1127 downloads
PyMovie 0.9.7a

PyMovie 0.9.7a


PyMovie is a program for organizing your movie collection. more>>
PyMovie differentiates between Movies and Series. It can track which friend has borrowed which movies.
Main features:
General
- Saving general information to a movie, serie
- Assigning eppisodes to a serie
- Holding information of Users
- Lend a movie or eppisode to a user
- Search for a movie, serie, eppisode or a user
- Edit a movie, serie, eppisode or a user
- Search for the lend movies or eppisodes of a user
- Search for the eppisodes from a serie
- Getting Imformation about a Movie from IMDB
Database, File access
- Accsess to a Postresql Database
- Accsess to a MySQL Database
- File Database with SQLite
- Import of Comma Seperated Value Files (CSV)
- Import of XML Files that were exportet with PyMovie
- Export into an XML File
- Export into an Comma Separated Value File (CSV)
- Export into HTML
- Export into iXeMeL (A format i use to create this Webpage)
Supported Operating Systems
- Works on Linux with X11
- Works on Windows (2000, XP)
- Should work on other *nixes, but there is just the source version
<<less
Download (4.5MB)
Added: 2005-07-26 License: GPL (GNU General Public License) Price:
1550 downloads
Movie::Info 0.1

Movie::Info 0.1


Movie::Info is a Perl module created to get meta data from various format movie files. more>>


SYNOPSIS

my $mi = Movie::Info->new || die "Couldnt find an mplayer to usen";

foreach my $file (@ARGV) {
my %info = $mi->info($file) || warn "Couldnt read info from $filen" && next;
print "$file (WxH) - $info{width}x$info{height}n";

}

Movie::Info is a thin layer around MPlayers --identify command line flag. As such it can only give you as much information as Mplayer is able to give you which is down to the quality and number of codecs you have installed.
MPlayer is available from http://www.mplayerhq.hu/

This module is largely based on the midentify script shipped with MPlayer.

METHODS

new [path to mplayer]

Returns a new Movie::Info instance or undef if it cant find an mplayer binary.
To find a binary it looks in three places - firstly if youve passed in a path to look at it checks there, secondly at the environment variable $MOVIE_INFO_MPLAYER_PATH and then finally it searches your $PATH like the standard which command in Unix.

info < filename >

Returns a hash representing all the meta data we can garner about file.
Returns undef if it cant read the file.

<<less
Download (0.019MB)
Added: 2007-05-29 License: Perl Artistic License Price:
883 downloads
Movie Mapper 0.4

Movie Mapper 0.4


Movie Mapper project is a small program for indexing movie collections. more>>
Movie Mapper project is a small program for indexing movie collections.

Movie Mapper is a small program for indexing movie collections. It browses given directory trees, searching for text files that contain IMDB URLs.

These URLs are used to generate database entries for movies.

Movie Mapper can also be used for offline indexing by creating text files that contain offline movie titles.

It tries to find matches from IMDB for those titles listed in the text files.

<<less
Download (0.009MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
996 downloads
mOEvIEs 1.15-STABLE

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.

<<less
Download (0.045MB)
Added: 2006-11-18 License: GPL (GNU General Public License) Price:
1071 downloads
jMovieBase 0.1.2.14

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
jasciimovie 2.0

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.
<<less
Download (0.087MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
1238 downloads
3gp movie wizard 1.3

3gp movie wizard 1.3


3gp movie wizard is a small perl/kommander script that helps you to convert almost any movie format to 3gp movie. more>>
3gp movie wizard is a small perl/kommander script that helps you to convert almost any movie format to 3gp movie, suitable for watching on the modern mobile phones (tested only on Motorola V360 but should work with any mobile with 3gp support and 176 pixel wide screen).

It should be extremely easy to use, yet offer advanced options such as a good subtitle support and video equalizer.

<<less
Download (0.13MB)
Added: 2006-02-21 License: GPL (GNU General Public License) Price:
1399 downloads
Videotrans 1.6.0

Videotrans 1.6.0


Videotrans is a set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file. more>>
Videotrans is a set of scripts that convert a movie file in any format that mplayer understands to a DVD-compatible VOB file, doing all the necessary conversions automatically. Videotrans provides an automatic DVD menu generator.
Videotrans has the following programs available:
movie-to-dvd
The movie-to-dvd program takes one or more input files and converts them into a separate MPEG2 video stream and a separate MP2 or AC3 audio stream.
This program takes care of all the necessary conversions, such as framerate adjustment, audio adjustment, zooming/shrinking for DVD frame sizes, etcetera. The program can determine which conversions are necessary on its own, no user intervention is required (but of course, it is possible).
When making a DVD, youll first convert all the movies that you want to put on the DVD into the MPEG2 video and MP2 or AC3 audio streams. Later, youll combine these with the movie-title program into a complete DVD.
movie-title
The movie-title program takes one or more video files that were converted by the movie-to-dvd program and a special title sequence that was produced by movie-make-title and combines all of these into a menu from which the viewer of the DVD can choose which movie he or she wants to watch.
The menu is created by displaying the title sequence in the background, with animated picture-in-picture versions of all the movies on top of that. The creator has the option of supplying information about the movies. This information can be viewed from the menu as well, on a movie-per-movie basis.
The program also generates an XML file for use with dvdauthor, the program that is used to actually create the DVD image that you will burn onto a DVD disc. The program tells you how to run dvdauthor to do the processing for you.
movie-make-title
The movie-make-title program is used to create a background movie and an audio track for DVD menus.
The movie-make-title program takes a single movie and cuts a specified part of out it. It then converts this piece of the movie into separate frames and saves the audio track in a WAV file for you.
Youll have to manually view all the frames and throw away those that you do not want in the title sequence of your DVD (the first few frames and the last few frames). Its not possible to automatically cut out the piece of the movie that you want exactly. I recommend xv for this purpose, although any image viewer that understands JPEG picture files will do.
Also, youll have to process the WAV audio file by hand, to cut out exactly that audio track that you want to hear when the menu is displayed. The movie-title program will make sure that the audio track lasts exactly as long as the movie part that you cut out does. This is to compensate for possible changes in the video frame rate and to correct small mistakes. I personally find sweep a very useful graphical audio processor for this purpose. Sweep can be downloaded at http://sweep.sourceforge.net/.
movie-rip-tv.com
The movie-rip-tv.com program is a convenience program that I personally use to gather interesting information about TV series. Given the name of a series (such as Star Trek Enterprise), a season number and an episode number, this program will create an information file in the correct format for use with the movie-title program. The movie-title program will then be able to display the episodes name in the menu and provide an information button which leads to the generated information (such as the director, the guest stars list, the description of the particular episode, etcetera).
movie-compare-dvd
The movie-compare-dvd program can be used after burning a DVD image to a DVD disc to verify whether all the data was written onto the disc intact. The program takes the on-filesytem copy and the on-DVD copy and compares the checksums of the files on both to find any differences.
Usage:
If you want to start quickly with these programs, and you have a couple of movies that you want to put onto a DVD, try this (assuming that your TV standard is PAL, otherwise specify ntsc instead of pal everywhere that its used):
movie-to-dvd -m pal movie1.avi movie2.avi movie3.avi
movie-make-title -o title -m pal -s 0 -e 60 -m pal movie1.avi
movie-title -o title.vob -t title movie1.m2v movie2.m2v movie3.m2v
dvdauthor -o dvd_directory -x title.vob-dvdauthor.xml
a_command_to_burn_a_dvd_from dvd_directory
In case you dont want a selection menu, you may also try:
movie-to-dvd -m pal -M movie1.avi movie2.avi movie3.avi
dvdauthor -o dvd_directory movie1.vob
dvdauthor -o dvd_directory movie2.vob
dvdauthor -o dvd_directory movie3.vob
dvdauthor -o dvd_directory -T
a_command_to_burn_a_dvd_from dvd_directory
In this case, youll have to use the DVD players navigation controls to get to the various movies on the DVD.
Enhancements:
- All sorts of clean-up was done.
- Some long-waiting feature requests have been implemented.
- In general, the program should work on more systems now.
<<less
Download (0.13MB)
Added: 2007-07-09 License: BSD License Price:
841 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5