Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 229
View file
ffhevc.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Sat Apr 03 19:33:00 UTC 2021 - neutrino8@opensuse.org + +- Update to version 4.4.4 + * Fixed a small bug where the -colorspace option was + not added for BT2020 content in case SMPTE2084/HLG + was chosen as transfer + +------------------------------------------------------------------- Sat Mar 27 16:18:00 UTC 2021 - neutrino8@opensuse.org - Update to version 4.4.3
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.4.3 +Version: 4.4.4 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.4.3.tar.gz/ChangeLog -> ffhevc-4.4.4.tar.gz/ChangeLog
Changed
@@ -1,3 +1,8 @@ +2021-04-03 - ffhevc 4.4.4 + * Fixed a small bug where the -colorspace option was + not added for BT2020 content in case SMPTE2084/HLG + was chosen as transfer + 2021-03-27 - ffhevc 4.4.3 * Remove hrd options for HDR encodes. They're not really needed
View file
ffhevc-4.4.3.tar.gz/ffhevc -> ffhevc-4.4.4.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.3 -# Date: 2021-03-27 +# Version: 4.4.4 +# Date: 2021-04-03 # # 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.3" +version="4.4.4" CFG="$HOME/.ffhevc" cfgversion="80" @@ -1957,10 +1957,10 @@ 1) matrix="smpte170m"; prim="smpte170m"; transfer="smpte170m"; coloroptions="-color_primaries smpte170m -color_trc smpte170m -colorspace smpte170m" ;; 2) matrix="bt470bg"; prim="bt470bg"; transfer="bt470bg"; coloroptions="-color_primaries bt470bg -color_trc gamma28 -colorspace bt470bg" ;; 3) matrix="bt709"; prim="bt709"; transfer="bt709"; coloroptions="-color_primaries bt709 -color_trc bt709 -colorspace bt709" ;; - 4) matrix="bt2020nc"; prim="bt2020"; transfer="bt2020-10"; coloroptions="-color_primaries bt2020 -color_trc bt2020_10bit -colorspace bt2020nc" ;; - 5) matrix="bt2020nc"; prim="bt2020"; transfer="bt2020-12"; coloroptions="-color_primaries bt2020 -color_trc bt2020_12bit -colorspace bt2020nc" ;; - 6) matrix="bt2020c"; prim="bt2020"; transfer="bt2020-10"; coloroptions="-color_primaries bt2020 -color_trc bt2020_10bit -colorspace bt2020c" ;; - 7) matrix="bt2020c"; prim="bt2020"; transfer="bt2020-12"; coloroptions="-color_primaries bt2020 -color_trc bt2020_12bit -colorspace bt2020c" ;; + 4) matrix="bt2020nc"; prim="bt2020"; transfer="bt2020-10"; coloroptions="-color_primaries bt2020 -colorspace bt2020nc -color_trc bt2020_10bit" ;; + 5) matrix="bt2020nc"; prim="bt2020"; transfer="bt2020-12"; coloroptions="-color_primaries bt2020 -colorspace bt2020nc -color_trc bt2020_12bit" ;; + 6) matrix="bt2020c"; prim="bt2020"; transfer="bt2020-10"; coloroptions="-color_primaries bt2020 -colorspace bt2020c -color_trc bt2020_10bit" ;; + 7) matrix="bt2020c"; prim="bt2020"; transfer="bt2020-12"; coloroptions="-color_primaries bt2020 -colorspace bt2020c -color_trc bt2020_12bit" ;; 8|"") matrix="undef"; prim="undef"; transfer="undef" ;; *) error "-> Invalid option!"
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
.