diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,4 +7,6 @@ After telling support and not hearing back for a week, I decided to write my own Usage: ``` chirpsync input/files/*.MOV output/folder/ -```
\ No newline at end of file +``` + +This will read the left channel of all `*.MOV` files in `input/files/`, looking for timecode, and writing copies of the files with this timecode in the metadata in `output/folder/`
\ No newline at end of file |