Main > Free Download Search >

Free avi to dvd mac software for linux

avi to dvd mac

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1431
kavi2dvd 0.1

kavi2dvd 0.1


kavi2dvd is a Kommander script takes an AVI file, converts it to mpeg2 with ac3 audio. more>>
kavi2dvd is a Kommander script takes an AVI file, converts it to mpeg2 with ac3 audio and generates an .iso image ready for burning as its ouput.

Although there are plenty of scripts out there for conversion of video and authoring, this one is designed to require as little user input as possible. Choose an input .avi, select the destination folder, give the project a name and choose NTSC or PAL.

It then automates the full process of creating a dvd-video compatible image for playback on a stand-alone dvd player.

<<less
Download (0.005MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1323 downloads
Avi 2 iPOD (mp4) 1.3

Avi 2 iPOD (mp4) 1.3


Avi 2 iPOD (mp4) project can batch or single convert your .Avi files to .mp4 so you can watch them on your video iPOD. more>>
Avi 2 iPOD (mp4) project can batch or single convert your .Avi files to .mp4 so you can watch them on your video iPOD.

The video codec is xvid and audio is aac.

Options:

Audio bitrate
Video bitrate
Aspect ratio
Resolution (640x368 for TV output)

<<less
Download (0.012MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
936 downloads
restore CD/DVD 1.06

restore CD/DVD 1.06


restore CD/DVD allows you to create a CD or DVD that can be used to backup whole hard disk partitions from any OS. more>>
restore CD/DVD allows you to create a CD or DVD that can be used to backup whole hard disk partitions from any OS and restore them without user interaction.

restore CD/DVD can be used in a manner similar to vendor-provided rescue CDs included with new computers, but with all your own settings.
<<less
Download (13.3MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1396 downloads
SILVERCODERS DVD Backup 0.5.0

SILVERCODERS DVD Backup 0.5.0


SILVERCODERS DVD Backup is an unix shell script providing functionality for backuping files and databases on DVD discs. more>>
SILVERCODERS DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs.
The project supports multisession and incremental backups. Mail notification is also supported.
Usage:
dvd_backup.sh [--config < file_name >] --init|--add
--config < file_name > - use specified config file (default is ./dvd_backup.conf)
--init - initial backup (empty media)
--add - add next backup (media with backups)
Enhancements:
- Configuration for burning speed and temporary directory was implemented.
- Calculating checksums (SHA1 or MD5) was introduced.
- Warnings are printed if some files were changed while being archived.
- SMTP authentication can be disabled in this version.
- The path to the config file can be passed as an argument.
- A lot of bugs and compatibility fixes are included for several platforms.
<<less
Download (0.004MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1017 downloads
DVD Manager 0.4

DVD Manager 0.4


DVD Manager provides an easy-to-use Web-based DVD management tool. more>>
DVD Manager provides an easy-to-use Web-based DVD management tool.

DVD Manager is an e107 CMS plugin. This plugin will enable users to manage their DVD collection and show it to other members via the Web whether it is online or offline.

<<less
Download (2.5MB)
Added: 2007-01-25 License: GPL (GNU General Public License) Price:
1006 downloads
Kavi2svcd 0.8.7

Kavi2svcd 0.8.7


kavi2svcd is a GUI for generating VCD/SVCD/DVD-compliant MPEG files from an AVI or MPEG file using transcode and mplex. more>>
Kavi2svcd is a GUI for generating SVCD/VCD/DVD-compliant MPEG files from an AVI, MPEG, Quicktime or whatever file using transcode and mplex.
It then generates a (S)Video CD image using vcdimager and burns to CD with cdrdao.
Main features:
- Generating of the m1v/m2v und mpa-files
- Multiplexing the mpegfile
- Generating the cue/bin-files
- Burning the CDs
- Saving usual configuration data (VCD-type, CD-Size, burning speed, burning device?)
- The command lines are generated and can be edited before executing.
Enhancements:
- Sorry, some necessary fixes in the batchmode on the mplex tab.
<<less
Download (1.2MB)
Added: 2006-04-02 License: GPL (GNU General Public License) Price:
1308 downloads
boot-dvd 06

boot-dvd 06


boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image. more>>
boot-dvd project contains a couple of Perl-scripts that can be used to create a custom DVD-ISO image (to be burned), that contains user selected Linux boot/live-CD images (only ISOLINUX boot loader supported) in a handy GRUB menu.
Enhancements:
- Many updates and bugfixes were made.
<<less
Download (0.097MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
808 downloads
DVD Backup 0.4.0

DVD Backup 0.4.0


DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs. more>>
DVD Backup is an unix shell script providing functionality for backuping files and databases (PostgreSQL, MySQL) on DVD discs.
DVD Backup supports multisession and incremental backups. Mail notification is also supported.
Enhancements:
- This release sends email notifications using netcat instead of telnet.
- There are more details about communication with the SMTP server, and configurable excluded files patterns.
<<less
Download (0.003MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1316 downloads
AudioCD::Mac 0.25

AudioCD::Mac 0.25


AudioCD::Mac is a MacPerl extension for controlling Audio CDs. more>>
AudioCD::Mac is a MacPerl extension for controlling Audio CDs.

SYNOPSIS

#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;

$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);

$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);

$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);

my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];

$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);

if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}

