Commit graph

3 commits

Author SHA1 Message Date
martti
fcbef86b65 Updated dvdrip to 0.50.16
If you have Perl 5.8.1 you *need* this release. Older
versions of dvd::rip do not work with Perl 5.8.1.

* Features
  - New checkbox "Reuse log" for 2-pass encoding on the
    Transcode tab. Once activated an existent 2-pass
    logfile will be reused resp. pass 1 is skipped. This
    way you can continue a 2-pass transcoding if the 2nd
    pass went wrong for some reason. Long awaited feature
    requested by many users, including myself ;)
  - Workaround for transcode filters which declare options
    multiple times (as the unsharp filter in transcode
    0.6.10). Reported by Fabio Russo.

* Bugfixes
2004-01-12 14:29:44 +00:00
mycroft
c2a89ff385 Update to dvdrip 0.50.15.
0.50.15 - [stable branch] -  Sun Aug 24 2003, joern

Bugfixes:
- mplayer DVD player command didn't work for LPCM tracks.
  Thanks to Fabio Russo for the patch. You must re-select
  the mplayer command from the Preferences page for this to
  take effect.
- Free diskspace warning wasn't exact. Thanks for the patch
  to Moritz Muehlenhoff <jmm AT informatik.uni-bremen.de>.
- Fixed a typo in the --avilimit option (for AVI files >2GB).
  Thanks for the report to Jarkko Seppa <Jarkko.Seppa AT oulu.fi>.
- Default target size was set to 1406, instead of 1400 (2x700).

Features:
- Expanded the subtitle selection popup to the maximum of
  32 entries, not only the probed entries. With some DVD's the
  subtitle probing fails. This way you can select even
  "impossible" subtitles, if they weren't detected correctly.
  Thanks for the suggestion to Stefan Raspl <stefan.raspl AT
  playofmind.net>.
- Blank CD-RW (uses the configured cdrecord command and device),
  supporting 'fast' and 'all' methods (choose in the preferences).
  Not really tested yet due to lack of CD-RW media. Suggested
  by <dvdrip AT vikas.mailshell.com>.
- New preference "Preferred language". Default audio track
  and subtitle are selected accordingly after reading TOC,
  resp. the first audio track / subtitle matching the
  preferred language will be selected. Note that you still
  should review this setting, because the first matching item
  found must not be the one you really want. Suggested by
  John Washington <washingtonj AT acm.org>. Credits for the
  list of available language codes go to Chris Phillips
  <acid_kewpie AT users.sourceforge.net>, the author of lsdvd,
  from which I extracted the list.
- Video codec list takes the new XviD variants of transcode 0.6.9
  into account (xvid, xvid2, xvid3 and xvid4). For earlier
  transcode versions still xvid and xvidcvs are listed here.
- Support for xvid4conf, a tool to tweak all options of the
  new dev-api-4 XviD codec. You need at least transcode 0.6.9
  and xvid4conf 1.6 for this to work.
  Note: the xvid4 settings will be used for all titles of your
  project. Also they don't take effect in cluster mode. This will
  change for future dvd::rip/transcode releases.

New/Changed X?S?VCD|CVD stuff:
- Renamed '(S)VCD' container format to 'MPEG', which is in fact
  what it is.
- Added new MPEG "Codecs": XSVCD, XVCD and CVD
  - SVCD and VCD create standard conform streams. You
    can't change parameters to non-standard values.
  - XSVCD and XVCD allow you to choose arbitrary video and
    audio bitrates / samplerates.
  - CVD allows you everything (like X(S)VCD), but additionally
    dvd::rip checks for correct frame sizes.
- Added new Clip & Zoom presets: CVD anamorph and XSVCD
  anamorph for PAL and NTSC.
- Added new Preference: "Default Container Format", fixing also
  a mismatch, if you choosed 'SVCD' or 'VCD' as a default codec,
  but dvd::rip still set to 'avi' container format by default.
- Audio bitrate 224 was missing in the popup list.
- Renamed 'Target format' to 'Select container' and the 'Video
  codec' label got renamed to 'MPEG variant' for the MPEG
  container"

Thanks to James L. Paul who urged me to implement the CVD
stuff, which hopefully introduced not too many bugs ;)
2003-08-31 18:42:04 +00:00
mrg
2a7ddd7bea new package for "dvdrip":
dvd::rip is a full featured DVD copy program written in Perl. It
provides an easy to use but feature-rich Gtk+ GUI to control almost
all aspects of the ripping and transcoding process. It uses the widely
known video processing swissknife transcode and many other Open Source
tools. dvd::rip itself is licensed under GPL / Perl Artistic License.

	"And note: it's spelled dvd::rip, and nothing else."
2003-06-23 07:36:14 +00:00