Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 188
View file
ffx264.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Aug 16 09:33:00 UTC 2026 - microchip8@proton.me + +- Update to version 4.4.4 + * Disabling of (E)AC3 DRC is only possible when converting + to the same or another codec. If doing stream copy, warn + and disable the option in case input is (E)AC3 + +------------------------------------------------------------------- Mon Aug 10 08:30:00 UTC 2026 - microchip8@proton.me - Update to version 4.4.3
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 4.4.3 +Version: 4.4.4 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.3.tar.gz/ChangeLog -> ffx264-4.4.4.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +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 + and disable the option in case input is (E)AC3 + 2026-08-10 - ffx264 4.4.3 * Add support for the AC-3 fixed point encoder * Add support for disabling DRC (Dynamic Range Compression)
View file
ffx264-4.4.3.tar.gz/ffx264 -> ffx264-4.4.4.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.3 -# Date: 2026-08-10 +# Version: 4.4.4 +# Date: 2026-08-16 # # 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.3" +version="4.4.4" CFG="$HOME/.ffx264" cfgversion="50" @@ -2789,6 +2789,15 @@ ;; copy) acdci="copy" + + # Can't disable (E)AC3 DRC when stream copying + if ! -z "${ac3drci}" ; then + ac3drci="" + echo + error "-> Warning: can't disable (E)AC3 DRC when doing stream copy!" + echo + fi + # FPS conversion is incompatible with audio stream copy for # obvious reasons. We can't speed up or slow down audio that's # being copied. Audio filters have no effect on stream copy.
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
.