GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ATRACDENC(1) User Manual ATRACDENC(1)

atracdenc - encode to or decode from ATRAC format

atracdenc [options] {-e <codec> | –encode=<codec> | -d | –decode} -i <in> -o <out>

atracdenc is an audio converter that can encode into ATRAC1 or ATRAC3 compatible format and decode from ATRAC1.

For ATRAC1 (also known as ATRAC SP on MiniDisk devices) AEA audio container is used. Only one bitrate (292 kbit/s) is specified.

For ATRCA3 (also known as ATRAC LP on MiniDisk devices) OMA, AT3(riff) and RealMedia container is supported. In the case of OMA and AT3 container, compatible bitrates are 66150 (LP4), 104738 and 132300 (LP2) bits/s. The RealMedia container supports 66150, 93713, 104738, 132300, 146081, 176400, 264600 and 352800 bits/s.

Display help.
Path to the input file. In case of encoding it should be WAV, AIFF or SND 44100 Khz 16 bit PCM file. Use - to read from stdin.
Path to the output file. The container format is chosen automaticaly according to the file extension.
Encode mode. <codec> is a codec name must be one of atrac1, atrac3, atrac3_lp2, atrac3_lp4.
Alias for -e.
Decode mode. Only ATRAC1 is supported.
Alias for -d.
Specify using bitrate (kbit/s). It make sense only for ATRAC3.

Set constant amount of used BFU (ATRAC1, ATRAC3).
Enable fast search of BFU amount (ATRAC1).
Disable transient detection and use an optional mask to set bands with a forced short MDCT window.

ATRAC1 compatible encoding

atracdenc -e atrac1 -i in.wav -o out.aea

ATRAC3 LP2 compatible encoding

atracdenc -e atrac3 -i in.wav -o out.oma

ATRAC3 LP4 compatible encoding (low quality)

atracdenc -e atrac3_lp4 -i in.wav -o out.oma

ATRAC3 + RealAudio container + max supported bitrate

atracdenc -e atrac3 --bitrate=344 -i in.wav -o out.rm
9 November 2023 atracdenc 0.1.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.