Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 8th December 2011, 21:00   #1  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
audenc for Linux

I've written a small batch shell script for Linux to watch some directories I put audio files in.

https://sourceforge.net/projects/audenc/

I hope it's useful to some. Enjoy

PS: There is no separate audio subforum for Linux so I'm posting it here. In case a mod decides to move it to another place, I'm fine with that
__________________
ffx264 || ffhevc || ffxvid || microenc

Last edited by microchip8; 6th February 2022 at 13:57.
microchip8 is offline   Reply With Quote
Old 10th December 2011, 11:57   #2  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.8
Code:
* Added -help option and moved the examples to it.
* Added -r option for resetting the config file. Useful for when the user has installed an audio encoder after the script has
generated its config file and thus can't find the newly installed encoder.
* Added -sc option for sanity check.
* Added -ec option for editing the config file. This adds a new EDITOR variable to the config file and bumps the version to 5
* Small code improvements.
* Updated the man page.
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 14th December 2011, 18:30   #3  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 2.9
Code:
* Added support for the aacplusenc and amrenc encoders. This bumps the config file version to 6
* Replaced some if conditionals in the -sc option with direct 'test' checks
* Cosmetics
* Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 18th December 2011, 14:20   #4  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.0
Code:
* If using the aacplusenc encoder, provide an option in the config file to use MP4Box to store the audio in an m4a container.
This updates the config file to version 7 and adds MP4Box as dependency.
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 20th December 2011, 12:29   #5  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.1
Code:
* Added support for tagging when using the aacplusenc encoder. Requires neroAacTag
* Added support for encoding to DTS audio. Requires the dcaenc encoder which one can get from: http://aepatrakov.narod.ru/dcaenc/.
This bumps the config file version to 8
* Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 30th October 2013, 23:36   #6  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.2
Code:
* Added support for the Opus audio codec
* Handle multi-channel files
* Renamed -help to -h
* Added -v switch for version info
* Updated the man page
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 16th July 2014, 11:49   #7  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3 and 3.3.1
Code:
2014-07-16 - audenc 3.3.1
	* Typofix: greep -> green
	
2014-07-15 - audenc 3.3
	* Added support for the FDK-AAC encoder (aac-enc)
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 17th July 2014, 22:34   #8  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3.2
Quote:
* Bugfix: overwriting the config options on the command line for fdk-aac did not work so using something like audenc aacpts="-r 128000 -a 1" indir outdir had no effect when using fdk-aac and the options from the config file were used instead
* Print the M4A var values when using the -sc option
* Merge the checking code for aacplusenc and fdk-aac
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 19th July 2014, 16:17   #9  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3.3
Quote:
* Bugfix: conversion failure due to the $ext var being set to m4a when using MP4Box to pack the audio in m4a container
* Default to signed 16-bit little endian WAV format
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 6th February 2022, 13:56   #10  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3.6
Quote:
* Silence MPlayer warnings
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 14th February 2023, 15:32   #11  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3.7
Quote:
* 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
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Old 15th February 2023, 12:37   #12  |  Link
microchip8
ffx264/ffhevc author
 
microchip8's Avatar
 
Join Date: May 2007
Location: /dev/video0
Posts: 1,843
ChangeLog for version 3.3.8
Quote:
* Added -mpeg4 switch to MP4Box
* Removed the 'track' -itags property for MP4Box. It is not needed
* Syntax updates
__________________
ffx264 || ffhevc || ffxvid || microenc
microchip8 is offline   Reply With Quote
Reply

Tags
audenc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:13.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.