From 661f883dce8dbd05ebf2d331fd10ca91f13834ed Mon Sep 17 00:00:00 2001 From: nu774 Date: Fri, 8 Nov 2013 23:18:20 +0900 Subject: [PATCH] add genman.sh, update fdkaac.1 --- genman.sh | 2 ++ man/fdkaac.1 | 10 +++++----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100755 genman.sh diff --git a/genman.sh b/genman.sh new file mode 100755 index 0000000..dcc1fa2 --- /dev/null +++ b/genman.sh @@ -0,0 +1,2 @@ +#!/bin/sh +pandoc -s -f markdown -t man README >fdkaac.1 && mv -f fdkaac.1 man/fdkaac.1 diff --git a/man/fdkaac.1 b/man/fdkaac.1 index 58864f1..38f9e03 100644 --- a/man/fdkaac.1 +++ b/man/fdkaac.1 @@ -12,7 +12,7 @@ format, and encodes it into either M4A / AAC file. .PP 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[B]-f\f[]. +streamable AAC transport formats are selected by \f[B]-f\f[]. .PP When CAF input and M4A output is used, tags in CAF file are copied into the resulting M4A. @@ -220,7 +220,7 @@ Add CRC protection on ADTS header. .RE .TP .B -h, --header-period -StreamMuxConfig/PCE repetition period in transport layer. +StreamMuxConfig/PCE repetition period in the transport layer. .RS .RE .TP @@ -309,7 +309,7 @@ bits per channel .RS .RE .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) .RS .RE @@ -399,7 +399,7 @@ Stored in com.apple.iTunes field. Read tags from JSON. By default, tags are assumed to be direct children of the root object in 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. .RS .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. However, FDK library is implemented based on fixed point math and only 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 higher resolution. .PP -- 2.30.2