Skip to content

Commit

Permalink
Merge pull request #57 from HolisticDeveloper/output-file-name-readme
Browse files Browse the repository at this point in the history
Fix docs for output-file-name flag
  • Loading branch information
akiomik authored Sep 1, 2024
2 parents d794229 + dab984c commit 2b3d82d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ vimeo-dl -i "https://8vod-adaptive.akamaized.net/xxx/yyy/sep/video/9f88d1ff,b83d
--video-id "b83d0f9d" \
--audio-id "b83d0f9d" \
--combine \
--output "my-video-file-name"
--output-file-name "my-video-file-name"

# The combine option is equivalent to the following command.
vimeo-dl -i "https://8vod-adaptive.akamaized.net/xxx/yyy/sep/video/9f88d1ff,b83d0f9d,da44206b,f34fd50d,f9ebc26f/master.json?base64_init=1" \
Expand All @@ -54,14 +54,14 @@ Usage:
vimeo-dl [flags]
Flags:
--audio-id string audio id
--combine combine video and audio into a single mp4 (ffmpeg is required)
-h, --help help for vimeo-dl
-i, --input string url for master.json (required)
-o, --output string output file name
--user-agent string user-agent for request
-v, --version version for vimeo-dl
--video-id string video id
--audio-id string audio id
--combine combine video and audio into a single mp4 (ffmpeg is required)
-h, --help help for vimeo-dl
-i, --input string url for master.json (required)
-o, --output-file-name string output file name
--user-agent string user-agent for request
-v, --version version for vimeo-dl
--video-id string video id
```

## Install
Expand Down

0 comments on commit 2b3d82d

Please sign in to comment.