Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 231
View file
ffhevc.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Jul 29 18:31:00 UTC 2022 - neutrino8@opensuse.org + +- Update to version 4.4.6 + * Fine tuning to the default encoding options + * Tweaks to the HDR10 code + +------------------------------------------------------------------- Sun Apr 25 16:50:00 UTC 2021 - neutrino8@opensuse.org - Update to version 4.4.5
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.4.5 +Version: 4.4.6 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+ @@ -52,7 +52,7 @@ %files %defattr(-,root,root) %{_bindir}/* -%{_mandir}/man1/%{name}.1.gz +%{_mandir}/man1/* %doc AUTHORS ChangeLog LICENSE README *.txt *.json %changelog
View file
ffhevc-4.4.5.tar.gz/ChangeLog -> ffhevc-4.4.6.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2022-07-29 - ffhevc 4.4.6 + * Fine tuning to the default encoding options + * Tweaks to the HDR10 code + 2021-04-25 - ffhevc 4.4.5 * Remove +frag_keyframe for the MP4 container. Doesn't make sense when used with +fasstart.
View file
ffhevc-4.4.5.tar.gz/ffhevc -> ffhevc-4.4.6.tar.gz/ffhevc
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to H.265/HEVC video using FFmpeg and libx265. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 4.4.5 -# Date: 2021-04-25 +# Version: 4.4.6 +# Date: 2022-07-29 # # ffhevc 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.4.5" +version="4.4.6" CFG="$HOME/.ffhevc" -cfgversion="80" +cfgversion="81" genconfig_func() { cat<<EOF>>"$CFG" @@ -123,7 +123,7 @@ # libx265 parameters. Modify, if needed, # to fit your needs # merange is calculated as: ctu size - 4(luma) - 2(chroma) (- 1 if me=hex is used) -X265PARAMS="ref=4:hme=1:hme-search=umh,umh,star:bframes=8:rd=4:rd-refine=0:subme=4:qcomp=0.7:fades=1:strong-intra-smoothing=1:ctu=32:qg-size=32:sao=0:selective-sao=0:cu-lossless=0:cutree=1:tu-inter-depth=4:tu-intra-depth=4:rskip=2:rskip-edge-threshold=2:max-merge=2:rc-lookahead=80:aq-mode=1:aq-strength=1.0:rdoq-level=1:psy-rd=4.0:psy-rdoq=15.0:limit-modes=0:limit-refs=0:limit-tu=0:deblock=-4,-4:weightb=1:weightp=1:rect=1:amp=0:wpp=1:pmode=0:pme=0:b-intra=1:b-adapt=2:b-pyramid=1:tskip=1:tskip-fast=0:fast-intra=0:early-skip=0:min-keyint=24:keyint=240" +X265PARAMS="ref=4:hme=1:hme-search=umh,umh,star:bframes=8:rd=4:rd-refine=0:subme=4:qcomp=0.63:fades=1:strong-intra-smoothing=1:ctu=32:qg-size=32:sao=0:selective-sao=0:cu-lossless=0:cutree=1:tu-inter-depth=4:tu-intra-depth=4:rskip=2:rskip-edge-threshold=1:max-merge=2:rc-lookahead=80:aq-mode=1:aq-strength=1.0:rdoq-level=1:psy-rd=4.0:psy-rdoq=15.0:limit-modes=0:limit-refs=0:limit-tu=0:deblock=-4,-4:weightb=1:weightp=1:rect=1:amp=0:wpp=1:pmode=0:pme=0:b-intra=1:b-adapt=2:b-pyramid=1:tskip=1:tskip-fast=0:fast-intra=0:early-skip=0:min-keyint=24:keyint=240" # Leave empty to auto-detect ffmpeg/ffprobe/mplayer # or set your custom ones (eg, /path/to/bin/ffmpeg) @@ -1235,9 +1235,9 @@ read tmparam test ! -z "$tmparam" && tm_param=":param=$tmparam" - printf "Specify the Tonemap Desaturation Strength default is 2.8: " + printf "Specify the Tonemap Desaturation Strength default is 3.0: " read desat - test -z "$desat" && tm_desat=":desat=2.8" || tm_desat=":desat=$desat" + test -z "$desat" && tm_desat=":desat=3.0" || tm_desat=":desat=$desat" echo video_chars_func vchars echo @@ -1612,7 +1612,7 @@ printf "Set HDR10 VUI Options? y/N: " read hdr if "$hdr" = "y" -o "$hdr" = "Y" ; then - printf "Scan for HDR Side Data? y/N: " + printf "Scan for HDR10 Side Data? y/N: " read hdr_sd if "$hdr_sd" = "y" -o "$hdr_sd" = "Y" ; then echo @@ -1679,7 +1679,7 @@ read addhdr if "$addhdr" = "y" -o "$addhdr" = "Y" ; then echo - error "-> NOTE: all input files must contain valid HDR side data (master-display and max-cll)!" + error "-> NOTE: all input files must contain valid HDR10 side data (master-display and max-cll)!" echo hdr_sd_func() { echo " HDRFILE=\"$(dirname "$OUTPUT")/hdr_sd_$$\""
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
.