Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 227
View file
ffhevc.changes
Changed
@@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Sun Mar 21 15:10:00 UTC 2021 - neutrino8@opensuse.org + +- Update to version 4.4.2 + * Fix a long-standing bug in the HDR code where + the $hdr variable was used twice, once to check + if HDR is selected and once to force signaling of + HDR in case max-cll is 0,0. This resulted in an + "y" being added after the specified max-cll value + * Renamed hdr_opt to hdr10_opt + +------------------------------------------------------------------- Tue Feb 16 18:50:00 UTC 2021 - neutrino8@opensuse.org - Update to version 4.4.1
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.4.1 +Version: 4.4.2 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.4.1.tar.gz/ChangeLog -> ffhevc-4.4.2.tar.gz/ChangeLog
Changed
@@ -1,3 +1,11 @@ +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 + if HDR is selected and once to force signaling of + HDR in case max-cll is 0,0. This resulted in an + "y" being added after the specified max-cll value + * Renamed hdr_opt to hdr10_opt + 2021-02-16 - ffhevc 4.4.1 * Fix "too many arguments" error in the HEVC Level code
View file
ffhevc-4.4.1.tar.gz/ffhevc -> ffhevc-4.4.2.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.1 -# Date: 2021-02-16 +# Version: 4.4.2 +# Date: 2021-03-21 # # 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.1" +version="4.4.2" CFG="$HOME/.ffhevc" cfgversion="80" @@ -1640,7 +1640,7 @@ printf "Force signaling of HDR in case max-cll is 0,0? [y/N]: " read fhdr if [ "$fhdr" = "y" -o "$fhdr" = "Y" ]; then - hdr=":hdr10=1" + hdr10=":hdr10=1" fi printf "Flag the file as HLG (Hybrid Log Gamma)? [y/N]: " read fhlg @@ -1650,7 +1650,7 @@ printf "Add Luma/Chroma Offsets (hdr10-opt)? [y/N]: " read lcoffset if [ "$lcoffset" = "y" -o "$lcoffset" = "Y" ]; then - hdr_opt=":hdr10-opt=1" + hdr10_opt=":hdr10-opt=1" fi fi @@ -3730,7 +3730,7 @@ test ! -z "$vidfilters" && vfilters="-vf $vidfilters" -test ! -z "$vpreset" && X265PARAMS="$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr$hdr_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither$level_idc $vpreset $vtune" || X265PARAMS=":$X265PARAMS$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr$hdr_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither$level_idc" +test ! -z "$vpreset" && X265PARAMS="$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr10$hdr10_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither$level_idc $vpreset $vtune" || X265PARAMS=":$X265PARAMS$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr10$hdr10_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither$level_idc" test ! -z "$COMMENT" && METACOMMENT="-metadata comment=\"$COMMENT\""
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
.