Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 153
View file
ffx264.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri May 05 04:02:00 UTC 2023 - neutrino8@opensuse.org + +- Update to version 4.1.9 + * Update default encoding options + * Bump up default CRF value from 19 to 21 + +------------------------------------------------------------------- Mon Jan 23 10:43:00 UTC 2023 - neutrino8@opensuse.org - Update to version 4.1.8
View file
ffx264.spec
Changed
@@ -17,8 +17,8 @@ Name: ffx264 -Version: 4.1.8 -Release: %mkrel 1 +Version: 4.1.9 +Release: 1 Summary: A small shell script for encoding to H.264/AVC with FFmpeg License: GPL-2.0+ Group: Productivity/Multimedia/Video/Editors and Convertors @@ -26,7 +26,7 @@ Source0: %{name}-%{version}.tar.gz Requires: ffmpeg Requires: bc -Requires: mplayer +Requires: MPlayer Requires: gpac >= 0.8.0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch
View file
ffx264-4.1.8.tar.gz/ChangeLog -> ffx264-4.1.9.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2023-05-05 - ffx264 4.1.9 + * Update default encoding options + * Bump up default CRF value from 19 to 21 + 2023-01-23 - ffx264 4.1.8 * Support more deinterlacing filters
View file
ffx264-4.1.8.tar.gz/ffx264 -> ffx264-4.1.9.tar.gz/ffx264
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to H.264/AVC video using FFmpeg and libx264. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 4.1.8 -# Date: 2023-01-23 +# Version: 4.1.9 +# Date: 2023-05-05 # # ffx264 is free software ; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,10 +24,10 @@ brown() { echo -e "\e0;33m$1\e0;39;49m"; } error() { echo -e "\e1;31m$1\e0;39;49m"; } -version="4.1.8" +version="4.1.9" CFG="$HOME/.ffx264" -cfgversion="41" +cfgversion="42" genconfig_func() { cat<<EOF>>"$CFG" @@ -57,7 +57,7 @@ # CRF value (0-51) # Leave empty to ask each time -CRF="19" +CRF="21" # Automatically crop the input? AUTOCROP="y" @@ -120,7 +120,7 @@ # libx264 parameters. Modify, if needed, # to fit your needs -X264PARAMS="force-cfr=1:bframes=6:keyint=240:min-keyint=24:ref=4:trellis=2:merange=24:direct-pred=auto:chroma-me=1:mbtree=1:me=umh:subme=10:b-adapt=2:aq-mode=2:aq-strength=1.0:psy=1:psy-rd=1.05,0.15:rc-lookahead=100: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=8:keyint=240:min-keyint=24:ref=4:trellis=2:merange=24:direct-pred=auto:chroma-me=1:mbtree=1:me=umh:subme=10:b-adapt=2:aq-mode=3:aq-strength=1.0:psy=1:psy-rd=4.0,0.15:rc-lookahead=60: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/mplayer # or set your custom ones (eg, /path/to/bin/ffmpeg) @@ -722,9 +722,9 @@ ;; ""|crf) if -z "$CRF" ; then - printf "Specify a CRF Value for the Encoding 0-51 - default is 19: " + printf "Specify a CRF Value for the Encoding 0-51 - default is 21: " read crf - test -z "$crf" && CRF="19" || CRF="$crf" + test -z "$crf" && CRF="21" || CRF="$crf" fi ;; esac @@ -3740,7 +3740,7 @@ echo "CROPVAL=\"$CROPVAL\"" >> "$OUTFILE" echo "green \"-> Found \$CROPVAL\"" >> "$OUTFILE" echo "echo" >> "$OUTFILE" - echo "sleep 3" >> "$OUTFILE" + echo "sleep 5" >> "$OUTFILE" echo "" >> "$OUTFILE" fi 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
.