Skip to content
Daniel Vogt edited this page Nov 26, 2021 · 4 revisions

FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge.

Videos uploaded to YouTube or other platforms are often stored on the server in separate files, one file for the video track and one for the audio track. To merge these two files, the Moodle downloader needs ffmpeg.

On Linux ffmpeg can be easily installed using the package manager.

On Windows this instruction can be followed: http://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/ Only the download links from ffmpeg.zeranoe.com are out of date, download ffmpeg from here instead: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z

Clone this wiki locally