leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.78k stars 937 forks source link

Fix link to python bindings in documentation #117

Closed jonasdlindner closed 2 years ago

jonasdlindner commented 2 years ago

Current link to PyAV (https://mikeboers.github.io/PyAV/) raises error 404, instead use link to https://pyav.org/.

leandromoreira commented 2 years ago

thanks