Projects
Multimedia
ffxvid
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 114
View file
ffxvid.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Nov 28 20:25:00 UTC 2025 - microchip8@proton.me + +- Update to version 1.8.14 + * Add support for Spline64 zimg zscale filter. + Requires latest FFmpeg from git + +------------------------------------------------------------------- Sat Nov 15 14:10:00 UTC 2025 - neutrino8@gmail.com - Update to version 1.8.13
View file
ffxvid.spec
Changed
@@ -17,7 +17,7 @@ Name: ffxvid -Version: 1.8.13 +Version: 1.8.14 Release: %mkrel 1 Summary: A small shell script for encoding to Xvid with FFmpeg License: GPL-2.0+
View file
ffxvid-1.8.13.tar.gz/ChangeLog -> ffxvid-1.8.14.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2025-11-28 - ffxvid 1.8.14 + * Add support for Spline64 zimg zscale filter. + Requires latest FFmpeg from git + 2025-11-15 - ffxvid 1.8.13 * Support setting the default zimg scaler in the config file * Use Natural Bicubic Spline FFmpeg scaler as default in-script
View file
ffxvid-1.8.13.tar.gz/ffxvid -> ffxvid-1.8.14.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.13 -# Date: 2025-11-15 +# Version: 1.8.14 +# Date: 2025-11-28 # # 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,10 +26,10 @@ brown() { echo -e "\e0;33m$1\e0;39;49m"; } error() { echo -e "\e1;31m$1\e0;39;49m"; } -version="1.8.13" +version="1.8.14" CFG="$HOME/.ffxvid" -cfgversion="17" +cfgversion="18" genconfig_func() { cat<<EOF>>"$CFG" @@ -59,7 +59,7 @@ # Constant Quantizer value # Leave empty to ask each time -CQ="3" +CQ="" # Automatically crop the input? AUTOCROP="y" @@ -89,7 +89,7 @@ # # Choose between: point, bilinear, # bicubic, spline16, spline36, -# lanczos3 and lanczos4 +# spline64, lanczos3 and lanczos4 # ZSCALER="" @@ -1730,8 +1730,9 @@ echo " 2 -> Bicubic" echo " 3 -> Spline16" echo " 4 -> Spline36" - echo " 5 -> Lanczos3" - echo " 6 -> Lanczos4" + echo " 5 -> Spline64" + echo " 6 -> Lanczos3" + echo " 7 -> Lanczos4" echo printf "Specify the Software Scaler default is 4: " read swsopt @@ -1741,8 +1742,9 @@ 2) zfilter="bicubic" ;; 3) zfilter="spline16" ;; 4|"") zfilter="spline36" ;; - 5) zfilter="lanczos"; zparam=":param_a=3" ;; - 6) zfilter="lanczos"; zparam=":param_a=4" ;; + 5) zfilter="spline64" ;; + 6) zfilter="lanczos"; zparam=":param_a=3" ;; + 7) zfilter="lanczos"; zparam=":param_a=4" ;; *) error "-> Invalide software scaler!" exit 1
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
.