Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 62
View file
ffhevc.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sun Jun 11 10:06:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.3.6 + * Bugfix: master-display option must be enclosed in quotes to not + confuse Bash + +------------------------------------------------------------------- Sat Jun 10 07:55:00 UTC 2017 - neutrino8@opensuse.org - Update to version 3.3.5
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 3.3.5 +Version: 3.3.6 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with ffmpeg License: GPL-2.0+
View file
ffhevc-3.3.5.tar.gz/ChangeLog -> ffhevc-3.3.6.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2017-06-11 - ffhevc 3.3.6 + * Bugfix: master-display option must be enclosed in quotes to not + confuse Bash + 2017-06-10 - ffhevc 3.3.5 * Replace numbers in array variable char of the video_chars_func() function with the ones from the for loop
View file
ffhevc-3.3.5.tar.gz/ffhevc -> ffhevc-3.3.6.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: 3.3.5 -# Date: 2017-06-10 +# Version: 3.3.6 +# Date: 2017-06-11 # # 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="3.3.5" +version="3.3.6" CFG="$HOME/.ffhevc" cfgversion="36" @@ -1107,7 +1107,7 @@ if [ "$hdr" = "y" -o "$hdr" = "Y" ]; then printf "Specify the SMPTE ST 2086 Master Display Color Volume [press 'Enter' to skip]: " read mdcv - test ! -z "$mdcv" && master_display=":master-display=$mdcv" + test ! -z "$mdcv" && master_display=":master-display=\"$mdcv\"" printf "Specify the Content Light Level Info (max-cll) [press 'Enter' to skip]: " read clli test ! -z "$clli" && max_cll=":max-cll=$clli"
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
.