Difference between
modified post 80127 by RipMinion on Sun 3rd Jan 21:39 and
original post 80124 by RipMinion on Sun 3rd Jan 21:28
Show old version | new version | both versions

    
33
                                       Easy Rips & x264 Encodes
44
                                            ~ RipMinion ~
66
                            (inspired by secretmyth, Titan79 & newartriot)
88
  =====  Encoding for an Optimal blend of Compression, Quality, AVCHD Compliancy, BluRay/PS3/XBOX-ready  =====
1111
Note: when copy-pasting from this document, manually replace all occurrences of: ^RIPBOT-TOOLS-FOLDER^ with your full installation Path for RipBot264\Tools (eg. C:\RipBot264\Tools ), and manually replace all occurrences of: # and ## with the obviously appropriate digit(s): # = 1..9 , ## = 86 or 64.
1515
+++++++ Installing RipBot264 encoder plus extras (one-time-only steps... until upgrade) +++++++
1818
*** RipBot264 Download, Install and Run; if RipBot prompts for prerequisite codecs then download and install them as well ...
2020
  http://www.videohelp.com/tools/RipBot264
2222
  I use 'K-Lite Mega Codec Pack' to fulfill most prerequisites: (though feel free to use what works for you)
2323
  http://www.codecguide.com/download_kl.htm
2424
  http://www.codecguide.com/klcp_update.htm
2626
  If using 'K-Lite Codec Pack' then you may need to turn off 'Hard-Coded Subtitles':  click Start -> All Programs -> K-Lite Codec Pack -> Configuration -> DirectVobSub -> General tab -> (1) set Loading to 'Load when needed' then (2) click Misc tab -> check/enable Hide subtitles.
2929
*** Download and Extract Nero AAC (the best AAC encoder) to ^RIPBOT-TOOLS-FOLDER^\neroAacEnc\neroAacEnc.exe ...
3131
  http://www.nero.com/eng/downloads-nerodigital-nero-aac-codec.php
3434
*** Download and Extract Decomb Plugin for Avisynth(v2.5) to ^RIPBOT-TOOLS-FOLDER^\AviSynth plugins\decomb.dll ...
3636
  http://neuron2.net/decomb/decombnew.html
3737
  http://neuron2.net/www.math.berkeley.edu/benrg/avisynth-reference.html
4040
*** To Rip & Decrypt protected DVDs, Download, Install and Run DVDFab (the Decryption is FREE forever); also get AutoDVDFab ...
4242
  http://www.videohelp.com/tools/DVDFab_Decrypter
4545
*** Download and Install FixVTS.  After DVD rips: Run FixVTS, check all boxes, Open the DVD's VIDEO_TS.VOB file, Click 'Full DVD' ...
4747
  http://www.videohelp.com/tools/FixVTS
4848
  Also, for stubborn DVDs:  http://www.videohelp.com/tools/VOBMerge
