From 06e6c1dafdad7c21d74fe966c9f0d2988d850179 Mon Sep 17 00:00:00 2001 From: Gustav Grusell Date: Mon, 2 Sep 2024 09:25:00 +0200 Subject: [PATCH] chore: fix prettier warnings in README Signed-off-by: Gustav Grusell --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7d52805..7d0aac3 100644 --- a/README.md +++ b/README.md @@ -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)