Main > Free Download Search >

Free kingdia dvd ripper registration code software for linux

kingdia dvd ripper registration code

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5445
KungFu DVD Ripper 0.2.3

KungFu DVD Ripper 0.2.3


KungFu DVD Ripper is a GStreamer based DVD ripper. more>>
KungFu DVD Ripper is a GStreamer based DVD ripper.

KungFu creates backups of your DVDs, saving them as .oggs on your hard drive. It encodes the backup using patent-free codecs, Theora for video and Vorbis for audio.

KungFu is not designed for producing backups that fit within a certain file size (say, for burning onto CD); instead, it is designed to produce backups of consistent quality while maintaining the lowest average file size possible (for building a video library on your hard drive).

<<less
Download (0.027MB)
Added: 2006-12-15 License: GPL (GNU General Public License) Price:
673 downloads
Winki the Ripper 0.4.4

Winki the Ripper 0.4.4


Winki The Ripper aims to be the easiest program for video encoding. more>>
Winki The Ripper aims to be the easiest program for video encoding. It is actually just a graphical frontend for GNOME written in python to command line tools like mencoder, oggenc, mkvtoolnix, mplayer and lsdvd.
Please be advised that the use of some of the tools you need for "Winki the Ripper" may not be legal in some countries. Please check this out yourself for the country you live in. We strongly advise not to use illegal tools, but it is not our job to make sure in which country which of the possibly needed tools may be forbidden or restricted.
Main features:
Supported input formats
- DVD
- VCD/SVCD
- Multimedia file (does not work very well still)
Supported output formats
- VCD/SVCD (limited to 1 video, 1 audio and no subtitle streams)
- Multimedia matroska or ogm file (limited to 1 video, 3 audio and 3 subtitle streams)
- Multiple chunk output
- Predefined and custom size output chunks
- Easy crop detection
- Preview settings before rip
- Bulgarian, German, Polish and Spain translations
<<less
Download (0.56MB)
Added: 2007-07-17 License: GPL v3 Price:
830 downloads
Wolvix Media Edition 1.0.4

Wolvix Media Edition 1.0.4


Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users. more>>
Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.
This edition is meant to be a portable audio & video ripping/encoding and editing OS, without DRM and rootkit problems or worries. I guess you can say Sony inspired me somewhat to create this edition.
Media Edition features lots of audio and video software and it also has most of the applications you need for daily tasks: Web browser, IM client, word processor, spreadsheet, graphics manipulation tools, etc.
In this edition you will find some of the many great multimedia applications available for GNU/Linux. You get: CD rippers/encoders; audio editors; a digital audio workstation; an audio mastering program; DVD rippers/encoders; a DVD authoring program; video editors; a movie studio program; TV tuner programs; GUI front ends for portable audio devices; and of course various music and multimedia players.
In addition to the Xfce4 Desktop Environment, Media Edition features the Fluxbox Window Manager.
Enhancements:
Updated:
- gmusicbrowser
- XChat
- Firefox
- Thunderbird
- Abiword
- Gimp
- Comix
Added:
- Thunar (File manager)
- MP3Creator (Console CD ripper)
- networkconfig (Config tool from Zenwalk)
- Kye (Puzzle game)
- Freeciv (Strategy game)
- Bygfoot (Football manager game)
<<less
Download (460.5MB)
Added: 2006-04-24 License: GPL (GNU General Public License) Price:
1288 downloads
RipOff CD Ripper 0.8.2

RipOff CD Ripper 0.8.2


RipOff is a GTK+ based CD ripper for Linux. more>>
RipOff is a GTK+ based CD ripper for Linux (and hopefully for other Unix systems once some testing and fixing have been done) that has a simple interface, CDDB lookups, and a plugin-based encoder architecture.
RipOff CD Ripper attempts to appeal to those users who want a non-GNOME dependent CD ripper with a simple interface, or users who just dont like the interfaces of the other GTK+ CD rippers.
Enhancements:
- Added HTTP_PROXY Functionality
- Fixed a bug where for newer versions of GTK "about" dialogue windows were not closing
- FLAC plugin now supports FLAC 1.1.3
- Added an icon for RipOff
- Miscellaneous code cleanups
<<less
Download (0.38MB)
Added: 2007-02-23 License: GPL (GNU General Public License) Price:
983 downloads
Call Of Duty 2 Linux Multiplayer Server Code 1.0a

Call Of Duty 2 Linux Multiplayer Server Code 1.0a


Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. more>>
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server.

!! IMPORTANT !!

Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.

Introduction

This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.

Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.

MOD USERS: PLEASE READ...

It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.

IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...

(This is a frequent-enough problem to merit discussion in the introduction.)

If you are reading this, its probably because you tried to start your Linux server and saw this message:

./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.

Here is the library you need, if your Linux distribution doesnt supply it:

http://icculus.org/updates/cod/gcc3-libs.tar.bz2

You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).

The brave can put it in the same directory as the game and run the server like this:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded

Now the server will start.

Upgrading from 1.0 to Linux 1.0a.

Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.

