Skip to content

Commit 933a690

Browse files
committed
readme: update to match --help
1 parent 54018a6 commit 933a690

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ The *EAR* reference implementation comes with two command line tools:
4646
```bash
4747
usage: ear-render [-h] [-d] -s target_system [-l layout_file]
4848
[--output-gain-db gain_db] [--fail-on-overload]
49-
[--enable-block-duration-fix] [--strict]
49+
[--enable-block-duration-fix] [--programme id]
50+
[--comp-object id] [--strict]
5051
input_file output_file
5152

5253
EBU ADM renderer
@@ -71,6 +72,8 @@ optional arguments:
7172
output
7273
--enable-block-duration-fix
7374
automatically try to fix faulty block format durations
75+
--programme id select an audioProgramme to render by ID
76+
--comp-object id select an audioObject by ID from a complementary group
7477
--strict treat unknown ADM attributes as errors
7578
```
7679

0 commit comments

Comments
 (0)