Projects
Multimedia
ffhevc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 42
View file
ffhevc.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Jan 25 12:00:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.1.8 + * Small improvement: add "Track $i:" to the question for + audio channel layout + +------------------------------------------------------------------- Tue Jan 24 16:20:00 UTC 2017 - neutrino8@opensuse.org - Update to version 3.1.7
View file
ffhevc.spec
Changed
@@ -17,7 +17,7 @@ Name: ffhevc -Version: 3.1.7 +Version: 3.1.8 Release: 0 Summary: A small shell script for encoding to H.265/HEVC with ffmpeg License: GPL-2.0+
View file
ffhevc-3.1.7.tar.gz/ChangeLog -> ffhevc-3.1.8.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2017-01-25 - ffhevc 3.1.8 + * Small improvement: add "Track $i:" to the question for + audio channel layout + 2017-01-24 - ffhevc 3.1.7 * Removed one of the OUTPUT variables for batch mode. It is no longer needed
View file
ffhevc-3.1.7.tar.gz/ffhevc -> ffhevc-3.1.8.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.1.7 -# Date: 2017-01-24 +# Version: 3.1.8 +# Date: 2017-01-25 # # 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.1.7" +version="3.1.8" CFG="$HOME/.ffhevc" cfgversion="34" @@ -1875,7 +1875,7 @@ echo " 2 -> 3.0 6 -> 4.0 10 -> 5.1" echo " 3 -> 3.0(back) 7 -> 4.1 11 -> 5.1(side)" echo - printf "Specify the Audio Channel Layout [default is 10]: " + printf "Track $i: Specify the Audio Channel Layout [default is 10]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -1901,7 +1901,7 @@ echo " 1 -> Stereo 4 -> 5.1(side)" echo " 2 -> Quad(side)" echo - printf "Specify the Audio Channel Layout [default is 4]: " + printf "Track $i: Specify the Audio Channel Layout [default is 4]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -1921,7 +1921,7 @@ echo " 2 -> 3.0 6 -> Quad(side) 10 -> 5.1(side)" echo " 3 -> 3.0(back) 7 -> 5.0 11 -> 7.1" echo - printf "Specify the Audio Channel Layout [default is 11]: " + printf "Track $i: Specify the Audio Channel Layout [default is 11]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -1950,7 +1950,7 @@ echo " 2 -> 3.0 6 -> 7.1" echo " 3 -> 4.0 7 -> 7.1(wide)" echo - printf "Specify the Audio Channel Layout [default is 6]: " + printf "Track $i: Specify the Audio Channel Layout [default is 6]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -1973,7 +1973,7 @@ echo " 2 -> 3.0 6 -> 5.0(side) 10 -> 7.1" echo " 3 -> Quad 7 -> 5.1" echo - printf "Specify the Audio Channel Layout [default is 10]: " + printf "Track $i: Specify the Audio Channel Layout [default is 10]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -1999,7 +1999,7 @@ echo " 2 -> 3.0 6 -> 6.1" echo " 3 -> Quad 7 -> 7.0" echo - printf "Specify the Audio Channel Layout [default is 8]: " + printf "Track $i: Specify the Audio Channel Layout [default is 8]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -2021,7 +2021,7 @@ echo " 0 -> Mono" echo " 1 -> Stereo" echo - printf "Specify the Audio Channel Layout [default is 1]: " + printf "Track $i: Specify the Audio Channel Layout [default is 1]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -2037,7 +2037,7 @@ echo " 1 -> 5.0" echo " 2 -> 5.1" echo - printf "Specify the Audio Channel Layout [default is 2]: " + printf "Track $i: Specify the Audio Channel Layout [default is 2]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="stereo"; achmeta[i]="Stereo" ;; @@ -2055,7 +2055,7 @@ echo " 2 -> 3.0 6 -> 5.0(side) 10 -> 6.1(front) 14 -> 7.1" echo " 3 -> Quad 7 -> 5.1 11 -> 6.1(back) 15 -> 7.1(wide)" echo - printf "Specify the Audio Channel Layout [default is 14]: " + printf "Track $i: Specify the Audio Channel Layout [default is 14]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -2087,7 +2087,7 @@ echo " 2 -> 3.0 6 -> 6.1(back)" echo " 3 -> 4.0 7 -> 7.1(wide)" echo - printf "Specify the Audio Channel Layout [default is 7]: " + printf "Track $i: Specify the Audio Channel Layout [default is 7]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;; @@ -2110,7 +2110,7 @@ echo " 2 -> 2.1 6 -> 5.0 10 -> 6.0 14 -> 6.1(back) 18 -> 7.1(wide)" echo " 3 -> 3.0 7 -> 5.0(side) 11 -> 6.0(front) 15 -> 7.0 19 -> 7.1(wide-side)" echo - printf "Specify the Audio Channel Layout [default is 17]: " + printf "Track $i: Specify the Audio Channel Layout [default is 17]: " read achanlayout[i] case "${achanlayout[i]}" in 0) achlayout[i]="mono"; achmeta[i]="Mono" ;;
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
.