Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 277
View file
ffhevc.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Nov 25 08:55:00 UTC 2025 - microchip8@proton.me + +- Update to version 4.6.12 + * Add support for Spline64 zimg zscale filter. + Requires latest FFmpeg from git + +------------------------------------------------------------------- Fri Nov 21 20:53:00 UTC 2025 - microchip8@proton.me - Update to version 4.6.11
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.6.11 +Version: 4.6.12 Release: %mkrel 1 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.6.11.tar.gz/ChangeLog -> ffhevc-4.6.12.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2025-11-25 - ffhevc 4.6.12 + * Add support for Spline64 zimg zscale filter. + Requires latest FFmpeg from git + 2025-11-21 - ffhevc 4.6.11 * Fine-tune the built-in script preset * Lower default CRF value from 23 to 22
View file
ffhevc-4.6.11.tar.gz/ffhevc -> ffhevc-4.6.12.tar.gz/ffhevc
Changed
@@ -4,8 +4,8 @@ # encoding to H.265/HEVC video using FFmpeg and libx265. # # Author: Grozdan "microchip" Nikolov <microchip8@proton.me> -# Version: 4.6.11 -# Date: 2025-11-21 +# Version: 4.6.12 +# Date: 2025-11-25 # # ffhevc 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="4.6.11" +version="4.6.12" CFG="$HOME/.ffhevc" -cfgversion="98" +cfgversion="99" genconfig_func() { cat<<EOF>>"$CFG" @@ -91,7 +91,7 @@ # # Choose between: point, bilinear, # bicubic, spline16, spline36, -# lanczos3 and lanczos4 +# spline64, lanczos3 and lanczos4 # ZSCALER="" @@ -1775,12 +1775,12 @@ ""|crf) if ! -z "$CRF" ; then echo - green "-> It is advised to lower the CRF value for HDR encodings by 2 or 3!" + green "-> It is advised to lower the CRF value by 2 or 3 for HDR encodings" echo printf "Do you want to Change the current CRF Value of $CRF? y/N: " read chcrf if "$chcrf" = "y" -o "$chcrf" = "Y" ; then - printf "Specify the new CRF value 0-51 - default is 20: " + printf "Specify the new CRF Value 0-51 - default is 20: " read newcrf test -z "$newcrf" && CRF="20" || CRF="$newcrf" fi @@ -2064,8 +2064,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 @@ -2075,8 +2076,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
.