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.94k stars 956 forks source link

Use Docker to wrap building and running the scripts. #40

Closed Shachlan closed 5 years ago

Shachlan commented 5 years ago

This copies the code used in master branch, in order to ease future merging.

leandromoreira commented 5 years ago

Did you change the Dockerfile? Did you just copy everything?

Shachlan commented 5 years ago

The docker file & fetch video scripts were copied exactly. The make file was copied and the relevant names were changed from remuxing to transcoding

leandromoreira commented 5 years ago

Cool, I see now.