Projects
Multimedia
audenc
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
audenc.changes
Changed
@@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Tue Feb 14 14:30:00 UTC 2023 - neutrino8@gmail.com + +- Update to version 3.3.7 + * Use MP4Box to add tags when using FDK's aac-enc and aacplusenc encoders + instead of relying on neroAacTag + * Update to the default encoding values in the config file + +------------------------------------------------------------------- Sun Feb 06 12:47:00 UTC 2022 - neutrino8@gmail.com - Update to version 3.3.6
View file
audenc.spec
Changed
@@ -17,16 +17,15 @@ Name: audenc -Version: 3.3.6 -Release: 0 +Version: 3.3.7 +Release: %mkrel 1 Summary: Batch script for audio encoding License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Editors and Convertors Url: http://sourceforge.net/projects/audenc/ Source0: %{name}-%{version}.tar.gz -Requires: MPlayer +Requires: mplayer Requires: aften -Requires: faac Requires: flac Requires: gpac Requires: lame @@ -72,8 +71,8 @@ %files %defattr(-,root,root) -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_bindir}/* +%{_mandir}/man1/* %doc doc/* %changelog
View file
audenc-3.3.6.tar.gz/audenc -> audenc-3.3.7.tar.gz/audenc
Changed
@@ -1,5 +1,5 @@ #!/usr/bin/env bash -# v3.3.6 - 2022/02/06 - Grozdan "microchip" Nikolov <neutrino8@gmail.com> +# v3.3.7 - 2023/02/14 - 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,8 +23,8 @@ green() { echo -e "\e1;32m$1\e0;39;49m"; } CONFIG="$HOME/.audenc" -VERSION="3.3.6" -CONFIG_VERSION="11" +VERSION="3.3.7" +CONFIG_VERSION="12" config_func() { cat<<EOF>>$CONFIG @@ -42,20 +42,20 @@ DELORIG="n" # Which encoder (nero/faac/fdk-aac/aacplusenc) to use for AAC encoding? -AACENC="faac" +AACENC="fdk-aac" # If using aacplusenc/fdk-aac encoder should we use MP4Box to store # the audio inside an m4a container? M4A="y" # lame encoder options -LAMEOPTS="-V 2 -q 0" +LAMEOPTS="-b 320 -q 1" # neroAacEnc encoder options NEROOPTS="-q 0.62 -lc" # fdk-aac (aac-enc) encoder options -FDKAACOPTS="-r 256000 -a 1" +FDKAACOPTS="-r 220000 -a 1 -v 5" # if using fdk-aac, which AAC mode to use? # 2 = LC-AAC @@ -67,7 +67,7 @@ AACPLUSENCOPTS="45" # faac encoder options -FAACOPTS="-q 140 --tns --mpeg-vers 4 -w" +FAACOPTS="-q 220 --tns --mpeg-vers 4 -w" # oggenc encoder options OGGOPTS="-q 4" @@ -473,9 +473,8 @@ esac if "$M4A" = "y" ; then m4a="y" - $MP4BOX -add "$OUTPUT" $SBR -new "${OUTPUT%.*}.m4a" + $MP4BOX -add "$OUTPUT" $SBR -itags artist="$ARTIST":name="$TITLE":tracks="$TRACK":tracknum="$TOTAL_TRACKS":disk="$DISC":genre="$GENRE":album="$ALBUM":comment="$COMMENT":created="$YEAR" -new "${OUTPUT%.*}.m4a" rm -f "$OUTPUT" 2>/dev/null - $NEROTAG -meta:artist="$ARTIST" -meta:title="$TITLE" -meta:track="$TRACK" -meta:totaltracks="$TOTAL_TRACKS" -meta:genre="$GENRE" -meta:album="$ALBUM" -meta:disc="$DISC" -meta:comment="$COMMENT" -meta:year="$YEAR" "${OUTPUT%.*}.m4a" fi ;; esac
View file
audenc-3.3.6.tar.gz/doc/ChangeLog -> audenc-3.3.7.tar.gz/doc/ChangeLog
Changed
@@ -1,3 +1,8 @@ +2023-02-14 - audenc 3.3.7 + * Use MP4Box to add tags when using FDK's aac-enc and aacplusenc encoders + instead of relying on neroAacTag + * Update to the default encoding values in the config file + 2022-02-06 - audenc 3.3.6 * Silence MPlayer warnings
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
.