Skip to content

Commit

Permalink
Fix typo (--s -> -ss) (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynsta authored Oct 27, 2023
1 parent d32bce9 commit 791b005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macos/downloading-partial-youtube-videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ ffmpeg \
```
The two `-ss` lines seek the video stream and the audio stream to the `8:18:25` mark.

`--s 5` seeks 5 seconds into the combined output. The instructions on StackExchange said to start at least 5s before the section of the video that you want to capture. The StackExchange recipe says this is for "giving me a few seconds to catch a good keyframe".
`-ss 5` seeks 5 seconds into the combined output. The instructions on StackExchange said to start at least 5s before the section of the video that you want to capture. The StackExchange recipe says this is for "giving me a few seconds to catch a good keyframe".

`-map 0:v` and `-map 1:a` sets the first stream up as video and the second stream as audio.

Expand Down

0 comments on commit 791b005

Please sign in to comment.