FFmpeg 4.3
ffmpeg.org
FFmpeg 4.3
1–10 of 226 posts
Re: FFmpeg 4.3
#2Seems like the big feature is Vulkan support?
Re: FFmpeg 4.3
#3I was looking at getting the sound wave graph for a piece of audio a while ago, and not only was FFmpeg the only option I found to be able to do it, it was amazingly fast and also free.
Re: FFmpeg 4.3
#4Can someone explain to me how FFmpeg seems to be the only open-source software to do even just basic functionality with audio. I was looking at getting the sound wave graph for a piece of audio a while ago, and not only was FFmpeg the only option I found to be able to do it, it was amazingly fast and also free.
Re: FFmpeg 4.3
#5Changelog: https://github.com/FFmpeg/FFmpeg/blob/master/Changelog Seems like the big feature is Vulkan support?
Re: FFmpeg 4.3
#6Can someone explain to me how FFmpeg seems to be the only open-source software to do even just basic functionality with audio. I was looking at getting the sound wave graph for a piece of audio a while ago, and not only was FFmpeg the only option I found to be able to do it, it was amazingly fast and also free.
Re: FFmpeg 4.3
#7Can someone explain to me how FFmpeg seems to be the only open-source software to do even just basic functionality with audio. I was looking at getting the sound wave graph for a piece of audio a while ago, and not only was FFmpeg the only option I found to be able to do it, it was amazingly fast and also free.
Re: FFmpeg 4.3
#8Can someone explain to me how FFmpeg seems to be the only open-source software to do even just basic functionality with audio. I was looking at getting the sound wave graph for a piece of audio a while ago, and not only was FFmpeg the only option I found to be able to do it, it was amazingly fast and also free.
But that kind of visualization isn't what I'd call "basic" functionality, since it's functionally useless for the vast majority of audio applications.
Re: FFmpeg 4.3
#9I don’t know if it’s their goal, but I’d love a more user friendly set of command line arguments.
Re: FFmpeg 4.3
#10Can someone explain to me how FFmpeg seems to be the only open-source software to do even just basic functionality with audio. I was looking at getting the sound wave graph for a piece of audio a while ago, and not only was FFmpeg the only option I found to be able to do it, it was amazingly fast and also free.
why duplicate something that works really well?
- You want to code it all again using an API that doesn't expect to get its input from a blocking read() function.
- ...
I think the main reason there isn't any alternative is that it supports soooo many formats that the task seems impossible to anybody thinking about it.