Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 120
View file
ffxvid.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Aug 16 09:33:00 UTC 2026 - microchip8@proton.me + +- Update to version 1.9.3 + * 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 15:42:00 UTC 2026 - microchip8@proton.me - Update to version 1.9.2
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.9.2 +Version: 1.9.3 Release: %mkrel 1 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.9.2.tar.gz/ChangeLog -> ffxvid-1.9.3.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +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 + and disable the option in case input is (E)AC3 + 2026-08-10 - ffxvid 1.9.2 * Add support for the AC-3 fixed point encoder * Add support for disabling DRC (Dynamic Range Compression)
View file
ffxvid-1.9.2.tar.gz/ffxvid -> ffxvid-1.9.3.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.2 -# Date: 2026-08-10 +# Version: 1.9.3 +# 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="1.9.2" +version="1.9.3" CFG="$HOME/.ffxvid" cfgversion="19" @@ -2497,6 +2497,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
.