Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 115
View file
ffxvid.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Dec 21 12:20:00 UTC 2025 - microchip8@proton.me + +- Update to version 1.8.15 + * Bugfix in the zscale scale filter for Lanczos3/4 + +------------------------------------------------------------------- Fri Nov 28 20:25:00 UTC 2025 - microchip8@proton.me - Update to version 1.8.14
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.8.14 +Version: 1.8.15 Release: %mkrel 1 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.8.14.tar.gz/ChangeLog -> ffxvid-1.8.15.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2025-12-21 - ffxvid 1.8.15 + * Bugfix in the zscale scale filter for Lanczos3/4 + 2025-11-28 - ffxvid 1.8.14 * Add support for Spline64 zimg zscale filter. Requires latest FFmpeg from git
View file
ffxvid-1.8.14.tar.gz/ffxvid -> ffxvid-1.8.15.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.8.14 -# Date: 2025-11-28 +# Version: 1.8.15 +# Date: 2025-12-21 # # 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.8.14" +version="1.8.15" CFG="$HOME/.ffxvid" cfgversion="18" @@ -1719,8 +1719,16 @@ if ! -z "$ZSCALER" ; then presetconf_func zimg zfilter="$ZSCALER" - test "$ZSCALER" = "lanczos3" && zparam=":param_a=3" - test "$ZSCALER" = "lanczos4" && zparam=":param_a=4" + case "$zfilter" in + lanczos3) + zfilter="lanczos" + zparam=":param_a=3" + ;; + lanczos4) + zfilter="lanczos" + zparam=":param_a=4" + ;; + esac else echo brown "Software Scalers"
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
.