Yt-dlp: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
(Created page with "YouTube downloader. https://forums.linuxmint.com/viewtopic.php?t=380730")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
YouTube downloader. https://forums.linuxmint.com/viewtopic.php?t=380730
YouTube downloader.
 
Download on Linux - [https://forums.linuxmint.com/viewtopic.php?t=380730]
 
How to use:
 
[[File:yt-dlp.png]]
 
=Usage=
*To download mp3 -
*yt-dlp [OPTIONS] [--] URL [URL...]
 
-x, --extract-audio            Convert video files to audio-only files
                                (requires ffmpeg and ffprobe)
--audio-format FORMAT          Format to convert the audio to when -x is
                                used. (currently supported: best (default),
                                aac, alac, flac, m4a, mp3, opus, vorbis,
                                wav). You can specify multiple rules using
                                similar syntax as --remux-video
 
Thus:
*yt-dlp -x --audio-format mp3 https://www.youtube.com/watch?v=videonumber

Latest revision as of 21:44, 6 August 2024

YouTube downloader.

Download on Linux - [1]

How to use:

Yt-dlp.png

Usage

  • To download mp3 -
  • yt-dlp [OPTIONS] [--] URL [URL...]

-x, --extract-audio Convert video files to audio-only files

                               (requires ffmpeg and ffprobe)

--audio-format FORMAT Format to convert the audio to when -x is

                               used. (currently supported: best (default),
                               aac, alac, flac, m4a, mp3, opus, vorbis,
                               wav). You can specify multiple rules using
                               similar syntax as --remux-video

Thus: