Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 179
View file
ffx264.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sat Dec 20 16:27:00 UTC 2025 - microchip8@proton.me + +- Update to version 4.3.3 + * Bugfix in the zscale scale filter for Lanczos3/4 + +------------------------------------------------------------------- Fri Nov 14 08:25:00 UTC 2025 - microchip8@proton.me - Update to version 4.3.2
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 4.3.2 +Version: 4.3.3 Release: %mkrel 1 Summary: A small shell script for encoding to H.264/AVC with FFmpeg License: GPL-2.0+
View file
ffx264-4.3.2.tar.gz/ChangeLog -> ffx264-4.3.3.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2025-12-20 - ffx264 4.3.3 + * Bugfix in the zscale scale filter for Lanczos3/4 + 2025-11-14 - ffx264 4.3.2 * Set default in-script FFmpeg scaler to natural bicubic spline and the default zimg scaler to spline36
View file
ffx264-4.3.2.tar.gz/ffx264 -> ffx264-4.3.3.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.3.2 -# Date: 2025-11-14 +# Version: 4.3.3 +# Date: 2025-12-20 # # 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.3.2" +version="4.3.3" CFG="$HOME/.ffx264" cfgversion="47" @@ -1882,8 +1882,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" @@ -2487,7 +2495,7 @@ error "-> No such file! Skipping!" echo else - subtitles="subtitles=\"$(realpath -e "$subfile")\"," + subtitles="subtitles=\"$(realpath "$subfile")\"," fi fi ;; @@ -2497,7 +2505,7 @@ if ! -z "$batchmode" ; then test -z "$subpos" && subtitles="subtitles=\"\$i\":si=0," || subtitles="subtitles=\"\$i\":si=$subpos," else - test -z "$subpos" && subtitles="subtitles=\"$(realpath -e "$input")\":si=0," || subtitles="subtitles=\"$(realpath -e "$input")\":si=$subpos," + test -z "$subpos" && subtitles="subtitles=\"$(realpath "$input")\":si=0," || subtitles="subtitles=\"$(realpath "$input")\":si=$subpos," fi ;; ""|*)
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
.