https://github.com/ispyhumanfly/blackbeard
A DVD Conversion Suite for MPlayer
https://github.com/ispyhumanfly/blackbeard
Last synced: about 2 months ago
JSON representation
A DVD Conversion Suite for MPlayer
- Host: GitHub
- URL: https://github.com/ispyhumanfly/blackbeard
- Owner: ispyhumanfly
- Created: 2010-02-25T03:35:59.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T04:00:17.000Z (over 9 years ago)
- Last Synced: 2024-10-18T20:47:48.148Z (7 months ago)
- Language: Perl
- Homepage:
- Size: 6.58 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=pod
=encoding utf8
=head1 NAME
Blackbeard :: A DVD Conversion Suite for MPlayer
=head1 SYNOPSIS
Tell your environment where BB is located:
export BB_HOME=/path/to/blackbeard
Rip your movie from disk:
bbrip -o file.vob
Learn important details about your rip:
bbinfo -e -i file.vob
Convert your rip into a compressed movie:
bbencode -i file.vob -o file.avi
=head1 DESCRIPTION
Blackbeard (BB) is a DVD conversion suite for MPlayer. BB currently provides support for FFmpeg, x264 and Snow video compression. With additional support for mp2, mp3, ac3 and faac audio compression. BB provides a wide range of conversion options that take advantage of complex automation algorithm's.
=head1 BUGS
http://github.com/ispyhumanfly/blackbeard/issues=head1 SEE ALSO
http://wiki.github.com/ispyhumanfly/blacbeard/wiki=head1 LICENSE
This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
=cut