summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alan J. Pippin [Fri, 22 May 2009 04:59:09 +0000 (22:59 -0600)]
Added instructions for making xvid encoding multi-core.
Alan J. Pippin [Thu, 21 May 2009 20:31:16 +0000 (14:31 -0600)]
Added new xvid profiles: xvidvhq (default), xvidhq, and xvid
Alan J. Pippin [Thu, 21 May 2009 20:07:35 +0000 (14:07 -0600)]
Renamed compress_vob_file method to encode_vob_file and moved to top of function list.
Since this will probably be the most commonly changed section of code, moved it up!
Alan J. Pippin [Thu, 21 May 2009 19:56:18 +0000 (13:56 -0600)]
Fixed mp4 profile
Alan J. Pippin [Thu, 21 May 2009 19:51:35 +0000 (13:51 -0600)]
Fixed errors in mp4 profiles
Alan J. Pippin [Thu, 21 May 2009 19:48:03 +0000 (13:48 -0600)]
Changed hdtv profile to xvid. Made this the default profile.
Added new profiles: mp4, mp4hq, mp4vhq
Alan J. Pippin [Thu, 21 May 2009 18:08:31 +0000 (12:08 -0600)]
Adjusted ipod/iphone MP4 encoding settings
Alan J. Pippin [Thu, 21 May 2009 16:58:27 +0000 (10:58 -0600)]
Added new iphone profile. Fixed scaling for iphone and ipod scaling factors.
Alan J. Pippin [Thu, 21 May 2009 16:30:25 +0000 (10:30 -0600)]
Major refactoring of the DVD encoding algorithms:
- Added new -p <profile> option to support multiple encoding profiles.
- Added new ipod profile for MP4 files
- Added new hdtv profile for AVI files (divx)
Added new -e <extension> option that will append a custom
suffix to the end of the dvdname that is being ripped.
Added new information to the README file, including examples.
Alan J. Pippin [Wed, 20 May 2009 22:14:53 +0000 (16:14 -0600)]
Added ability to deal with iso files given via the -n option
Alan J. Pippin [Wed, 20 May 2009 21:34:47 +0000 (15:34 -0600)]
Fixed bug with new SCALE variable setting for mencoder
Alan J. Pippin [Wed, 20 May 2009 20:26:23 +0000 (14:26 -0600)]
Updated usage for new -a option
Alan J. Pippin [Wed, 20 May 2009 20:21:59 +0000 (14:21 -0600)]
Added new aspect option -a <W:H> or -a <W> that allows the user to specify
a scaling factor to apply to the resultant video in -x mode.
Alan J. Pippin [Wed, 20 May 2009 19:49:24 +0000 (13:49 -0600)]
Moved configuration variables into their own rip_dvd.conf.dist file.
Changed rip_dvd and rip_dvd.wrap to take advantage of this.
Introduced concept of a local config file rip_dvd.conf that a user
can create, that isn't tracked by GIT, to override the defaults.
Alan J. Pippin [Wed, 20 May 2009 16:04:33 +0000 (10:04 -0600)]
Added new "church" type of DVD to the mix
Alan J. Pippin [Wed, 20 May 2009 15:53:23 +0000 (09:53 -0600)]
Redid last fix so vobfile name could be set properly
Alan J. Pippin [Wed, 20 May 2009 15:37:11 +0000 (09:37 -0600)]
Added code to remove trailing '.' character from the end of the dvdname
Alan J. Pippin [Wed, 20 May 2009 04:32:04 +0000 (22:32 -0600)]
Added mencoder_threads variable for multicore encoding support
Fixed bugs in setting audio track with -n <dvd folder> or -n <vob file> modes
Alan J. Pippin [Tue, 19 May 2009 23:10:47 +0000 (17:10 -0600)]
Cleaned up usage information for -n option
Alan J. Pippin [Tue, 19 May 2009 23:02:26 +0000 (17:02 -0600)]
Added dvdname to 2 pass logfile to enable multiple instances of rip_dvd to run concurrently
Added safedvdname declaration that removes special characters from the dvdname for 2 pass logfile name
Alan J. Pippin [Tue, 19 May 2009 22:07:22 +0000 (16:07 -0600)]
Added simple README file describing how to pull this project
Alan J. Pippin [Tue, 19 May 2009 21:58:17 +0000 (15:58 -0600)]
Added ability to handle mpg2 files handed to script to encode via -n option
Added ability to deal with DVD folder errors if handed to script to encode via -n option
Alan J. Pippin [Tue, 19 May 2009 14:05:50 +0000 (08:05 -0600)]
Added "path" ability to -n option to enable ripping from a DVD folder location
Quote protected references to $logfile
Alan J. Pippin [Mon, 18 May 2009 05:43:53 +0000 (23:43 -0600)]
Initial commit