As the hotfix is Linux-specific there is no Windows version of 1.0a.

Installation From Scratch

- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded

- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:

map mp_leningrad

("mp_leningrad" being a given maps name).

- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
<<less
Download (0.40MB)
Added: 2005-12-09 License: Freeware Price:
799 downloads
KDE DVD Authoring Wizard 1.4.6

KDE DVD Authoring Wizard 1.4.6


KDE DVD Authoring Wizard will allow you to create a DVD from one or more DVD compatible MPEG-2 files. more>>
KDE DVD Authoring Wizard will allow you to create a DVD from one or more DVD compatible MPEG-2 files. All you need to do is add one or multiple files to the playlist and answer the questions that follow.
You can add a menu that will contain animated thumbnails of the files in the playlist. Creating a menu is optional.
Main features:
- Playlist editor
- DVD menu with multiple pages
- Animated thumbnails in the menu
- Customizable menu graphics
- Add soundtrack from OGG or MP3
- Antialiased graphics prevent flickering on TV
- Both Widescreen and standard 4:3 support
- ISO DVD Image creation
<<less
Download (0.55MB)
Added: 2007-05-30 License: GPL (GNU General Public License) Price:
890 downloads
Pretty Code Web 1.00

Pretty Code Web 1.00


Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the Web. more>>
Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web.
Written in php it uses syntax files separate from the main code to highlight a specified language.
Main features:
- Syntax highlighting for (potentially) any language.
- User defined syntax files.
- User defined colors
- Separate colors for:
- 6 Keyword Groups
- Text Strings
- Operators
- Block and Line Comments
- Bracket Characters
<<less
Download (0.024MB)
Added: 2005-10-20 License: Free for non-commercial use Price:
1470 downloads
DVD BacKup Express 5

DVD BacKup Express 5


DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup. more>>
DVD BacKup Express is a small Kommander Script to create a GUI for dvdbackup.

I made it because it can be run on any platform with kommander installed and dvdbackup available (which may be more platforms than kdvdbackup or other binary frontends are available for)

There is a lot of room for improvement here. Feel free to spruce it up a bit and send me the new .kmdr file and i will update this.

<<less
Download (0.004MB)
Added: 2006-02-15 License: GPL (GNU General Public License) Price:
1354 downloads
John the Ripper 1.7.2

John the Ripper 1.7.2


John the Ripper is a fast password cracker. more>>
John the Ripper is a fast password cracker, currently available for many flavors of Unix (11 are officially supported, not counting different architectures), DOS, Win32, BeOS, and OpenVMS.
It supports several crypt(3) password hash types which are most commonly found on various Unix flavors, as well as Kerberos AFS and Windows NT/2000/XP LM hashes.
Several other hash types are added with contributed patches.
Enhancements:
- Bitslice DES code for x86-64 that makes use of the 64-bit mode extended SSE2 with 16 XMM registers has been added for better performance at DES-based crypt(3) hashes with x86-64 builds on AMD processors.
- A new make target for FreeBSD/x86-64 has been added.
<<less
Download (0.78MB)
Added: 2006-05-22 License: GPL (GNU General Public License) Price:
1450 downloads
PHP Active Code Library 0.10

PHP Active Code Library 0.10


PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. more>>
PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database.

The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls.

