-
* Added new function video_subtitles_align_func() for subtitle alignment control
* Simplified a bit the audio exporting code for the first track
* Force stereo audio for Nero HE-AACv2 as it doesn't support anything else, thus it results in failure if user tries to encode with more than two channels. This updates the audio_channels_func() function and also adds a small new independent one...
2009-10-24 12:47:00 UTC by microbooster
-
microbooster made 2 file-release changes.
2009-10-24 12:46:01 UTC by microbooster
-
microbooster made 1 file-release changes.
2009-09-29 16:03:05 UTC by microbooster
-
* Insert the ilpack filter before the scaler to correctly align chroma when preserving interlacing
* Added AUDIO_CODEC_TRACK[1|2|3], AUDIO_LANGUAGE_TRACK[1|2|3], MKVMERGE_VERSION and XVIDENC_PARAMETERS entries to the mkvtags_func() function
* Improved checking the availability of block devices
* Add detection of VFR content (1000 fps as reported by MPlayer)
2009-09-29 16:02:43 UTC by microbooster
-
microbooster made 1 file-release changes.
2009-09-29 16:02:11 UTC by microbooster
-
* Added VIDEO_FILTERS, AUDIO_FILTERS_TRACK[1|2|3], ENCODER and XVID_PARAMETERS entries to the mkvtags_func() function
* MP3 (MPEG1 Layer 3) only supports sample frequencies of 32, 44.1 and 48 kHz so restrict to those only in the audio_resample_func() function
* Set default for the pp7 deblocker to 3
* Fixed example typo in the DVD chapters code.
2009-09-19 09:30:04 UTC by microbooster
-
microbooster made 2 file-release changes.
2009-09-19 09:30:01 UTC by microbooster
-
* Small improvement to how the MKV XML tagging file gets exported. Also improved the XML formatting and added COMMENT string with text "Tagged by xvidenc $version" and added SOURCE entry
* Added comment tag for MP4 and OGM with the same text as above
* Small update to the video_deinterlace_func() function's menu
* Add comment header with dates to batch files
* Use only lowercase...
2009-09-16 10:52:33 UTC by microbooster
-
microbooster made 2 file-release changes.
2009-09-16 10:52:01 UTC by microbooster
-
* Added support for the noise video filter. This change updates the config file to version 10. Also, encoding priority now defaults to a nice value of 10 in the config file
* Moved out the code which checks and backups/renames a file if it has the same name as the output provided by the user to a separate function called backup_file_func() and also improved it so that if there's already an...
2009-09-05 11:14:23 UTC by microbooster