Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 182
View file
ffx264.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Jan 22 11:15:00 UTC 2026 - microchip8@proton.me + +- Update to version 4.3.6 + * Use more accurate crop detection by using rounding of + 4 instead of the default 16 + +------------------------------------------------------------------- Sat Jan 10 10:30:00 UTC 2026 - microchip8@proton.me - Update to version 4.3.5
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 4.3.5 +Version: 4.3.6 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.5.tar.gz/ChangeLog -> ffx264-4.3.6.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2026-01-22 - ffx264 4.3.6 + * Use more accurate crop detection by using rounding of + 4 instead of the default 16 + 2026-01-10 - ffx264 4.3.5 * Fix VBV maxrate/bufsize code
View file
ffx264-4.3.5.tar.gz/ffx264 -> ffx264-4.3.6.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.5 -# Date: 2026-01-10 +# Version: 4.3.6 +# Date: 2026-01-22 # # 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.5" +version="4.3.6" CFG="$HOME/.ffx264" cfgversion="47" @@ -1667,7 +1667,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 @@ -1680,7 +1680,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
.