========================================= Yet Another Set of MEncoder Scripts ========================================= YAMS Copyright (C) 2006,2007,2008,2009 V. Spinelli for SpinelliCreations.com This program comes with ABSOLUTELY NO WARRANTY This is free software, released under GNU GPL, and you are welcome to redistribute it. ========================================= REVISION HISTORY ========================================= - Only versions including and after 0.1.a are logged and retrievable. ========================================= Method: ----------------------------------------- v.A.B[s] D where A = version B = revision [s] = test build sign D = date put into use (completed) ========================================= BUILDS: ----------------------------------------- v.0.0 Sept. 06 ----------------------------------------- menc_movie.sh [new] -- Between Sept. 06 and July 07: - menc_series.sh [new] - menc_movie.sh [in progress] v.0.1.alpha July 07 ----------------------------------------- menc_movie.sh [modified] menc_series.sh [modified] options.sh [new] common.sh [new] README.txt [new] REV_HISTORY.txt [new] v.0.1.beta Feb. 08 ----------------------------------------- menc_movie.sh [modified] menc_series.sh [modified] menc_file.sh [new] options.sh [modified] common.sh [modified] LICENSE.txt [new] README.txt [modified] REV_HISTORY.txt [updated] v.0.2 Mar. 08 ----------------------------------------- menc_movie.sh menc_series.sh menc_file.sh menc_merge.sh [new] options.sh options_core.sh [new] common.sh common_2.sh [new] LICENSE.txt README.txt [modified] REV_HISTORY.txt [updated] Notes: - added support for merging multiple video files into a single video file. - separated core options into a different file, so that the user should only edit 'options.sh'. - added a 2nd common file, common_2.sh, to make the command line structure for the new 'merge' function more simple. v.0.2.r2 Apr. 09 ----------------------------------------- help - REV_HISTORY.txt [updated] - LICENSE.txt - README.txt [modified] options.sh [modified] yams_batch.sh [new] yams.sh [new] Notes: - unified into a single script. v.0.2.r3 May. 09 ----------------------------------------- help - REV_HISTORY.txt [updated] - LICENSE.txt - README.txt [modified] options.sh [modified] yams_batch.sh [new] yams.sh [modified] Notes: - added 'FOLDER' command to cycle through folders running ./yams FILE on each file in a folder. - added 'THREADSQ' option to options file, allowing users to tweak the performance for their specific processor. ------------------------------------------