peaceful warrior movie
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 295
Pathogen Warrior 1.1.1
Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map. more>>
Pathogen Warrior project is a puzzle game about matching 3D model structures with a 2D hexagon map.
Pathogen Warrior is a puzzle game about matching 3D model structures with a 2D hexagon map. It was one of the entrants to the 4th Ludum Dare 48-hour game development competition.
The theme of the competition was "Infection". In Pathogen Warrior, the players task is to match rotating 3D pathogen structures with a 2D model using a hexagon map.
The time to accomplish the task is limited, and after successfully completing one pathogen, the player is advanced to next level, which has a more challenging pathogen.
Enhancements:
- Updated music file.
- Added Linux Makefile (contributed by Ion).
- Added license notices to all source files.
<<lessPathogen Warrior is a puzzle game about matching 3D model structures with a 2D hexagon map. It was one of the entrants to the 4th Ludum Dare 48-hour game development competition.
The theme of the competition was "Infection". In Pathogen Warrior, the players task is to match rotating 3D pathogen structures with a 2D model using a hexagon map.
The time to accomplish the task is limited, and after successfully completing one pathogen, the player is advanced to next level, which has a more challenging pathogen.
Enhancements:
- Updated music file.
- Added Linux Makefile (contributed by Ion).
- Added license notices to all source files.
Download (0.48MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Web-Warrior 3.0
Web-Warrior project is a simple Web page generater written in PHP. more>>
Web-Warrior project is a simple Web page generater written in PHP.
<<less Download (0.011MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1055 downloads
EasyEclipse Plugin Warrior 1.3.0
EasyEclipse Plugin Warrior is for development of Eclipse Plugins. more>>
EasyEclipse Plugin Warrior is for development of Eclipse Plugins.
This distro contains the basic elements needed to work on Eclipse Plugins, either developing new ones or debuggin/editing existing ones. Over time, we will add more to it (releng, RCP DeltaPack), but for now it is relatively light - when you are a warrior, you pack lightly ;-).
This distribution includes the following plugins:
Core components with a JDK:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of Eclipse Plugins and Eclipse-based (RCP) applications:
- Plugin Development Environment 3.2.1 - Develop, test, debug, build and deploy Eclipse plugins and rich client applications.
- Eclipse Modeling Tools 3.2.1 - Adds the Modeling wizards and User Interface to the Eclipse Tools.
- Source code for the Eclipse Platform and Java Development Kit 3.2.1 - The source code for the Platform and Java Development Kit, as well as some documentation on writing Eclipse plugins.
- Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
<<lessThis distro contains the basic elements needed to work on Eclipse Plugins, either developing new ones or debuggin/editing existing ones. Over time, we will add more to it (releng, RCP DeltaPack), but for now it is relatively light - when you are a warrior, you pack lightly ;-).
This distribution includes the following plugins:
Core components with a JDK:
- Eclipse Platform 3.2.1 - Shared platform services from Eclipse.
- Eclipse Tools 3.2.1 - Common libraries for various Eclipse projects.
- Java JDK for Windows 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Windows only)
- Java JDK for Linux 1.5.0.09 - Run Java application on Sun Java(tm) runtime, packaged for Eclipse use. (Linux only)
Tools for general Java development:
- Eclipse Java Development Tools 3.2.1 - Edit, compile, run, debug, test, refactor, document and deploy Java applications.
Some essential utilities:
- AnyEdit Tools 1.5.6.2 - Useful right-click menus in editors: "Open file under cursor", "Open type under cursor", et cetera.
- Eclipse Utils Plugins 1.0.0.1 - Save the cursor position of editors when closing and re-opening a file. Access common team actions with explorer buttons.
- Color Editor 1.2.4 - Edit with syntax highlighting over 100+ file formats.
Tools for development of Eclipse Plugins and Eclipse-based (RCP) applications:
- Plugin Development Environment 3.2.1 - Develop, test, debug, build and deploy Eclipse plugins and rich client applications.
- Eclipse Modeling Tools 3.2.1 - Adds the Modeling wizards and User Interface to the Eclipse Tools.
- Source code for the Eclipse Platform and Java Development Kit 3.2.1 - The source code for the Platform and Java Development Kit, as well as some documentation on writing Eclipse plugins.
- Eclipse Visual Editor 1.2.1 - Build visual user interfaces for Swing, SWT and Eclipse RCP applications with a graphical editor. (Windows, Linux, Mac OS X only)
Download (251MB)
Added: 2007-07-11 License: Eclipse Public License Price:
836 downloads
Warrior XAMJ Browser 0.96
Warrior XAMJ Browser is a browser that uses XAMJ. more>>
Warrior XAMJ Browser is a browser that uses XAMJ, an XML language designed to address many of the shortcomings of HTML and an open alternative to Microsofts XAML.
XAMJ documents are generally served over HTTP but can also be used in standalone applications, as Warrior itself is written in XAMJ.
Warrior platform can be used to deliver rich thin client applications with the capabilities of the Java language without the need to compile or package them. XAMJ UI code is compact and can be written quickly. Additionally, we now provide a way to link XAMJ content from HTML. (Our own examples use that.)
XAMJ apps can also be standalone. In Windows you can simply double-click a .xamj file. Compilation is on-demand and cached, so it has the major benefits of an interpreted language, without being one.
A XAMJ app can link another app much the same way HTML pages link one another. For example, an app could have a Forum menu-item with an href attribute that launches a separate specialized app, potentially hosted by a third party. (Some of our examples link each other this way.) We dont expect different brandings to be as much of a concern as it is with HTML pages.
To get a better idea of where XAMJ technology fits in relation to existing client platforms, see the following table which breaks down how it compares in several key areas to other two well-known technologies: (1) HTML/Javascript browsers, which are thin client platforms, and (2) Java Webstart, which is more of a thick client platform.
Enhancements:
- Text selection was implemented in the HTML renderer.
- A number of JavaScript bugs were fixed.
- Animated images were fixed as well.
- An image clientlet was implemented to allow Warrior to open image URLs.
<<lessXAMJ documents are generally served over HTTP but can also be used in standalone applications, as Warrior itself is written in XAMJ.
Warrior platform can be used to deliver rich thin client applications with the capabilities of the Java language without the need to compile or package them. XAMJ UI code is compact and can be written quickly. Additionally, we now provide a way to link XAMJ content from HTML. (Our own examples use that.)
XAMJ apps can also be standalone. In Windows you can simply double-click a .xamj file. Compilation is on-demand and cached, so it has the major benefits of an interpreted language, without being one.
A XAMJ app can link another app much the same way HTML pages link one another. For example, an app could have a Forum menu-item with an href attribute that launches a separate specialized app, potentially hosted by a third party. (Some of our examples link each other this way.) We dont expect different brandings to be as much of a concern as it is with HTML pages.
To get a better idea of where XAMJ technology fits in relation to existing client platforms, see the following table which breaks down how it compares in several key areas to other two well-known technologies: (1) HTML/Javascript browsers, which are thin client platforms, and (2) Java Webstart, which is more of a thick client platform.
Enhancements:
- Text selection was implemented in the HTML renderer.
- A number of JavaScript bugs were fixed.
- Animated images were fixed as well.
- An image clientlet was implemented to allow Warrior to open image URLs.
Download (4.5MB)
Added: 2006-11-28 License: LGPL (GNU Lesser General Public License) Price:
1064 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
Way Of The Warrior: Sons of twilight 5.0
Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. more>>
Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. Like a boardgame, it is turn based and at least 2 players are neeed, but there is no upper limit on the number of players.
Way Of The Warrior: Sons of twilight is fully and easily customizable, from the unit to the board tile.
Enhancements:
- board visualization is now good
- sincronization algoritm for the save process
<<lessWay Of The Warrior: Sons of twilight is fully and easily customizable, from the unit to the board tile.
Enhancements:
- board visualization is now good
- sincronization algoritm for the save process
Download (3.0MB)
Added: 2006-10-11 License: Other/Proprietary License Price:
1110 downloads
Open Partly Copied 1.0
Open Partly Copied is a service menu that allows by one-click start copying video file from remote storage to local directory. more>>
Open Partly Copied is a service menu (+ shell-script included) allows by one-click start copying video file from remote storage to local directory and immediately open partially copied file with your default player.
Its necessary if movie plays with delays on direct opening.
After watching movie you may delete copied file by click Yes on dialog box.
Installation instructions:
Its easy. Archieve containts install.sh script. So extract archieve to temp directory and run install.sh
<<lessIts necessary if movie plays with delays on direct opening.
After watching movie you may delete copied file by click Yes on dialog box.
Installation instructions:
Its easy. Archieve containts install.sh script. So extract archieve to temp directory and run install.sh
Download (MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
PHP Personal Movie Database 0.5
PHP Personal Movie Database lets you organise (add/edit/delete) and display your movies list (DVD, DIVX, SVCD, VCD, etc.). more>>
PHP Personal Movie Database lets you organise (add/edit/delete) and display your movies list (DVD, SVCD, VCD, DIVX, etc.).
Features include the ability to retrive information (title, actor, poster, etc.) from IMDB, to display a poster of the movie on mouseover, and more.
Enhancements:
- Search the IMDB now fills in fields if an exact match is found.
- The subtitles icon link was changed to subscene.com.
- FPDF was updated to version 1.53.
- PDF output was improved.
- The link to non-available posters was fixed.
- Posters are now only deleted if they are stored.
- Delete/edit function buttons were fxed.
- An issue where language, year, and ititle fields were forgotten in edit mode was fixed.
- The poster mouseover now works in Opera browsers.
- Poster URL retrieval was fixed.
<<lessFeatures include the ability to retrive information (title, actor, poster, etc.) from IMDB, to display a poster of the movie on mouseover, and more.
Enhancements:
- Search the IMDB now fills in fields if an exact match is found.
- The subtitles icon link was changed to subscene.com.
- FPDF was updated to version 1.53.
- PDF output was improved.
- The link to non-available posters was fixed.
- Posters are now only deleted if they are stored.
- Delete/edit function buttons were fxed.
- An issue where language, year, and ititle fields were forgotten in edit mode was fixed.
- The poster mouseover now works in Opera browsers.
- Poster URL retrieval was fixed.
Download (0.20MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
757 downloads
RMovie 0.1
RMovie is a Ruby extension for accessing and retrieving information from video and audio files. more>>
RMovie is a Ruby extension for accessing and retrieving information from video and audio files.
RMovie can access many video formats (.mov, .avi, .mpg, .wmv, etc.) and can output movie frames to RMagick as images.
Installation:
# build the quadrupel objects
cd quadrupel
make
cd ..
# build the rmovie extension
ruby extconf.rb
make
# install extension
[ become root ]
make install
<<lessRMovie can access many video formats (.mov, .avi, .mpg, .wmv, etc.) and can output movie frames to RMagick as images.
Installation:
# build the quadrupel objects
cd quadrupel
make
cd ..
# build the rmovie extension
ruby extconf.rb
make
# install extension
[ become root ]
make install
Download (1.9MB)
Added: 2006-08-10 License: GPL (GNU General Public License) Price:
1173 downloads
Celebrity Search 0.4 for Firefox
Celebrity Search allows you to search movie starts - actors, actresses and directors, musical performers and so on. more>>
Celebrity Search allows you to search movie starts - actors, actresses and directors, musical performers and so on.
Highlight a name of a celebrity on a web page, right click it with the mouse, and choose Search Celebrity menu item to see the info about the celebrity in a separate tab.
You can search movie starts - actors, actresses and directors, musical performers, supermodels, politicians, prominent businessmen, other publicly known people. Nice research tool.
<<lessHighlight a name of a celebrity on a web page, right click it with the mouse, and choose Search Celebrity menu item to see the info about the celebrity in a separate tab.
You can search movie starts - actors, actresses and directors, musical performers, supermodels, politicians, prominent businessmen, other publicly known people. Nice research tool.
Download (0.080MB)
Added: 2007-04-27 License: MPL (Mozilla Public License) Price:
911 downloads
Perilar 0.4
Perilar is a fast, simple computer role-playing game (CRPG), with an epic quest! more>>
Perilar is a simple, fast computer role-playing game (CRPG), with an epic quest! You will cross a vast monster-infested wilderness to the dungeons to recover ancient weapons and artifacts, then to the dragons lairs, then face the final challenge...
Version 0.4 is a beta release for designing the gameplay, and future versions will have additional art, music, and sound effects.
Save Game Warning: Savefiles from previous versions will not be compatible with later versions until 1.0. At that point, Ill make sure they are always forward-compatible, but it hampers rapid development until then. Sorry for the trouble, but at least youll get to see the new world features in each version!
History
Over a thousand years ago, the world was a peaceful but primitive place. Humans lived in tribal societies, rarely warred, and there were few dangerous animals and no monsters. Your kingdom, Perilar, was one of the safest, as it was protected by four great dragons of Air, Earth, Fire, and Water.
Where the Vampire King came from, nobody knows. He appeared in the far north and turned peaceful farmers into berserker raiders. After conquering the island kingdom of Oradon, he turned their druids to necromancy, raising armies of the dead to war on the next kingdom. Kingdom after kingdom fell, and in each, the people were slain and raised as undead warriors to assault the next kingdom.
As the army of the undead approached Perilar, the dragons closed the kingdom off with a magical seal. For a thousand years, the kingdom has been trapped inside, and none know the fate of the outside world.
In recent times, the seals have begun to fail. The Dragons have not been seen in centuries. Undead and monsters march in towards the castle of King Phalan and the village of Perilar, home to the last free people in the world. A great hero must do something about this, and you are determined to be that hero!
<<lessVersion 0.4 is a beta release for designing the gameplay, and future versions will have additional art, music, and sound effects.
Save Game Warning: Savefiles from previous versions will not be compatible with later versions until 1.0. At that point, Ill make sure they are always forward-compatible, but it hampers rapid development until then. Sorry for the trouble, but at least youll get to see the new world features in each version!
History
Over a thousand years ago, the world was a peaceful but primitive place. Humans lived in tribal societies, rarely warred, and there were few dangerous animals and no monsters. Your kingdom, Perilar, was one of the safest, as it was protected by four great dragons of Air, Earth, Fire, and Water.
Where the Vampire King came from, nobody knows. He appeared in the far north and turned peaceful farmers into berserker raiders. After conquering the island kingdom of Oradon, he turned their druids to necromancy, raising armies of the dead to war on the next kingdom. Kingdom after kingdom fell, and in each, the people were slain and raised as undead warriors to assault the next kingdom.
As the army of the undead approached Perilar, the dragons closed the kingdom off with a magical seal. For a thousand years, the kingdom has been trapped inside, and none know the fate of the outside world.
In recent times, the seals have begun to fail. The Dragons have not been seen in centuries. Undead and monsters march in towards the castle of King Phalan and the village of Perilar, home to the last free people in the world. A great hero must do something about this, and you are determined to be that hero!
Download (0.21MB)
Added: 2006-02-28 License: Freeware Price:
1334 downloads
Realms of Rivalry
Realms of Rivalry is an online tactical rpg. more>>
Realms of Rivalry is an online tactical rpg. Play short skirmishes in random-generated game worlds.
The game can be summarized as an online graphical turn-based strategy/rpg game where you can play short tactical skirmishes with 2-4 players in small random-generated game worlds. The game is free and can be played either as an applet or downloadable client.
The time-limited turns (30-90 secs) give the game a semi-realtime feel, and the game has sometimes been characterized as "chess on steroids".
Main features:
- Community friendly game lobby where you can chat with others and join realms.
- Up to 4 players simultaneously battling on the same realm.
- Players control teams of 3 characters: Warrior, Archer and Mage.
- Time-limited turn-based gameplay.
- Random-generated game worlds (realms).
- CPU controlled monsters.
- Several weapons, armor, traps and other items.
- Occlusion calculation used in combat situations.
- Interrupts.
- Different types of terrain.
- Buy & sell items at vendors.
- Monster respawning.
- Ingame chat.
- Detailed end-of-game summary panel.
Explore the map and kill creatures to obtain weapons, potions, runes, traps and more to aid you in your quest for domination!
The game development has been very "test-driven" in the sense that the game quickly was made playable and that features and changes were added and removed continuously during development. This hopefully improves gameplay, but of course at the expense of dramatically increased development time.
Realms of rivalry was never intended to "soothe the masses", but were made entirely to match the game that we ourselves would like to play - something we have done for many, many hours :-) But of course, some of you might enjoy this game aswell, and that is why we decided to share it with you!.
<<lessThe game can be summarized as an online graphical turn-based strategy/rpg game where you can play short tactical skirmishes with 2-4 players in small random-generated game worlds. The game is free and can be played either as an applet or downloadable client.
The time-limited turns (30-90 secs) give the game a semi-realtime feel, and the game has sometimes been characterized as "chess on steroids".
Main features:
- Community friendly game lobby where you can chat with others and join realms.
- Up to 4 players simultaneously battling on the same realm.
- Players control teams of 3 characters: Warrior, Archer and Mage.
- Time-limited turn-based gameplay.
- Random-generated game worlds (realms).
- CPU controlled monsters.
- Several weapons, armor, traps and other items.
- Occlusion calculation used in combat situations.
- Interrupts.
- Different types of terrain.
- Buy & sell items at vendors.
- Monster respawning.
- Ingame chat.
- Detailed end-of-game summary panel.
Explore the map and kill creatures to obtain weapons, potions, runes, traps and more to aid you in your quest for domination!
The game development has been very "test-driven" in the sense that the game quickly was made playable and that features and changes were added and removed continuously during development. This hopefully improves gameplay, but of course at the expense of dramatically increased development time.
Realms of rivalry was never intended to "soothe the masses", but were made entirely to match the game that we ourselves would like to play - something we have done for many, many hours :-) But of course, some of you might enjoy this game aswell, and that is why we decided to share it with you!.
Download (MB)
Added: 2007-01-29 License: Freeware Price:
999 downloads
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!
<<lessSYNOPSIS
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!
Download (0.013MB)
Added: 2006-12-06 License: Perl Artistic License Price:
1054 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
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 peaceful warrior movie 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