Skip to content

Commit

Permalink
Document sequence opening
Browse files Browse the repository at this point in the history
  • Loading branch information
myrsloik committed Apr 4, 2024
1 parent 632dbfd commit 9c11f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ ninja -C build install

## Argument explanation

*source*: The source filename. Note that image sequences also can be opened by using %d or %03d for zero padded numbers. Sequences may start at any number between 0 and 4.

*track*: Either a positive number starting from 0 specifying the absolute track number or a negative number to select the nth audio or video track. Throws an error on wrong type or no matching track.

*adjustdelay*: Adjust audio start time relative to track number. Pass -2 to disable and -1 to be relative to the first video track if one exists.
Expand Down

0 comments on commit 9c11f04

Please sign in to comment.