mirror of
https://github.com/nu774/fdkaac.git
synced 2025-02-20 13:20:38 +01:00
add genman.sh, update fdkaac.1
This commit is contained in:
parent
b815f858d0
commit
661f883dce
2
genman.sh
Executable file
2
genman.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
pandoc -s -f markdown -t man README >fdkaac.1 && mv -f fdkaac.1 man/fdkaac.1
|
10
man/fdkaac.1
10
man/fdkaac.1
@ -12,7 +12,7 @@ format, and encodes it into either M4A / AAC file.
|
|||||||
.PP
|
.PP
|
||||||
If the input file is "-", data is read from stdin.
|
If the input file is "-", data is read from stdin.
|
||||||
Likewise, if the output file is "-", data is written to stdout if one of
|
Likewise, if the output file is "-", data is written to stdout if one of
|
||||||
streamable AAC transport formats is selected by \f[B]-f\f[].
|
streamable AAC transport formats are selected by \f[B]-f\f[].
|
||||||
.PP
|
.PP
|
||||||
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.
|
||||||
@ -220,7 +220,7 @@ Add CRC protection on ADTS header.
|
|||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B -h, --header-period <n>
|
.B -h, --header-period <n>
|
||||||
StreamMuxConfig/PCE repetition period in transport layer.
|
StreamMuxConfig/PCE repetition period in the transport layer.
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
@ -309,7 +309,7 @@ bits per channel
|
|||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
.B Last char -- endianness (can be ommited)
|
.B Last char -- endianness (can be omitted)
|
||||||
\f[B]L\f[] (ittle, default) | \f[B]B\f[] (ig)
|
\f[B]L\f[] (ittle, default) | \f[B]B\f[] (ig)
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
@ -399,7 +399,7 @@ Stored in com.apple.iTunes field.
|
|||||||
Read tags from JSON.
|
Read tags from JSON.
|
||||||
By default, tags are assumed to be direct children of the root object in
|
By default, tags are assumed to be direct children of the root object in
|
||||||
JSON.
|
JSON.
|
||||||
Optionary you can speficy arbitrary dot notation to locate the object
|
Optionally you can specify arbitrary dot notation to locate the object
|
||||||
containing tags.
|
containing tags.
|
||||||
.RS
|
.RS
|
||||||
.RE
|
.RE
|
||||||
@ -448,7 +448,7 @@ fdkaac\ -\ -ox.m4a\ -m2\ --import-tag-from-json=foo.json?format.tags
|
|||||||
Upto 32bit integer or 64bit floating point format is supported as input.
|
Upto 32bit integer or 64bit floating point format is supported as input.
|
||||||
However, FDK library is implemented based on fixed point math and only
|
However, FDK library is implemented based on fixed point math and only
|
||||||
supports 16bit integer PCM.
|
supports 16bit integer PCM.
|
||||||
Therefore, be careful of clipping.
|
Therefore, be wary of clipping.
|
||||||
You might want to dither/noise shape beforehand when your input has
|
You might want to dither/noise shape beforehand when your input has
|
||||||
higher resolution.
|
higher resolution.
|
||||||
.PP
|
.PP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user