Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 201
View file
ffhevc.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Jan 03 17:58:00 UTC 2020 - neutrino8@opensuse.org + +- Update to version 4.1.7 + * Add option to force signaling of HDR in case max-cll is 0,0 + +------------------------------------------------------------------- Mon Dec 31 17:00:00 UTC 2019 - neutrino8@opensuse.org - Update to version 4.1.6
View file
ffhevc.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package ffhevc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ffhevc -Version: 4.1.6 +Version: 4.1.7 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-4.1.6.tar.gz/ChangeLog -> ffhevc-4.1.7.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2020-01-03 - ffhevc 4.1.7 + * Add option to force signaling of HDR in case max-cll + is 0,0 + 2019-12-31 - ffhevc 4.1.6 * Go back to uniform AQ (mode 1) with a strength of 1.0 * Bump up qcomp to 0.72
View file
ffhevc-4.1.6.tar.gz/ffhevc -> ffhevc-4.1.7.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.1.6 -# Date: 2019-12-31 +# Version: 4.1.7 +# Date: 2020-01-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.1.6" +version="4.1.7" CFG="$HOME/.ffhevc" cfgversion="64" @@ -1582,6 +1582,11 @@ printf "Specify the Content Light Level Info (max-cll) [press 'Enter' to skip]: " read clli test ! -z "$clli" && max_cll=":max-cll=$clli" + printf "Force signaling of HDR in case max-cll is 0,0? [y/N]: " + read fhdr + if [ "$fhdr" = "y" -o "$fhdr" = "Y" ]; then + hdr=":hdr=1" + fi printf "Add Luma/Chroma Offsets (hdr-opt)? [y/N]: " read lcoffset if [ "$lcoffset" = "y" -o "$lcoffset" = "Y" ]; then @@ -3635,7 +3640,7 @@ test ! -z "$vidfilters" && vfilters="-vf $vidfilters" -test ! -z "$vpreset" && X265PARAMS="$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither $vpreset $vtune" || X265PARAMS=":$X265PARAMS$colorprim$interlaced$dolby_vision$dolby_vision_rpu$master_display$max_cll$hdr_opt$dhdr10$hdr_encopts$min_keyint$max_keyint$chromaloc$vbv_maxrate$vbv_bufsize$dither" +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 $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" 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
.