xvidenc enables encoding DVDs or video files to the XviD format.
Advanced shell script for encoding DVDs or video files to the XviD format using the encoding utility MEncoder from MPlayer. Supports all the useful options an end-user would need to make a successful encode. The script is a CLI front end to MEncoder.
The script is targeted primarily at power users who like to tweak their settings in order to achieve best possible quality
The script supports ALL options of the XviD library version 1.1.2 and has further support for 1-pass, 2-pass and fixed-quant encoding modes, 11 different software scalers, DVD cropping, interlaced encoding, deinterlacing of video content, setting output frame rate value, various audio codecs (MP2, MP3, AC3, AAC, PCM, ADPCM), file splitting, and more.
· Ключевые особенности и характеристики xvidenc 6.7
Не определены
· Ограничения xvidenc 6.7
Ограничения не определены
· Специальные требования xvidenc 6.7
· MPlayer >= 1.0rc1
· xvid >= 1.1.0
· LAME
· История версий и изменений xvidenc
Версия: 6.7
· Implemented '-p help' option for quick help on quality presets usage. Now user can use 'xvidenc -p help' to get a quick help on presets and how to use them.
· Added one more quality preset (Normal Quality (NQ))
· Removed obsolete checking for resolution format since the $scale variable translates it to the correct
· MEncoder format no matter if user uses a : or x for the resolution
· Added support for checking disk space left over in the destination output directory. If < 4 GB then user will be warned that he's running out of disk space in that location.
· Decreased default difference threshold deblocking value for video files to 70 as a too high value can smear details too much
· Removed an extra "layer" of piping in variables. There's no need to "cat" a file and then pipe the output to "grep" to get a specific value from that file as "grep" can do it by itself. No need to do $(cat /path/to/file/file_name grep "value") instead use $(grep "value" /path/to/file/file_name)
· Small cosmetic changes
· Updated the man page and fixed recommended quality presets. Recommended presets should be 'vhq', 'ehq' and 'uhq' instead of 'mq' and 'hq'
· Описание и дополнения от редакторов и пользователей сайта