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

Simple question #59

Open snoopyt98 opened 4 years ago

snoopyt98 commented 4 years ago

Hi! I am new to Github actually and decided to follow along with your tutorial. I apologize if this is not the correct place to ask a simple question.

I just wanted to know if the tutorial was complete? I see Chapter 3 has been added relatively recently. Just was curious regarding the current status of this FFmpeg tutorial.

Thanks so much! This is really great.

leandromoreira commented 4 years ago

Hey @snoopyt98 how are you? I think you can consider it complete since each chapter will teach entirely that topic. :)

snoopyt98 commented 4 years ago

That's great thanks so much. Even though each chapter is independent, will more chapters be added in the future? My internship is at a startup whose main product is a video transcoder, so any tutorials regarding FFmpeg would be so beneficial.

leandromoreira commented 4 years ago

yeah, I still want to add/test some new ideas :)

snoopyt98 commented 4 years ago

Quick question: In your tutorial, you define both “transmuxing” and “remuxing” as changing container format. Do they mean the exact same thing? Thanks.

leandromoreira commented 4 years ago

@snoopyt98 yes, in my context they're the same. =)