Projects
Multimedia
audenc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 4
View file
audenc.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Sun Feb 06 12:47:00 UTC 2022 - neutrino8@gmail.com + +- Update to version 3.3.6 + * Silence MPlayer warnings + +------------------------------------------------------------------- Thu Jul 26 19:10:00 UTC 2018 - neutrino8@gmail.com - Update to version 3.3.5
View file
audenc.spec
Changed
@@ -1,7 +1,7 @@ # # spec file for package audenc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: audenc -Version: 3.3.5 +Version: 3.3.6 Release: 0 Summary: Batch script for audio encoding License: GPL-2.0+
View file
audenc-3.3.5.tar.gz/audenc -> audenc-3.3.6.tar.gz/audenc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# v3.3.5 - 2018/07/26 - Grozdan Nikolov <neutrino8@gmail.com> +# v3.3.6 - 2022/02/06 - Grozdan "microchip" 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 @@ -23,7 +23,7 @@ green() { echo -e "\e[1;32m$1\e[0;39;49m"; } CONFIG="$HOME/.audenc" -VERSION="3.3.5" +VERSION="3.3.6" CONFIG_VERSION="11" config_func() { @@ -52,7 +52,7 @@ LAMEOPTS="-V 2 -q 0" # neroAacEnc encoder options -NEROOPTS="-q 0.63 -lc" +NEROOPTS="-q 0.62 -lc" # fdk-aac (aac-enc) encoder options FDKAACOPTS="-r 256000 -a 1" @@ -442,7 +442,7 @@ ;; *) CHANNELS="-channels 6" ;; esac - $MPLAYER "$i" -vo null -vc dummy -really-quiet $AUDFILTERS $CHANNELS -ao pcm:fast:file="$INPUT" & + $MPLAYER "$i" -vo null -vc dummy -really-quiet $AUDFILTERS $CHANNELS -ao pcm:fast:file="$INPUT" 2>/dev/null & ;; esac
View file
audenc-3.3.5.tar.gz/doc/ChangeLog -> audenc-3.3.6.tar.gz/doc/ChangeLog
Changed
@@ -1,3 +1,6 @@ +2022-02-06 - audenc 3.3.6 + * Silence MPlayer warnings + 2018-07-26 - audenc 3.3.5 * Add webm extension to supported formats
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
.