File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ The *EAR* reference implementation comes with two command line tools:
4646``` bash
4747usage: 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
5253EBU 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
You can’t perform that action at this time.
0 commit comments