1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
<html>
<title>OGMRip</title>
<subtitle>Welcome to the OGMRip website</subtitle>
<alternates>
<alternate name="français">fr/index.html</alternate>
</alternates>
<content>
<p>OGMRip is an application and a set of libraries for ripping and encoding DVD into AVI, OGM, MP4, or Matroska files using a wide variety of codecs. It relies on mplayer, mencoder, ogmtools, mkvtoolnix, mp4box, oggenc, lame, and faac to perform its tasks.</p>
<p>The GUI features a clean <a href="http://developer.gnome.org/projects/gup/hig/">HIG</a>-compliant GNOME 2 interface and tries to minimize as much as possible esoteric settings.</p>
<p>A CLI client is also available, it's called shRip.</p>
<h2>Features</h2>
<ul>
<li>transcodes from DVD or files</li>
<li>outputs OGM, AVI, MP4, or Matroska files</li>
<li>supports a lot of codecs (Vorbis, MP3, PCM, AC3, DTS, AAC, XviD, LAVC, X264, Theora)</li>
<li>calculates video bitrate for a given file size</li>
<li>autodetects cropping parameters and scaling factors</li>
<li>supports multiple audio and subtitles streams encoding</li>
<li>extracts subtitles in SRT or VobSub format</li>
<li>uses maximum quality codecs switches</li>
<li>rips contiguous chapters</li>
<li>supports external audio (PCM, MP3, AC3, DTS, AAC, Vorbis) and subtitles (MicroDVD, SubRip, SRT, Sami, VPlayer, RT, SSA, PJS, MPSub, AQT, JacoSub, VobSub) files</li>
<li>provides customisable encoding profiles</li>
<li>is extensible through plugins</li>
</ul>
<h2>Screenshots</h2>
<ul>
<li><a href="shots/ogmrip-main.png">Main window</a></li>
<li>
Preferences dialog<br/>
   <a href="shots/ogmrip-pref-general.png">General tab</a><br/>
   <a href="shots/ogmrip-pref-advanced.png">Advanced tab</a>
</li>
<li><a href="shots/ogmrip-options.png">Options dialog</a></li>
<li><a href="shots/ogmrip-profiles.png">Profiles dialog</a></li>
<li>
Profile editor dialog<br/>
   <a href="shots/ogmrip-profile-general.png">General tab</a><br/>
   <a href="shots/ogmrip-profile-video.png">Video tab</a><br/>
   <a href="shots/ogmrip-profile-audio.png">Audio tab</a><br/>
   <a href="shots/ogmrip-profile-subp.png">Subtitles tab</a><br/>
</li>
<li><a href="shots/ogmrip-encoding-queue.png">Encodings dialog</a></li>
<li><a href="shots/ogmrip-crop.png">Cropping dialog</a></li>
<li><a href="shots/ogmrip-progress.png">Progress dialog</a></li>
</ul>
<h2 id="faq">FAQ</h2>
<p>
<b>Q.</b> Can I use OGMRip without its GUI ?<br/>
<b>A.</b> Yes you can. OGMRip is primarily a set of libraries. Not a GUI. There is a CLI client, it's called shRip, and it's available <a href="http://sourceforge.net/project/showfiles.php?group_id=75595&package_id=196190">here</a>.
</p>
<p>
<b>Q.</b> Is there something like a preview mode ?<br/>
<b>A.</b> Not exactely, but you can encode only one chapter or two with the relative button checked.
</p>
<p>
<b>Q.</b> Automatic cropping parameters detection is not very accurate. How can I improve this ?<br/>
<b>A.</b> Click Extract, uncheck Automatic cropping, click Autodetect, click the Crop button. You should then see a random frame on which you can check the cropping parameters. You can also select another frame with the slide bar.
</p>
<p>
<b>Q.</b> Whatever the cropping parameters I manually set, OGMRip never respects them. What's happening ?<br/>
<b>A.</b> Many codecs requires that the width and height of the video are dividers of 16. OGMRip rounds down the cropped area so that this is always the case.<br/>
</p>
</content>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="sidebar.xml"/>
</html>
|