5151
+++++++ AFTER installing RipBot264 (one-time-only 'Create Profile'; discretionary 'Select Profile' & Decomb ) +++++++
5454
*** Create / Select a Video Profile for "[HIGH 3.0] 480p (advise CQ=20)" with these x264 Options (use Copy-Paste, RipBot's gui widgets Erase some options)...
5656
  --tune film --level 3.0 --vbv-maxrate 9000 --vbv-bufsize 9000 --aud --nal-hrd --mixed-refs --b-adapt 2 --direct auto --aq-mode 2 --subme 10 --trellis 2 --rc-lookahead 60 --partitions all --me umh --thread-input --no-fast-pskip --merange 64
5858
  Then, Select Video setting "Mode" = "CQ", and "CQ" = "20", Audio settings "Audio" = "5.1" track, Audio "Profile" = "5.1" 192kbps.
6161
*** Create / Select a Video Profile for "[HIGH 3.1] 720p (advise CQ=25)" with all the same settings as above except for these Changes ...
6363
  --level 3.1 --vbv-maxrate 13000 --vbv-bufsize 13000
6565
  Then, Select "CQ" = "25".  If "25" makes the filesize just too large, use "26" instead.
6868
*** Click Properties button, Click 'show script' {above the still-frame picture}, then ...
7070
  Click Preview button, Look carefully at some still-frames (drag slider), Verify that No frames appear streaked or 'Combed' horizontally and that the playback is not jerky, especially during pans and scrolls (eg. credit roll).  If all is well then ignore the next 9 Indented Text Lines (because we don't need to fix what isn't broke); otherwise, if something seems amiss then Click beneath the 'Deinterlace' comment and Copy-Paste the next 3 Indented Text Lines at that location ...
7272
    LoadPlugin("D:\Downloads\Family\Install\RipBot264\Tools\AviSynth plugins\decomb.dll")
7373
    video=Telecide(video,blend=true,post=2,guide=1)
7474
    video=Decimate(video,quality=3,mode=3,threshold=2.0,cycle=5)
7676
    *** The above Reduces FPS by 1/5 (eg. 30fps -> 23.976).  If original FPS was already 23.976fps? try:  "mode=1" (preserve FPS).
7777
    *** Verify Successful Decomb/Deinterlace: Click Preview & Inspect some still-frames; plus, Play to Verify no jerky pan/scroll.
7878
    *** If PAL video source (25fps)? use:  "guide=2" , "mode=0" , "cycle=25" (reduces FPS by 1/25) , but if jerky try:  "mode=1" .
7979
    *** No? try:  Insert below 'LoadPlugin' either:  video=AssumeTFF(video) ,or video=AssumeBFF(video) .  No? Anime? try:  "mode=2" .
8080
    *** No? try:  "post=1" , "mode=3" , Insert above 'Telecide':  video=FieldDeinterlace(video) , but if jerky try:  "mode=1" .
8181
    *** Regarding other deinterlace related gui widgets, please do Not click/change; they'll likely conflict with our Decomb script.
8383
  If the video simply looked better before attempting Any of the above decomb/deinterlacing script lines then just remove them All.
8484
  If desiring AVCHD Compliancy (may re-size), Click Size then Choose: "SD-NTSC" (480p) , "HD-Ready" (720p) , or "HD-Full" (1080i/p).
8585
  Regarding re-size, it adds a nice filter '.Sharpen(0.2)', but if you really don't want to re-size then remove '.AddBorders(...)'.
8686
  Some other handy gui widgets are 'DeNoise' for older analog video, plus adding x264 option '--DeBlock 3:3' for Satellite video.
8787
  Click Ok, then Click Done to add this 'Job' to RipBot's queue.  Add more Jobs if desired.  But, don't Click Start button just yet.
9191
+++++++ AFTER Adding Job(s) to Queue, manually Edit this '.cmd' file EVERY time BEFORE Clicking Start (discressionary steps) +++++++
9494
*** For improved Audio: Change Job file "%TEMP%\RipBot264temp\Job#\Job#_EncodeAudio.cmd" by Erasing all after " | " and append ...
9696
  "^RIPBOT-TOOLS-FOLDER^\neroAacEnc\neroAacEnc.exe" -q 0.25 -he -ignorelength -if - -of "%TEMP%\RipBot264temp\audio.aac"
9898
   Info: Nero AAC-HE (an extension of AAC-LC) is not really so much about 100% absolute top-quality but about sounding virtually indistinguishable from the original audio source to the vast majority of people at conservative bit rates.  I sought a good compromise for filesize/quality, researched several reputable audio and encoding sites, such as hydrogenaudio, and tested their recommendations for optimal results.  But of course, feel free to alter options to suit yourself.
101101
*** Test the new movie(s) with several players (especially mplayer2, a good indicator of compatibility).  Presume ready for archival and/or distribution.
104104
*** Recommend this cross-platform video player to viewers:  http://www.videolan.org/vlc/
107107
*** More resources and links...
109109
  Subtitle Search Engine 1  :  http://www.opensubtitles.org/
110110
  Subtitle Search Engine 2  :  http://subscene.com/filmsearch.aspx
111111
  Subtitle Search Engine 3  :  http://www.subtitlesource.org/
112112
  Picture Art, covers, etc. :  http://www.cdcovers.cc/
113113
  Movie Database & ratings  :  http://www.imdb.com/search
114114
  Hide torrents in a pic    :  http://www.hid.im/
115115
  URL Link Shortener        :  http://j.mp/
116116
  File Synchronize Freeware :  http://www.cis.upenn.edu/~bcpierce/unison/index.html
120120
+++++++ Burn to disc (discressionary steps) +++++++
123123
For fast & easy Convert-to-DVD, Burn, and Play on any DVD Player from DVD-R or DVD+R_DL media, I recommend 'ConvertXtoDVD' software. Either buy or search for the Torrent.
126126
For fast & easy Convert-to-AVCHD, Burn, and Playback on BluRay Players & PS3 in full 720p quality from a variety of disc types (DVD-R, DVD+R_DL, BD-R, BD-RE, etc.), I recommend 'multiAVCHD' freeware {link follows}.  It can auto-generate a slick customizable iTunes-style slide menu for multiple movies and burn everything to a single disc!  100% AVCHD Compliant Video, such as this, is quickly made ready (Non-compliant video is automatically re-encoded thus reducing quality, wasting lots of time, and bloating file size):
128128
 http://www.videohelp.com/tools/multiAVCHD    (Note: the latest version broke AAC-HE 48KHz audio decoding, so...)
129129
 http://www.videohelp.com/tools/YAMB          (1. extract AAC audio track to .aac file)
130130
 http://www.videohelp.com/tools/dBpowerAMP    (dbPowerAMP is Free forever, only a few features expire)
131131
 http://www.dbpoweramp.com/codec-central-m4a.htm  (2. convert .aac to .wav, 3. In multiAVCHD: replace audio track)
132132
 http://ImgBurn.com/
135135
http://www.h33t.com/userdetails.php?id=148823
136+
http://1337x.org/user/RipMinion/
136137
Enjoy the show,
137138
~ RipMinion ~
Syntax highlighting:

To highlight particular lines, prefix each line with @@
   Remember me