$cd->eject;

This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.

<<less
Download (0.014MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1220 downloads
alltoavi for linux 1.4.1

alltoavi for linux 1.4.1


a tool to convert ogm/mkv/avi files to avi, with subtitle and audio more>> a tool to convert ogm/mkv/avi files to avi, with subtitle and audio track selection support<<less
Download (8KB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads
Phonetic for mac 1.0

Phonetic for mac 1.0


A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.
<<less
Download (809.72MB)
Added: 2009-04-21 License: Freeware Price: Free
198 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
linuX-gamers Live DVD 0.9.2

linuX-gamers Live DVD 0.9.2


linuX-gamers Live DVD is a bootable medium with a collection of popular 3D games. more>>
linuX-gamers Live DVD is a bootable medium with a collection of popular 3D games. It contains both the NVIDIA and ATI proprietary Linux drivers and includes the following games:
- BzFLag
- Enemy Territory
- Glest
- Nexuiz
- Sauerbraten
- Torcs
- Tremulous
- True Combat: Elite
- Warsow and World of Padman
Although the live DVD is based on Arch Linux, it does not offer any desktop Linux functionality except gaming.
<<less
Download (MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
862 downloads
libdvdplay 1.0.1

libdvdplay 1.0.1


libdvdplay is a simple library designed for DVD navigation. more>>
libdvdplay is a simple library designed for DVD navigation. It depends on libdvdread (which can optionally use libdvdcss).
NOTE: libdvdplay is no longer under active development. VLC has switched to libdvdnav which appears to be more reliable for DVD navigation than libdvdplay. Of course you are still welcome to use, work or submit patches to libdvdplay.
Currently supported platforms are Unix, Windows, BeOS and Mac OS X, but it should work on almost any platform.
Enhancements:
- dvdplay_seek() now also works inside VMGM_DOMAIN and VTSM_DOMAIN.
- a couple of initialisation fixes.
<<less
Download (0.22MB)
Added: 2005-07-07 License: GPL (GNU General Public License) Price:
1572 downloads
JTVD 0.4.3

JTVD 0.4.3


JTVD is a graphical frontend for popular command line programs such as MEncoder, transcode, MJPEG Tools, DVD Author. more>>
JTVD is a graphical frontend for popular command line programs such as MEncoder, transcode, MJPEG Tools, toolame, DVDAuthor, and growisofs.
It makes it easy to grab videos from Video4Linux devices such as TV cards, encode the data to DVD-compatible MPEG2 files, and author and burn a video DVD with a simple title menu.
Main features:
- Watch TV
- Grab from the TV card to AVI files
- Schedule one or more recording tasks
- Encode video files to "DVD compatible" MPEG2 program streams
- Basic DVD authoring incl. creation of simple title menus
- Create the DVD image and burn it
- Burn an existing Video DVD image
<<less
Download (0.26MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1523 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5