Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 284
View file
ffhevc.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Jan 22 11:15:00 UTC 2026 - microchip8@proton.me + +- Update to version 4.6.18 + * Use more accurate crop detection by using rounding of + 4 instead of the default 16 + +------------------------------------------------------------------- Sat Jan 10 09:45:00 UTC 2026 - microchip8@proton.me - Update to version 4.6.17
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.6.17 +Version: 4.6.18 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.17.tar.gz/ChangeLog -> ffhevc-4.6.18.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2026-01-22 - ffhevc 4.6.18 + * Use more accurate crop detection by using rounding of + 4 instead of the default 16 + 2026-01-10 - ffhevc 4.6.17 * Dolby Vision encoding requires vbv maxrate/bufsize so check if it's set or not. If not, print notice and exit
View file
ffhevc-4.6.17.tar.gz/ffhevc -> ffhevc-4.6.18.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.17 -# Date: 2026-01-10 +# Version: 4.6.18 +# Date: 2026-01-22 # # 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,7 +26,7 @@ brown() { echo -e "\e0;33m$1\e0;39;49m"; } error() { echo -e "\e1;31m$1\e0;39;49m"; } -version="4.6.17" +version="4.6.18" CFG="$HOME/.ffhevc" cfgversion="100" @@ -1861,7 +1861,7 @@ else vlength="$VLENGTH" fi - CROPVALUES="$($FFMPEG -ss $(($vlength/2)) -i "$input" $vidmap -vf cropdetect -frames:v 1000 -f null - 2>&1 | awk '/crop/ {print $NF}' | awk -F= '{print $2}' | tail -1)" + CROPVALUES="$($FFMPEG -ss $(($vlength/2)) -i "$input" $vidmap -vf cropdetect=round=4 -frames:v 1000 -f null - 2>&1 | awk '/crop/ {print $NF}' | awk -F= '{print $2}' | tail -1)" if ! -z "$CROPVALUES" ; then green "-> ${INFO}Found crop values: $CROPVALUES" else @@ -1874,7 +1874,7 @@ read autocrop if "$autocrop" = "y" -o "$autocrop" = "Y" ; then INFO="INFO: " - CROPVAL="\$($FFMPEG -ss \$((\$VLENGTH/2)) -i \"\$i\" $vidmap -vf cropdetect -frames:v 1000 -f null - 2>&1 | awk '/crop/ {print \$NF}' | awk -F= '{print \$2}' | tail -1)" + CROPVAL="\$($FFMPEG -ss \$((\$VLENGTH/2)) -i \"\$i\" $vidmap -vf cropdetect=round=4 -frames:v 1000 -f null - 2>&1 | awk '/crop/ {print \$NF}' | awk -F= '{print \$2}' | tail -1)" crop="crop=\$CROPVAL," video_crop_func 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
.