Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 97
View file
ffhevc.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Sat Dec 22 11:22:00 UTC 2018 - neutrino8@opensuse.org + +- Update to version 3.6.5 + * Add the new tune animation option + * Updated the man page + +------------------------------------------------------------------- Tue Jul 10 20:35:00 UTC 2018 - neutrino8@opensuse.org - Update to version 3.6.4
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 3.6.4 +Version: 3.6.5 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with ffmpeg License: GPL-2.0+
View file
ffhevc-3.6.4.tar.gz/ChangeLog -> ffhevc-3.6.5.tar.gz/ChangeLog
Changed
@@ -1,8 +1,12 @@ -2019-07-10 - ffhevc 3.6.4 +2018-12-22 - ffhevc 3.6.5 + * Add the new tune animation option + * Updated the man page + +2018-07-10 - ffhevc 3.6.4 * Revert previous change. Linear transfer is already set in the $tonemap variable -2019-07-09 - ffhevc 3.6.3 +2018-07-09 - ffhevc 3.6.3 * HDR to SDR: transfer to linear light before doing bt2020-10/12 transfer
View file
ffhevc-3.6.4.tar.gz/ffhevc -> ffhevc-3.6.5.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.6.4 -# Date: 2018-07-10 +# Version: 3.6.5 +# Date: 2018-12-22 # # 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.6.4" +version="3.6.5" CFG="$HOME/.ffhevc" cfgversion="38" @@ -169,7 +169,7 @@ ;; t) case "$OPTARG" in - psnr|ssim|grain|zerolatency|fastdecode) true ;; + psnr|ssim|grain|zerolatency|fastdecode|animation) true ;; *) error "-> Invalid tune profile!" error "-> Use: $(basename $0) -h" @@ -230,6 +230,7 @@ echo " grain" echo " zerolatency" echo " fastdecode" + echo " animation" echo brown " -e" echo " Edit the configuration file."
View file
ffhevc-3.6.4.tar.gz/ffhevc.1 -> ffhevc-3.6.5.tar.gz/ffhevc.1
Changed
@@ -3,7 +3,7 @@ .de IPs .IP "\\$1" .. -.TH ffhevc 1 "Nov 14, 2016" +.TH ffhevc 1 "Dec 22, 2018" .SH NAME ffhevc @@ -93,6 +93,8 @@ .B fastdecode .br .B zerolatency +.br +.B animation .RE . .TP
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
.