Projects
Multimedia
audenc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
audenc.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jul 26 19:10:00 UTC 2016 - neutrino8@gmail.com + +- Update to version 3.3.5 + * Add webm extension to supported formats + +------------------------------------------------------------------- Mon Oct 17 19:51:00 UTC 2016 - neutrino8@gmail.com - Initial package release
View file
audenc.spec
Changed
@@ -17,7 +17,7 @@ Name: audenc -Version: 3.3.4 +Version: 3.3.5 Release: 0 Summary: Batch script for audio encoding License: GPL-2.0+
View file
audenc-3.3.4.tar.gz/audenc -> audenc-3.3.5.tar.gz/audenc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# v3.3.4 - 2015/09/03 - Grozdan Nikolov <neutrino8@gmail.com> +# v3.3.5 - 2018/07/26 - Grozdan Nikolov <neutrino8@gmail.com> # Re-encode audio files in a directory to another format # # audenc is free software ; you can redistribute it and/or modify @@ -14,8 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program ; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1335 -# USA +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA export PATH=$PATH:/usr/local/bin @@ -24,7 +23,7 @@ green() { echo -e "\e[1;32m$1\e[0;39;49m"; } CONFIG="$HOME/.audenc" -VERSION="3.3.4" +VERSION="3.3.5" CONFIG_VERSION="11" config_func() { @@ -502,7 +501,7 @@ if [ -f "$i" ]; then case "$(echo "${i##*.}" | tr '[:upper:]' '[:lower:]')" in mp1|mp2|mp3|mpa|ogg|m4a|mp4a|aac|aa3|alac|atrac|oga|mka|flac|ape|wma|ac3|eac3|opus|dts|dtshd|wav|fla|aiff|midi|mid|ra|au|amr) encode_func ;; - vob|mpg|mpg1|mpg2|mpeg|mpeg1|mpeg2|avi|mkv|mp4|m4v|ts|m2ts|mts|wmv|flv|mov|ogm|ogv|ogx|asf|divx|h264|3gp|3gp2|3gpp|3gpp2|rm|nut) encode_func ;; + vob|mpg|mpg1|mpg2|mpeg|mpeg1|mpeg2|avi|mkv|mp4|m4v|ts|m2ts|mts|wmv|flv|mov|ogm|ogv|ogx|asf|divx|h264|3gp|3gp2|3gpp|3gpp2|rm|nut|webm) encode_func ;; *) error "-> Skipping unsupported file format: ${i##*.} - $(basename "$i")" ;; esac fi
View file
audenc-3.3.4.tar.gz/doc/ChangeLog -> audenc-3.3.5.tar.gz/doc/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2018-07-26 - audenc 3.3.5 + * Add webm extension to supported formats + 2015-09-03 - audenc 3.3.4 * Added -readtoeof 1 to the default aften options for AC-3 audio in order to be able to encode large files @@ -150,4 +153,4 @@ No longer needed to edit the script itself. Just set things up in $HOME/.audenc * Trap signals for a clean exit * Be a bit more verbose - * Some code refactoring \ No newline at end of file + * Some code refactoring
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
.