Readthedocs for ytdl-sub is getting a massive overhaul to both look and read like a modernized app. It is still very-much work-in-progress, stay tuned for more! Huge thanks to @Svagtlys (aka Momo) for driving this
15 lines
No EOL
559 B
ReStructuredText
15 lines
No EOL
559 B
ReStructuredText
Windows
|
|
--------------
|
|
From powershell, run:
|
|
|
|
.. code-block:: powershell
|
|
|
|
# Download ffmpeg/ffprobe dependencies from yt-dlp
|
|
curl.exe -L -o ffmpeg.zip https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-win64-gpl.zip
|
|
tar -xf ffmpeg.zip
|
|
move "ffmpeg-master-latest-win64-gpl\bin\ffmpeg.exe" "ffmpeg.exe"
|
|
move "ffmpeg-master-latest-win64-gpl\bin\ffprobe.exe" "ffprobe.exe"
|
|
|
|
# Download ytdl-sub
|
|
curl.exe -L -o ytdl-sub.exe https://github.com/jmbannon/ytdl-sub/releases/latest/download/ytdl-sub.exe
|
|
ytdl-sub.exe -h |