Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 122
View file
ffxvid.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Sep 07 08:20:00 UTC 2026 - microchip8@proton.me + +- Update to version 1.9.5 + * Update the Dolby audio profiles + +------------------------------------------------------------------- Wed Aug 19 09:15:00 UTC 2026 - microchip8@proton.me - Update to version 1.9.4
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.9.4 +Version: 1.9.5 Release: %mkrel 1 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.9.4.tar.gz/ChangeLog -> ffxvid-1.9.5.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2026-09-07 - ffxvid 1.9.5 + * Update the Dolby audio profiles + 2026-08-19 - ffxvid 1.9.4 * Bugfix: detection code for disabling of (E)AC3 DRC was missing
View file
ffxvid-1.9.4.tar.gz/ffxvid -> ffxvid-1.9.5.tar.gz/ffxvid
Changed
@@ -4,8 +4,8 @@ # to Xvid/MPEG-4 Part 2 video using FFmpeg and libxvid. # # Author: Grozdan "microchip" Nikolov <microchip8@proton.me> -# Version: 1.9.4 -# Date: 2026-08-19 +# Version: 1.9.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="1.9.4" +version="1.9.5" CFG="$HOME/.ffxvid" cfgversion="19" @@ -3362,10 +3362,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
.