This is an ongoing project to revamp the YTDL-Sub docs. Starting point: - Recreate docs folder/file structure - Update root makefile to use new make docs command - Move old docs into new docs folder structure (as a base) - Separate out old docs into individual files to allow better navigation with the new theme
15 lines
No EOL
567 B
ReStructuredText
15 lines
No EOL
567 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 |