Replies: 3 comments 7 replies
-
|
Lovely! Mediabunny is still new so doesn't have support for all container formats out there (although that's also not a goal), but it's exactly the right foundation for what you're trying to build! |
Beta Was this translation helpful? Give feedback.
-
Were you using the latest version of ffmpeg and did you pass the correct flags to enable hardware acceleration for the hardware you were using? If you can't get decent playback even with a correctly configured ffmpeg, which is written in compile to native languages and assembly, I would be very surprised if you could even get matching performance with something written in JavaScript, never mind better. |
Beta Was this translation helpful? Give feedback.
-
|
Once again, Mediabunny came up in a discussion with my colleagues due to a customer's request to develop a command line tool for creating and transforming videos in various formats. I'm loving to imagine the possibilities I will have with the tool. Although I really don't have experience with codecs, I would love to collaborate on the project in some way. P.S.: I apologize for the long period of silence in the discussion. I had to step away from work to take care of my health, but I'm slowly getting back into it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I stumbled upon this project by chance and already fell in love with it. Thank you so much for developing it, @Vanilagy!
I have a priority project in my team that's been on hold for a while because I couldn't implement it in electron.js. It involves the ability to play video and audio in various formats, supporting multiple audio tracks and subtitles (as we've seen in mkv, avi, etc.), which electron.js unfortunately does not support natively. ffmpeg was ruled out due to the excessive overhead it caused during the tests I conducted, as there is a strong requirement that computers with modest configurations do not experience playback issues.
I’m getting familiar with Mediabunny, and it really seems to be the solution to all our problems, but I haven't had the time to test the implementation for the use case I need to cover. Since that would take some time, I thought it would be more convenient to discuss this beforehand.
I’m opening this discussion to exchange ideas with anyone who has become familiar enough with the library, so that I (and others in the future) can better understand the capabilities and any potential limitations we may face.
thank you all in advance!
Beta Was this translation helpful? Give feedback.
All reactions