If a file includes another file stored in the database, PHP ACL takes care of getting, generating, and including that file.
<<less
Download (0.013MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1191 downloads
Attachment Ripper and Displacement System 1.48

Attachment Ripper and Displacement System 1.48


Attachment Ripper and Displacement System (aradis) is a filter that removes attachments from email. more>>
Attachment Ripper and Displacement System (aradis) is a filter that removes attachments from email.
The removed attachment is sent to a specified resource for storage. The attachment is replaced with a notice of where the removed attachment may be found.
The filter can also rename filenames for security. The project uses GMime for MIME handling.
Enhancements:
- Anonymous attachments are now given a name according to the MIME type.
- The ability to insert replacement messages as HTML instead of plain text was added.
<<less
Download (0.11MB)
Added: 2006-12-14 License: GPL (GNU General Public License) Price:
1047 downloads
John The Ripper MPI 1.7.2-bp17-mpi6

John The Ripper MPI 1.7.2-bp17-mpi6


John The Ripper MPI is an updated version of Ryan Lims patch for john the ripper to support MPI more>>
John The Ripper MPI is an updated version of Ryan Lims patch for john the ripper to support MPI, in addition to a large number of third party patches to support additional ciphers and such.
MPI allows you to use multiple processors on a single system, or a cluster of systems for cracking passwords using john the ripper. Incredibly usefull in these days of multi core processors.
A compatible MPI implementation is required.
Benchmarks
Dual Core Intel Core2 Duo, 2.16GHz, MacBook Pro MacOSX
John MPI - Version 1.7.2-bp17-mpi4, 2 threads
Benchmarking: Traditional DES [128/128 BS SSE2]... DONE
Many salts: 3433087.00 c/s real, 3636739.00 c/s virtual
Only one salt: 2852658.00 c/s real, 3021898.00 c/s virtual
Dual AMD Opteron 250 (2.2ghz), Gentoo Linux 64bit
John MPI - Version 1.7.2-bp17-mpi, 2 threads
Benchmarking: Traditional DES [128/128 BS SSE2-16]... DONE
Many salts: 2132632.00 c/s real, 2139034.00 c/s virtual
Only one salt: 1951692.00 c/s real, 1957552.00 c/s virtual
Version restrictions:
- If you use Gentoo, make sure you compile mpich2 _WITHOUT_ the "threads" use flag, otherwise john-mpi will fail to compile with undefined references to MPIU_Free and MPIU_Malloc
- If you use OpenMPI instead of mpich2, the SIGHUP signal doesnt get passed to john. It is necessary to send a SIGUSR1 instead.
Enhancements:
- Support for SIGUSR1 as well as SIGHUP, required for use with OpenMPI
<<less
Download (0.83MB)
Added: 2007-08-18 License: GPL (GNU General Public License) Price:
575 downloads
Home Media Librarian 0.1B_RC2

Home Media Librarian 0.1B_RC2


Home Media Librarian provides an application to catalog records, CDs, DVDs, etc. more>>
Home Media Librarian provides an application to catalog records, CDs, DVDs, etc.

HML is a pure Java client(GUI) application to catalog records, cds, dvds, etc.
HML requires a JDBC compliant database and driver.

The application is for the average person whom has a record, cd, dvd, tape, etc. music collection and wants to catalog this collection.

It has been tested with JDK 1.3 and 1.4 on Macintosh OSX, Linux, and Windows 2000 using MySQL and Connector J.

The distribution includes the software,documentation, and source code.

<<less
Download (1.7MB)
Added: 2007-02-08 License: Open Software License Price:
990 downloads
FDMS-3 Ripper

FDMS-3 Ripper


FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. more>>
FDMS-3 Ripper is a Perl program for extracting the tracks from the FDMS-3 filesystem. I recently bought a Fostex FD-8 multitrack hard disk recorder for recording music. It works great, but I was disappointed to discover that, although it uses a standard external SCSI hard disk, there was no way to "rip" the recorded tracks from the hard drive to my PC over the SCSI port. The alternatives were to use the analog-out to re-record each track using my soundcard (resulting in loss of quality and loss of synch between tracks), or buying a $500 ADAT card for my PC.

I decided that I would try to figure out a way to rip the music directly over the SCSI port. The FD-8 uses a proprietary Fostex filesystem, FDMS-3. I decided to hook it up to my PC and probed the drive. I was able to figure out the basic layout of the filesystem pretty quickly. Note: this is designed to hard disks formatted in the FDMS-3 "Mastering" mode, which stores the audio data in uncompressed format.

In order to use the program, you will need to take the hard disk that has the FDMS-3 filesystem on it and hook it up to your PC (mine is a SCSI drive -- dont know if this will work with one of the internal IDE drives you can hook up to the FD-8). Make sure that Linux can see the drive (dont try to mount it, though!). You might want to have a look at SCSI-2.4-HOWTO to get the drive recognized. My external hard disk is located at "/dev/sda", but yours could end up elsewhere.

Next, you need to make sure you have the following on your system: perl, sox and fileutils (for the "dd" utility). Security Warning Unfortunately, this program presents significant security issues, so be careful with it. The script needs to be able to access the hard disk directly, so you can either run it as root (not safe), or change the permissons for the hard disk device (in my case, "/dev/sda"). Run the program with "./fdms3rip /dev/sda" (substituting the actual location of your hard disk).

This will list all of the programs present on the hard disk. Then, run it again with the number of the program you want to fetch off the hard disk: "./fdms3rip /dev/sda 5" to get all of the recorded tracks for program number 5. After waiting a bit, you should now have a bunch of WAV files on your Linux machine. Warning This program will create and erase files with the names "dir" and "header" in the directory it is run from. It would be best to run this program from a clean directory, just to make sure there are no problems.

<<less
Download (0.005MB)
Added: 2006-07-21 License: GPL (GNU General Public License) Price:
692 downloads
Video::DVDRip 0.98.6

Video::DVDRip 0.98.6


Video::DVDRip is a GUI for copying DVDs, based on an open Low Level API. more>>
Video::DVDRip is a GUI for copying DVDs, based on an open Low Level API.

This Perl module consists currently of two major components:

1. A low level OO style API for ripping and transcoding DVD video, which is based on Thomas Oestreichs program transcode, a Linux Video Stream Processing Tool. This API is currently well undocumented.

2. A Gtk+ based Perl program called dvd::rip which provides a nice GUI to control all necessary steps from ripping, adjusting all parameters and transcoding the video to the format you desire.

The distribution name is derived from the Perl namespace it occupies:

Video::DVDRip. Although the DVD Ripper GUI is called dvd::rip, because its shorter and easier to pronounce (if you omit the colons...)

<<less
Download (1.5MB)
Added: 2007-04-26 License: Perl Artistic License Price:
565 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5