Skip to content

Commit

Permalink
update yt-dlp
Browse files Browse the repository at this point in the history
  • Loading branch information
storyxc committed Oct 10, 2023
1 parent c5e3acf commit e685524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux/applications/FFmpeg相关.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ yt-dlp -f bestaudio "https://www.youtube.com/watch?v=example" -o - | ffmpeg -i -
### yt-dlp下载最高质量视频&音频并合成一个视频

```shell
yt-dlp -f bestvideo+bestaudio "https://www.youtube.com/watch?v=example" -o ~/Downloads/output.mp4
yt-dlp -f bestvideo+bestaudio "https://www.youtube.com/watch?v=example" -o ~/Downloads/output.mp4 --recode-video mp4
```

0 comments on commit e685524

Please sign in to comment.