version 0.8 ----------- * fixed cleanup section, added errors-split * corrected a typo in manpage * fixed an error in split function * fixed an error where cropdetect did not use the -forceidx option version 0.7 ----------- * fixed minor issue when changing spaces in filenames * added support for seeking by using -forceidx, this makes cropdetecting possible on all videos * fixed an issue where $video_encode_crop missed the "crop=" part * added unlinking of "divx2pass.log.temp" to --cleanup command * submitted a gentoo ebuild version 0.6 ----------- * fixed an issue where setting --videobitrate on cmdline got overwritten by the internal video_bitrate_minimal check * added usefull info in start of script * got rid of lsdvd usage * removed some use of grep * fixed an issue where the --track parameter accepted nonexisting tracks * got rid of grep usage on /proc/cpuinfo * got rid of grep usage selecting audio track * got rid of grep usage selecting videobitrate * wrote a manpage * got rid of grep usage selecting crop sizes * got rid of all use of grep * fixed an issue where cropping could make the width smaller than the width given on cmdline * added cmdline for version information * fixed an issue where filenames containing space were not understood * fixed an issue where video would be encoded to a greater width if the source width was smaller than default encoding width version 0.5 ----------- * added cmdline for cleaning up temporary files * added cmdline for choosing dvd track * now autodetects number of cpu's * added cmdline for copy only * added cmdline to lower number of passes * fixed an issue calculating video bitrate * fixed an issue when reporting number of passes version 0.4 ----------- * added cmdline for audiobitrate * added funtion to encode from filename given on cmdline * added cmdline for videobitrate * added cmdline for videowidth * added cmdline for minimal bitrate * added cmdline for threads * added cmdline for codec * fixed an issue using x.264 encoding, it no longer supports me= version 0.3 ----------- * changed split to use avisplit instead of mencoder. mencoder splitted on basis of time rather than size * added dvd usage again * several minor adjustments version 0.2 ----------- * major code cleanup * getting movielength from "mplayer -identify" now instead of "lsdvd". needed to encode non dvd video * added ability to encode non dvd video * changed cropdetect function to do a more thorrow investigation version 0.1 ----------- * basic script created, supports the following: * encoding to xvid 2pass, lavc 2pass or x264 3pass * uses threading * autodetects correct dvd track using lsdvd * autodetects correct audiotrack on dvd * removing black borders from source video * result is a 700MB avi file * creates 2 x 700MB if bitrate is too low