Notes:
* Converted most of the variables in the video_subtitles_func() function to arrays. Moderately reduces some code duplication
* Use array variables ${SUBFILE[2]} and ${SUBFILE[3]} instead of ${OUTPUT%.*}_sub2 and ${OUTPUT%.*}_sub3 when dumping the second/third DVD subtitle
* Simplified the MKV cover art importing code
* Major audio code restructuring and partial rewrite. Converted virtually all audio variables to array variables. This reduces a lot of code duplication and makes the audio code much easier and extensible
* Added support for a third DVD audio track
* Added support for per track audio codec for DVD encodings
* Use external flac encoder to encode to FLAC audio as doing it through mencoder is terribly broken. This updates the config file to version 7 and adds the 'flac' encoder as dependency
* Use only one named pipe when encoding audio tracks to neroAAC/AAC+/Vorbis/FLAC
* Updated and optimized the containers muxing code to support the above audio changes
* Updated the bitrate calculation code for target size to support the above audio changes
* Disallow autocropping, if enabled in the config file, for directory batch encodings
* Disallow automatic detection of audio sample rate for directory batch encodings
* Added support for MP4 hinting for RTP/RTSP sessions
* Updated the man page
Changes:
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use