Using Yt-Dlp And FFmpeg Directly

Created by Sameer Sharma
Keywords:
yt-dlp ffmpeg
Last updated by:
Sameer Sharma

i> YT-DLP :

--> snap run --shell mpv -c 'exec "$@"' -- yt-dlp -F 'yt-link'

--> Also, much simply one can do the following;
        1) snap run --shell mpv
        2) yt-dlp 'xyz'

*For the second method do it step-by-step.

ii> FFMPEG :

--> snap run --shell mpv and then ffmpeg 'xyz'

*Do it step-by-step.