Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 228
View file
ffhevc.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sat Mar 27 16:18:00 UTC 2021 - neutrino8@opensuse.org + +- Update to version 4.4.3 + * Remove hrd options for HDR encodes. They're not + really needed + * Luma/Chroma Offset should be Optimization instead + +------------------------------------------------------------------- Sun Mar 21 15:10:00 UTC 2021 - neutrino8@opensuse.org - Update to version 4.4.2
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.4.2.tar.gz/ChangeLog -> ffhevc-4.4.3.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +2021-03-27 - ffhevc 4.4.3 + * Remove hrd options for HDR encodes. They're not + really needed + * Luma/Chroma Offset should be Optimization instead + 2021-03-21 - ffhevc 4.4.2 * Fix a long-standing bug in the HDR code where the $hdr variable was used twice, once to check
View file
ffhevc-4.4.2.tar.gz/ffhevc -> ffhevc-4.4.3.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.2 -# Date: 2021-03-21 +# Version: 4.4.3 +# Date: 2021-03-27 # # 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,7 +24,7 @@ brown() { echo -e "\e[0;33m$1\e[0;39;49m"; } error() { echo -e "\e[1;31m$1\e[0;39;49m"; } -version="4.4.2" +version="4.4.3" CFG="$HOME/.ffhevc" cfgversion="80" @@ -1647,7 +1647,7 @@ if [ "$fhlg" = "y" -o "$fhlg" = "Y" ]; then hlg=":pic-struct=0:atc-sei=18" fi - printf "Add Luma/Chroma Offsets (hdr10-opt)? [y/N]: " + printf "Enable Luma/Chroma Optimization (hdr10-opt)? [y/N]: " read lcoffset if [ "$lcoffset" = "y" -o "$lcoffset" = "Y" ]; then hdr10_opt=":hdr10-opt=1" @@ -1671,7 +1671,7 @@ fi if [ ! -z "$master_display" -o ! -z "$max_cll" -o ! -z "$dhdr10" -o ! -z "$dolby_vision" -o ! -z "$dolby_vision_rpu" ]; then - hdr_encopts=":open-gop=0:repeat-headers=1:hrd=1:vui-hrd-info=1$hlg" + hdr_encopts=":open-gop=0:repeat-headers=1$hlg" fi if [ ! -z "$batchmode" ]; then @@ -1689,7 +1689,7 @@ echo " hdrsd[sd]=\"\$(grep \"^\${sdarray[sd]}\" \"\$HDRFILE\" | tail -1 | awk -F= '{print \$2}' | awk -F/ '{print \$1}')\"" echo " done" echo " rm -f \"\$HDRFILE\"" - echo " hdr_encopts=\":open-gop=0:repeat-headers=1:hrd=1:vui-hrd-info=1\"" + echo " hdr_encopts=\":open-gop=0:repeat-headers=1\"" echo " mast_disp=\"G(\${hdrsd[0]},\${hdrsd[1]})B(\${hdrsd[2]},\${hdrsd[3]})R(\${hdrsd[4]},\${hdrsd[5]})WP(\${hdrsd[6]},\${hdrsd[7]})L(\${hdrsd[9]},\${hdrsd[8]})\"" echo " max_cll=\":max-cll=\${hdrsd[10]},\${hdrsd[11]}\"" }
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
.