Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 189
View file
ffx264.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Sep 07 08:20:00 UTC 2026 - microchip8@proton.me + +- Update to version 4.4.5 + * Update the Dolby audio profiles + +------------------------------------------------------------------- Sun Aug 16 09:33:00 UTC 2026 - microchip8@proton.me - Update to version 4.4.4
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 4.4.4 +Version: 4.4.5 Release: %mkrel 1 Summary: A small shell script for encoding to H.264/AVC with FFmpeg License: GPL-2.0+
View file
ffx264-4.4.4.tar.gz/ChangeLog -> ffx264-4.4.5.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2026-09-07 - ffx264 4.4.5 + * Update the Dolby audio profiles + 2026-08-16 - ffx264 4.4.4 * Disabling of (E)AC3 DRC is only possible when converting to the same or another codec. If doing stream copy, warn
View file
ffx264-4.4.4.tar.gz/ffx264 -> ffx264-4.4.5.tar.gz/ffx264
Changed
@@ -4,8 +4,8 @@ # encoding to H.264/AVC video using FFmpeg and libx264. # # Author: Grozdan "microchip" Nikolov <microchip8@proton.me> -# Version: 4.4.4 -# Date: 2026-08-16 +# Version: 4.4.5 +# Date: 2026-09-07 # # ffx264 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.4.4" +version="4.4.5" CFG="$HOME/.ffx264" cfgversion="50" @@ -2632,7 +2632,7 @@ AC3_AUDi="$($FFPROBE -i "$input" -v quiet -select_streams a:${audindexi} -show_entries stream=codec_name -of default=noprint_wrappers=1:nokey=1)" if "${AC3_AUDi}" = "ac3" -o "${AC3_AUDi}" = "eac3" ; then - printf "Track $i: Disable (E)AC-3 DRC (Dynamic Range Compression)? y/N: " + printf "Track $i: Disable the (E)AC-3 DRC (Dynamic Range Compression)? y/N: " read drcoffi if "${drcoffi}" = "y" -o "${drcoffi}" = "Y" ; then ac3drci="-drc_scale:a:${audindexi} 0" @@ -3657,10 +3657,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
.