Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 186
View file
ffx264.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Jul 27 16:15:00 UTC 2026 - microchip8@proton.me + +- Update to version 4.4.2 + * Increase rc-lookahead for the built-in script preset to 240 + +------------------------------------------------------------------- Thu May 14 13:40:00 UTC 2026 - microchip8@proton.me - Update to version 4.4.1
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 4.4.1 +Version: 4.4.2 Release: %mkrel 1 Summary: A small shell script for encoding to H.264/AVC with FFmpeg License: GPL-2.0+
View file
ffx264-4.4.1.tar.gz/ChangeLog -> ffx264-4.4.2.tar.gz/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2026-07-27- - ffx264 4.4.2 + * Increase rc-lookahead for the built-in script preset to 240 + 2026-05-14 - ffx264 4.4.1 * Add support for 8 channel E-AC-3 audio encoding. Requires latest FFmpeg from git
View file
ffx264-4.4.1.tar.gz/ffx264 -> ffx264-4.4.2.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.4.1 -# Date: 2026-05-14 +# Version: 4.4.2 +# Date: 2026-07-27 # # 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="4.4.1" +version="4.4.2" CFG="$HOME/.ffx264" -cfgversion="49" +cfgversion="50" genconfig_func() { cat<<EOF>>"$CFG" @@ -134,7 +134,7 @@ LOG="n" # libx264 parameters for the 'script' preset -X264PARAMS="force-cfr=1:bframes=6:ref=4:trellis=2:merange=32:direct-pred=auto:chroma-me=1:mbtree=1:me=umh:subme=11:b-adapt=2:aq-mode=1:aq-strength=1.1:psy=1:psy-rd=1.0,0.10:rc-lookahead=80:no-dct-decimate=1:weightb=1:weightp=2:mixed-refs=1:b-pyramid=normal:fast-pskip=0:deblock=-1,-1:8x8dct=1:cabac=1:partitions=p8x8,b8x8,i8x8,i4x4:threads=auto" +X264PARAMS="force-cfr=1:bframes=6:ref=4:trellis=2:merange=32:direct-pred=auto:chroma-me=1:mbtree=1:me=umh:subme=11:b-adapt=2:aq-mode=1:aq-strength=1.1:psy=1:psy-rd=1.0,0.10:rc-lookahead=240:no-dct-decimate=1:weightb=1:weightp=2:mixed-refs=1:b-pyramid=normal:fast-pskip=0:deblock=-1,-1:8x8dct=1:cabac=1:partitions=p8x8,b8x8,i8x8,i4x4:threads=auto" # Leave empty to auto-detect ffmpeg/ffprobe/ffplay # or set your custom ones (eg, /path/to/bin/ffmpeg)
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
.