Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 121
View file
ffxvid.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Aug 19 09:15:00 UTC 2026 - microchip8@proton.me + +- Update to version 1.9.4 + * Bugfix: detection code for disabling of (E)AC3 DRC was missing + +------------------------------------------------------------------- Sun Aug 16 09:33:00 UTC 2026 - microchip8@proton.me - Update to version 1.9.3
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.9.3 +Version: 1.9.4 Release: %mkrel 1 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.9.3.tar.gz/ChangeLog -> ffxvid-1.9.4.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2026-08-19 - ffxvid 1.9.4 + * Bugfix: detection code for disabling of (E)AC3 DRC was missing + 2026-08-16 - ffxvid 1.9.3 * Disabling of (E)AC3 DRC is only possible when converting to the same or another codec. If doing stream copy, warn
View file
ffxvid-1.9.3.tar.gz/ffxvid -> ffxvid-1.9.4.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.3 -# Date: 2026-08-16 +# Version: 1.9.4 +# Date: 2026-08-19 # # 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.3" +version="1.9.4" CFG="$HOME/.ffxvid" cfgversion="19" @@ -2339,8 +2339,10 @@ audmapi="-map ${atracki}" + 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"
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
.