]> iEval git - fdkaac.git/blobdiff - README
Use secure URI for Vcs-Git
[fdkaac.git] / README
diff --git a/README b/README
index e5843751747aaaec8bf95ee02d2b9288492a042b..f11010d46c313389f797d728f4d11bff27562bcc 100644 (file)
--- a/README
+++ b/README
@@ -5,7 +5,7 @@
 NAME
 ====
 
 NAME
 ====
 
-fdkaac - command line frontend for libfdk-aac encoder  
+fdkaac - command line frontend for libfdk-aac encoder
 
 SYNOPSIS
 ========
 
 SYNOPSIS
 ========
@@ -20,10 +20,10 @@ and encodes it into either M4A / AAC file.
 
 If the input file is "-", data is read from stdin. Likewise, if the
 output file is "-", data is written to stdout if one of streamable AAC
 
 If the input file is "-", data is read from stdin. Likewise, if the
 output file is "-", data is written to stdout if one of streamable AAC
-transport formats is selected by **-f**.
+transport formats are selected by **-f**.
 
 When CAF input and M4A output is used, tags in CAF file are copied into
 
 When CAF input and M4A output is used, tags in CAF file are copied into
-the resulting M4A.  
+the resulting M4A.
 
 OPTIONS
 =======
 
 OPTIONS
 =======
@@ -52,15 +52,6 @@ OPTIONS
     39
     :   MPEG-4 AAC ELD
 
     39
     :   MPEG-4 AAC ELD
 
-    129
-    :   MPEG-2 AAC LC
-
-    132
-    :   MPEG-2 HE-AAC (SBR)
-
-    156
-    :   MPEG-2 HE-AAC v2 (SBR+PS)
-
 -b, --bitrate \<n\>
 :   Target bitrate (for CBR)
 
 -b, --bitrate \<n\>
 :   Target bitrate (for CBR)
 
@@ -75,8 +66,8 @@ OPTIONS
     1-5
     :   VBR (higher value -\> higher bitrate)
 
     1-5
     :   VBR (higher value -\> higher bitrate)
 
--w, --bandwith \<n\>
-:   Frequency bandwith (lowpass cut-off frequency) in Hz. Available on
+-w, --bandwidth \<n\>
+:   Frequency bandwidth (lowpass cut-off frequency) in Hz. Available on
     AAC LC only.
 
 -a, --afterburner \<n\>
     AAC LC only.
 
 -a, --afterburner \<n\>
@@ -155,7 +146,7 @@ OPTIONS
 :   Add CRC protection on ADTS header.
 
 -h, --header-period \<n\>
 :   Add CRC protection on ADTS header.
 
 -h, --header-period \<n\>
-:   StreamMuxConfig/PCE repetition period in transport layer.
+:   StreamMuxConfig/PCE repetition period in the transport layer.
 
 -G, --gapless-mode \<n\>
 :   Method to declare amount of encoder delay (and padding) in M4A
 
 -G, --gapless-mode \<n\>
 :   Method to declare amount of encoder delay (and padding) in M4A
@@ -215,7 +206,7 @@ OPTIONS
     2nd part (in digits)
     :   bits per channel
 
     2nd part (in digits)
     :   bits per channel
 
-    Last char -- endianness (can be ommited)
+    Last char -- endianness (can be omitted)
     :   **L** (ittle, default) | **B** (ig)
 
 --title \<string\>
     :   **L** (ittle, default) | **B** (ig)
 
 --title \<string\>
@@ -269,9 +260,9 @@ OPTIONS
 
 --tag-from-json \<filename[?dot\_notation]\>
 :   Read tags from JSON. By default, tags are assumed to be direct
 
 --tag-from-json \<filename[?dot\_notation]\>
 :   Read tags from JSON. By default, tags are assumed to be direct
-    children of the root object in JSON. Optionary you can speficy
+    children of the root object in JSON. Optionally you can specify
     arbitrary dot notation to locate the object containing tags.
     arbitrary dot notation to locate the object containing tags.
+
 
 EXAMPLES
 ========
 
 EXAMPLES
 ========
@@ -300,7 +291,7 @@ NOTES
 
 Upto 32bit integer or 64bit floating point format is supported as input.
 However, FDK library is implemented based on fixed point math and only
 
 Upto 32bit integer or 64bit floating point format is supported as input.
 However, FDK library is implemented based on fixed point math and only
-supports 16bit integer PCM. Therefore, be careful of clipping. You might
+supports 16bit integer PCM. Therefore, be wary of clipping. You might
 want to dither/noise shape beforehand when your input has higher
 resolution.
 
 want to dither/noise shape beforehand when your input has higher
 resolution.
 
This page took 0.01874 seconds and 4 git commands to generate.