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.82k stars 941 forks source link

hello_world with other files (unknown codec) #79

Closed FransM closed 3 years ago

FransM commented 3 years ago

I used the hello executable on a recorded transport stream file. It didn't work since the stream also contained EPG program guide data for which no codec was found. As for the hello world example only the video stream is relevant it seems ok just to ignore streams for which no codec is found. I've submitted https://github.com/leandromoreira/ffmpeg-libav-tutorial/pull/78 for this

FransM commented 3 years ago

pull request with the fix for this has been merged