diff options
author | alexbl <alexbl@FreeBSD.org> | 2007-01-01 10:27:54 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2007-01-01 10:27:54 +0800 |
commit | 13c225414b4b59698108d4295de7493177bc5aed (patch) | |
tree | f278511eb3bfd415e063959383f2e2e6863b2211 /multimedia/iso2mkv/pkg-descr | |
parent | a55383752553c300ef9b624f9e3fe0fa161d510d (diff) | |
download | freebsd-ports-gnome-13c225414b4b59698108d4295de7493177bc5aed.tar.gz freebsd-ports-gnome-13c225414b4b59698108d4295de7493177bc5aed.tar.zst freebsd-ports-gnome-13c225414b4b59698108d4295de7493177bc5aed.zip |
- add iso2mkv 0.8.3
iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion.
Gives almost total control on the process of video compression at maximum
quality, while being simple and straightforward to use (a kind of
'life-hack'). The intended audience is advanced end-users and the script is
not user-error-proof.
Based on mplayer, mencoder, oggenc or lame, and mkvmerge (if not properly
installed, won't work). This is only a shell script that wraps the other
programs. If you can watch the DVD with MPlayer, you can compress it with
iso2mkv. Other used programs (hopefully included in most GNU/Linux
distributions as well a FreeBSD :) ) are basename, bc, nice, stat.
WWW: http://5ko.free.fr/en/iso2mkv.html
Diffstat (limited to 'multimedia/iso2mkv/pkg-descr')
-rw-r--r-- | multimedia/iso2mkv/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/iso2mkv/pkg-descr b/multimedia/iso2mkv/pkg-descr new file mode 100644 index 000000000000..d74584375d9c --- /dev/null +++ b/multimedia/iso2mkv/pkg-descr @@ -0,0 +1,13 @@ +iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion. +Gives almost total control on the process of video compression at maximum +quality, while being simple and straightforward to use (a kind of +'life-hack'). The intended audience is advanced end-users and the script is +not user-error-proof. + +Based on mplayer, mencoder, oggenc or lame, and mkvmerge (if not properly +installed, won't work). This is only a shell script that wraps the other +programs. If you can watch the DVD with MPlayer, you can compress it with +iso2mkv. Other used programs (hopefully included in most GNU/Linux +distributions as well a FreeBSD :) ) are basename, bc, nice, stat. + +WWW: http://5ko.free.fr/en/iso2mkv.html |