26 Aug 2024
Learned from:
GitHub - slhck/ffmpeg-encoding-course: An introduction to FFmpeg and its tools
github.com
Convert to Reveal.js slides
"The slides in slides/ are written in Markdown and can be converted to Reveal.js slides"
npm install -g reveal-md
cd slides/
reveal-md ffmpeg-encoding-course.md
Converting to Static
To convert the slides to a static site:
reveal-md ffmpeg-encoding-course.md --static ../docs
This static site in docs will be shown via GitHub Pages.
Converting to PDF
To convert them to a PDF, run:
reveal-md ffmpeg-encoding-course.md --print ffmpeg-encoding-course.pdf