Projects
Multimedia
ffx264
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 43
View file
ffx264.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Jan 25 12:00:00 UTC 2017 - neutrino8@opensuse.org + +- Update to version 3.3.4 + * 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.3.3
View file
ffx264.spec
Changed
@@ -17,7 +17,7 @@ Name: ffx264 -Version: 3.3.3 +Version: 3.3.4 Release: 0 Summary: A small shell script for encoding to H.264 with ffmpeg License: GPL-2.0+
View file
ffx264-3.3.3.tar.gz/ChangeLog -> ffx264-3.3.4.tar.gz/ChangeLog
Changed
@@ -1,3 +1,7 @@ +2017-01-25 - ffx264 3.3.4 + * Small improvement: add "Track $i:" to the question for + audio channel layout + 2017-01-24 - ffx264 3.3.3 * Removed one of the OUTPUT variables for batch mode. It is no longer needed
View file
ffx264-3.3.3.tar.gz/ffx264 -> ffx264-3.3.4.tar.gz/ffx264
Changed
@@ -2,8 +2,8 @@ # # Small script to encode to H.264/AVC video using FFmpeg and libx264. # Author: Grozdan "microchip" Nikolov <neutrino8@opensuse.org> -# Version: 3.3.3 -# Date: 2017-01-24 +# Version: 3.3.4 +# Date: 2017-01-25 # # ffx264 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.3" +version="3.3.4" CFG="$HOME/.ffx264" cfgversion="30" @@ -1903,7 +1903,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" ;; @@ -1929,7 +1929,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" ;; @@ -1949,7 +1949,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" ;; @@ -1978,7 +1978,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" ;; @@ -2001,7 +2001,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" ;; @@ -2027,7 +2027,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" ;; @@ -2049,7 +2049,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" ;; @@ -2065,7 +2065,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" ;; @@ -2083,7 +2083,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" ;; @@ -2115,7 +2115,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" ;; @@ -2138,7 +2138,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
.