Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 189
View file
ffhevc.changes
Changed
@@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Mon Dec 23 06:10:00 UTC 2019 - neutrino8@opensuse.org + +- Update to version 4.1.0 + * Default encoding options tweaks. Add qcomp=0.7 and + go back to standard non-hierarchical motion estimation. + Also increased tu-{inter,intra}-depth to 4 and reference + frames to 5 + * Lower default CRF value to 20 + +------------------------------------------------------------------- Thu Dec 19 14:55:00 UTC 2019 - neutrino8@opensuse.org - Update to version 4.0.9
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.0.9 +Version: 4.1.0 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.0.9.tar.gz/ChangeLog -> ffhevc-4.1.0.tar.gz/ChangeLog
Changed
@@ -1,3 +1,10 @@ +2019-12-23 - ffhevc 4.1.0 + * Default encoding options tweaks. Add qcomp=0.7 and + go back to standard non-hierarchical motion estimation. + Also increased tu-{inter,intra}-depth to 4 and reference + frames to 5 + * Lower default CRF value to 20 + 2019-12-19 - ffhevc 4.0.9 * Update default encoding options, v3
View file
ffhevc-4.0.9.tar.gz/ffhevc -> ffhevc-4.1.0.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.0.9 -# Date: 2019-12-19 +# Version: 4.1.0 +# Date: 2019-12-23 # # 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 "\e[0;33m$1\e[0;39;49m"; } error() { echo -e "\e[1;31m$1\e[0;39;49m"; } -version="4.0.9" +version="4.1.0" CFG="$HOME/.ffhevc" -cfgversion="56" +cfgversion="57" genconfig_func() { cat<<EOF>>"$CFG" @@ -57,7 +57,7 @@ # CRF value (0-51) # Leave empty to ask each time -CRF="21" +CRF="20" # Automatically crop the input? AUTOCROP="y" @@ -122,7 +122,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=6:rd=4:rd-refine=0:subme=5:strong-intra-smoothing=0:ctu=64:sao=0:selective-sao=0:cu-lossless=0:cutree=1:tu-inter-depth=3:tu-intra-depth=3:rskip=1:max-merge=3:rc-lookahead=40:aq-mode=1:aq-strength=1.0:rdoq-level=1:psy-rdoq=1.5:psy-rd=2.5:qg-size=32:limit-modes=1:limit-refs=0:limit-tu=0:deblock=-3,-3:weightb=1:weightp=1:rect=1:amp=0:wpp=1:pmode=0:pme=0:b-intra=1:b-adapt=2:b-pyramid=1:tskip-fast=0:fast-intra=0:early-skip=0:min-keyint=24:keyint=240" +X265PARAMS="ref=5:hme=0:me=star:merange=58:bframes=6:rd=4:rd-refine=0:subme=5:qcomp=0.7:strong-intra-smoothing=0:ctu=64:sao=0:selective-sao=0:cu-lossless=0:cutree=1:tu-inter-depth=4:tu-intra-depth=4:rskip=1:max-merge=3:rc-lookahead=40:aq-mode=1:aq-strength=1.0:rdoq-level=1:psy-rdoq=1.5:psy-rd=2.5:qg-size=32:limit-modes=1:limit-refs=0:limit-tu=0:deblock=-3,-3:weightb=1:weightp=1:rect=1:amp=0:wpp=1:pmode=0:pme=0:b-intra=1:b-adapt=2:b-pyramid=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) @@ -706,9 +706,9 @@ ;; ""|crf) if [ -z "$CRF" ]; then - printf "Specify a CRF Value for the Encoding [0-51 - default is 21]: " + printf "Specify a CRF Value for the Encoding [0-51 - default is 20]: " read crf - test -z "$crf" && CRF="21" || CRF="$crf" + test -z "$crf" && CRF="20" || CRF="$crf" fi ;; esac
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
.