Прямым назначением BPGconv является конвертирование нового формата изображения BPG (Better Portable Graphics).
BPGconv позволит вам преобразовывать JPEG, PNG, GIF, TIFF, BMP в формат BPG или в обратном порядке.
LAV Filters - набор фильтров DirectShow на основе libavformat и библиотек из проекта FFmpeg, который позволит вам проигрывать практически любой формат в плеере, поддерживающим DirectShow.
В новой версии улучшена совместимость аппаратного декодирования HEVC. Полный список улучшений:
General
- NEW: Individual LAV Filters can now be blacklisted through the registry by creating a key with the executable name in HKCUSoftwareLAV<Filter>Blacklist
LAV Splitter
- NEW: Support for RTMP using rtmpdump-style parameter syntax
- NEW: Support for Opus-in-TS
- Fixed: The language reported for audio/subtitle streams on some Blu-rays could be wrong
LAV Video
- NEW: HEVC Main10 decoding in DXVA2 Copy-Back mode
- Faster: DXVA2 Copy-Back in direct output mode uses up to 50% less CPU and performance is improved accordingly
- Fixed: H.264 streams with only DTS timestamps would play out of sync with DXVA2
- Fixed: DXVA2 could crash on some MPEG-2 streams
- Fixed: Improved compatibility with a few HEVC streams when using DXVA2
Мы рады сообщить, что x265 достиг версии 1.5. Релиз имеет значительные улучшения эффективности сжатия в Main10, а также общее улучшение производительности по сравнению с выпуском 1.4. Психо-визуальная оптимизация теперь включена по умолчанию в пресетах, которые могут её поддерживать (medium, slow, slower, veryslow и placebo).
Добавлено:
* analysis re-use features have been completed
* rate control zones have been introduced
* --tune grain introduced
* deblocking tC and Beta offsets are now configurable
* denoise is seperately configurable for inter and intra CUs
* frame based CSV logging has been improved
* New support for VTune task profiles
Пресеты и значения по умолчанию:
ultrafast no longer disables the deblocking loop filter
psy-rd defaults to 0.3 (was 0, disabled)
psy-rdoq defaults to 1.0 (was 0, disabled)
aq-mode defaults to 1 (was 2, auto-variance)
4:2:2 and 4:4:4 encodes no longer generate compliance warnings
Изменения API:
param.rc.rateTolerance был удален и заменен на более простой param.rc.bStrictCbr.