Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 262
View file
ffhevc.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sun Feb 02 13:17:00 UTC 2025 - neutrino8@gmail.com + +- Update to version 4.5.19 + * Turn on HME for the built-in script preset + * Increased default noise value from 4 to 5 + * Updated the README file + +------------------------------------------------------------------- Thu Jan 02 10:04:00 UTC 2025 - neutrino8@gmail.com - Update to version 4.5.18
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.5.18 +Version: 4.5.19 Release: %mkrel 1 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.5.18.tar.gz/ChangeLog -> ffhevc-4.5.19.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +2025-02-02 - ffhevc 4.5.19 + * Turn on HME for the built-in script preset + * Increased default noise value from 4 to 5 + * Updated the README file + 2025-01-02 - ffhevc 4.5.18 * Fixed a bug in the cropping code for batch encoding
View file
ffhevc-4.5.18.tar.gz/README -> ffhevc-4.5.19.tar.gz/README
Changed
@@ -1,7 +1,6 @@ ffhevc is a small shell script for encoding to H.265/HEVC video using ffmpeg and the libx265 library. I wrote it for my own use -as there are some cases where my h264enc script has issues encoding -some Blu-ray remuxes. +but share it with others in the hope to be useful. Features:
View file
ffhevc-4.5.18.tar.gz/ffhevc -> ffhevc-4.5.19.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@gmail.com> -# Version: 4.5.18 -# Date: 2025-01-02 +# Version: 4.5.19 +# Date: 2025-02-02 # # 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.5.18" +version="4.5.19" CFG="$HOME/.ffhevc" -cfgversion="87" +cfgversion="88" genconfig_func() { cat<<EOF>>"$CFG" @@ -126,7 +126,7 @@ # libx265 parameters for the 'script' preset # merange is calculated as: ctu size - 4(luma) - 2(chroma) (- 1 if me=hex is used) -X265PARAMS="ref=4:hme=0:me=star:merange=26:subme=7:bframes=8:rd=4:rd-refine=0:qcomp=0.60:fades=1:strong-intra-smoothing=0:ctu=32:qg-size=32:sao=0:selective-sao=0:cu-lossless=0:cutree=1:tu-inter-depth=4:tu-intra-depth=4:max-merge=2:rskip=2:rskip-edge-threshold=1:rc-lookahead=60:aq-mode=1:aq-strength=1.0:rdoq-level=1:psy-rd=4.0:psy-rdoq=15.0:limit-modes=0:limit-refs=1:limit-tu=0:deblock=-3,-3:weightb=1:weightp=1:rect=1:amp=0:wpp=1:b-intra=1:b-adapt=2:b-pyramid=1:tskip=1:tskip-fast=0:fast-intra=0:early-skip=0:splitrd-skip=0:refine-mv=3:refine-intra=1:refine-inter=1" +X265PARAMS="ref=4:hme=1:hme-search=umh,umh,star:subme=5:bframes=8:rd=4:rd-refine=0:qcomp=0.60:fades=1:strong-intra-smoothing=0:ctu=32:qg-size=32:sao=0:selective-sao=0:cu-lossless=0:cutree=1:tu-inter-depth=4:tu-intra-depth=4:max-merge=2:rskip=2:rskip-edge-threshold=1:rc-lookahead=60:aq-mode=1:aq-strength=1.0:rdoq-level=1:psy-rd=4.0:psy-rdoq=15.0:limit-modes=0:limit-refs=1:limit-tu=0:deblock=-3,-3:weightb=1:weightp=1:rect=1:amp=0:wpp=1:b-intra=1:b-adapt=2:b-pyramid=1:tskip=1:tskip-fast=0:fast-intra=0:early-skip=0:splitrd-skip=0:refine-mv=3:refine-intra=1:refine-inter=1" # Leave empty to auto-detect ffmpeg/ffprobe/mplayer # or set your custom ones (eg, /path/to/bin/ffmpeg) @@ -861,9 +861,9 @@ printf "Add Temporal & Uniform Noise to the Input File? y/N: " read tun if "$tun" = "y" -o "$tun" = "Y" ; then - printf "Specify the Noise Strength 0-100 - default is 4: " + printf "Specify the Noise Strength 0-100 - default is 5: " read nvalue - test -z "$nvalue" && nval="4" || nval="$nvalue" + test -z "$nvalue" && nval="5" || nval="$nvalue" noise="noise=alls=$nval:allf=t+u," fi } @@ -1777,7 +1777,7 @@ green "-> ${INFO}Detecting crop values..." video_length_func file if -z "$VLENGTH" -o "$VLENGTH" = "N/A" ; then - vlength="300" + vlength="500" else vlength="$VLENGTH" 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
.