Skip to content

Commit

Permalink
chore: fix prettier warnings in README
Browse files Browse the repository at this point in the history
Signed-off-by: Gustav Grusell <gustav.grusell@eyevinn.se>
  • Loading branch information
grusell committed Sep 2, 2024
1 parent 4b8c115 commit 06e6c1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ Run script locally
Usage: cli [options]
Run shaka-packager with source on S3 or locally, and output to S3 or local
Examples:
$ shaka-packager-s3 -i a:1=audio.mp4 -i v:1=video.mp4 -s s3://source-bucket/folder -d s3://output-bucket/folder
$ shaka-packager-s3 -i a:1=audio.mp4 -i v:1=video.mp4 -s s3://source-bucket/folder -d s3://output-bucket/folder
$ shaka-packager-s3 -i a:1=audio.mp4 -i v:1=video.mp4 -s /path/to/source/folder -d /path/to/output/folder
$ shaka-packager-s3 -i a:2=audio.mp4 -i v:1=video.mp4 -s /path/to/source/folder -d /path/to/output/folder --segment-single-file --segment-single-file-name 'Container$KEY$.mp4' --segment-duration 3.84
Options:
-s, --source-folder [sourceFolder] Source folder URL, ignored if input uses absolute path (supported protocols: s3, local file)
Expand Down

0 comments on commit 06e6c1d

Please sign in to comment.