Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 298
View file
ffhevc.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Sep 07 08:20:00 UTC 2026 - microchip8@proton.me + +- Update to version 4.7.12 + * Update the Dolby audio profiles + +------------------------------------------------------------------- Thu Aug 27 07:51:00 UTC 2026 - microchip8@proton.me - Update to version 4.7.11
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.7.11 +Version: 4.7.12 Release: %mkrel 1 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.7.11.tar.gz/ChangeLog -> ffhevc-4.7.12.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2026-09-07 - ffhevc 4.7.12 + * Update the Dolby audio profiles + 2028-08-27 - ffhevc 4.7.11 * Tuning to the built-in script preset. Better psy balance for grainy and clean sources and for SDR and HDR10
View file
ffhevc-4.7.11.tar.gz/ffhevc -> ffhevc-4.7.12.tar.gz/ffhevc
Changed
@@ -4,8 +4,8 @@ # encoding to H.265/HEVC video using FFmpeg and libx265. # # Author: Grozdan "microchip" Nikolov <microchip8@proton.me> -# Version: 4.7.11 -# Date: 2026-08-27 +# Version: 4.7.12 +# Date: 2026-09-07 # # ffhevc is free software ; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,7 +26,7 @@ brown() { echo -e "\e0;33m$1\e0;39;49m"; } error() { echo -e "\e1;31m$1\e0;39;49m"; } -version="4.7.11" +version="4.7.12" CFG="$HOME/.ffhevc" cfgversion="111" @@ -137,7 +137,7 @@ # libx265 parameters for the 'script' preset # merange is calculated as: ctu size - 4(luma) - 2(chroma) (- 1 if me=hex is used) -X265PARAMS="ref=4:me=umh:merange=52:subme=7:bframes=6:rd=4:rd-refine=0:qcomp=0.60:fades=1:strong-intra-smoothing=0:ctu=32:qg-size=32:sao=0:selective-sao=0:cu-lossless=1:cutree=1:tu-inter-depth=4:tu-intra-depth=4:max-merge=5:rskip=2:rskip-edge-threshold=1:rc-lookahead=240:lookahead-slices=2:aq-mode=1:aq-strength=0.9:rdoq-level=1:psy-rd=2.3:psy-rdoq=2.0:limit-modes=1:limit-refs=0:limit-tu=0:deblock=-3,-3:weightb=1:weightp=1:rect=1:amp=1:wpp=1:b-intra=1:b-adapt=2:b-pyramid=1:tskip=0:tskip-fast=0:fast-intra=0:early-skip=0:splitrd-skip=0:refine-mv=3:refine-intra=4:refine-inter=1" +X265PARAMS="ref=4:me=umh:merange=52:subme=7:bframes=6:rd=4:rd-refine=0:qcomp=0.60:fades=1:strong-intra-smoothing=0:ctu=32:qg-size=32:sao=0:selective-sao=0:cu-lossless=1:cutree=1:tu-inter-depth=4:tu-intra-depth=4:max-merge=5:rskip=2:rskip-edge-threshold=1:rc-lookahead=240:lookahead-slices=2:aq-mode=1:aq-strength=0.9:rdoq-level=1:psy-rd=2.3:psy-rdoq=2.2:limit-modes=1:limit-refs=0:limit-tu=0:deblock=-3,-3:weightb=1:weightp=1:rect=1:amp=1:wpp=1:b-intra=1:b-adapt=2:b-pyramid=1:tskip=0:tskip-fast=0:fast-intra=0:early-skip=0:splitrd-skip=0:refine-mv=3:refine-intra=4:refine-inter=1" # Leave empty to auto-detect ffmpeg/ffprobe/ffplay # or set your custom ones (eg, /path/to/bin/ffmpeg) @@ -3808,10 +3808,18 @@ eac3|truehd) get_audio_profile_func case "${GETAUDPROFi}" in - "Dolby Digital Plus + Dolby Atmos"|"Dolby TrueHD + Dolby Atmos") - if ! -z "$(echo "${GETAUDPROFi}" | grep 'Digital')" ; then + "Dolby Digital Plus + Dolby Digital Plus"|"Dolby Digital Plus + Dolby Digital"|"Dolby Digital Plus + Dolby Atmos"|"Dolby TrueHD + Dolby Atmos") + if ! -z "$(echo "${GETAUDPROFi}" | grep 'Dolby Digital Plus + Dolby Digital Plus')" ; then audcorecdci="eac3_core" - audcdcnamei="(E-)AC-3" + audcdcnamei="E-AC-3" + audcdcmetai="E-AC-3" + elif ! -z "$(echo "${GETAUDPROFi}" | grep 'Dolby Digital Plus + Dolby Digital')" ; then + audcorecdci="eac3_core" + audcdcnamei="AC-3" + audcdcmetai="AC-3" + elif ! -z "$(echo "${GETAUDPROFi}" | grep 'Dolby Digital Plus + Dolby Atmos')" ; then + audcorecdci="eac3_core" + audcdcnamei="E-AC-3" audcdcmetai="E-AC-3 + Atmos" else audcorecdci="truehd_core"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.