Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 167
View file
ffhevc.changes
Changed
@@ -1,10 +1,4 @@ ------------------------------------------------------------------- -Thu Oct 24 06:09:00 UTC 2019 - neutrino8@opensuse.org - -- Update to version 3.9.7 - * Bugfix: cover art was not enabled for the M4V container - -------------------------------------------------------------------- Wed Oct 23 03:15:00 UTC 2019 - neutrino8@opensuse.org - Update to version 3.9.6
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 3.9.7 +Version: 3.9.6 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with FFmpeg License: GPL-2.0+
View file
ffhevc-3.9.7.tar.gz/ChangeLog -> ffhevc-3.9.6.tar.gz/ChangeLog
Changed
@@ -1,6 +1,3 @@ -2019-10-24 - ffhevc 3.9.7 - * Bugfix: cover art was not enabled for the M4V container - 2019-10-23 - ffhevc 3.9.6 * Added support for setting the VBV maxrate and buffer size * Set default audio codec based on output container format
View file
ffhevc-3.9.7.tar.gz/ffhevc -> ffhevc-3.9.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.9.7 -# Date: 2019-10-24 +# Version: 3.9.6 +# Date: 2019-10-23 # # 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.9.7" +version="3.9.6" CFG="$HOME/.ffhevc" cfgversion="50" @@ -3578,7 +3578,7 @@ encoder_func $encmode >> "$OUTFILE" echo "" >> "$OUTFILE" case "$CONFMT" in - mp4||m4v|mov) + mp4|mov) if [ ! -z "$MP4COVER" ]; then case "$CONFMT" in mov) color="$colr" ;; @@ -3624,7 +3624,7 @@ echo "$FFMPEG -i \"$OUTPUT\" -map 0 -c:v copy -c:a copy $suboption $strict $coloroptions $MKVCOVER2 $CHAPS $METATITLE $METAGENRE $METAYEAR $METACOMMENT ${audmeta[*]} ${audlang[*]} ${sublang[*]} ${sublng[*]} \"${OUTPUT%.*}.$i\" >/dev/null 2>&1" >> "$OUTFILE" echo "test \"\$?\" = \"0\" && green \"-> Done\" || red \"-> Failed!\"" >> "$OUTFILE" case "$i" in - mp4||m4v|mov) + mp4|mov) if [ ! -z "$MKVCOVER" -o ! -z "$MP4COVER" ]; then echo "" >> "$OUTFILE" echo "echo" >> "$OUTFILE"
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
.