Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: can this lib convert files ? #253

Open
JerakRus opened this issue Dec 6, 2023 · 3 comments
Open

Question: can this lib convert files ? #253

JerakRus opened this issue Dec 6, 2023 · 3 comments

Comments

@JerakRus
Copy link

JerakRus commented Dec 6, 2023

Hello, I accidentally came across your library and became very interested. Our application has a chat functionality with the sending of various media files, but the problem is that Android and iOS support the playback of different formats, and also users on the other end can be in different messengers and send files in different formats. To solve these problems and correct playback, we use ffmpeg. Will this library be able to completely replace ffmpeg for us and will it allow converting files into specified formats?

Copy link

github-actions bot commented Dec 6, 2023

👋 @JerakRus
Thanks for opening your issue here! If you find this package useful hit the star🌟!

@numandev1
Copy link
Owner

@JerakRus Currently we don't support different formate but can add support for multiple output format

@JerakRus
Copy link
Author

JerakRus commented Dec 25, 2023

Thanks for the answer! @numandev1

If it is possible to complete it, then first of all, support for conversion from aac to ogg format and vice versa is important to us. (ogg is the most common audio message format for instant messengers whatsapp, viber, telegram and others. aac is the one that we can play on ios).

For other, most popular formats (mp3, mp4, jpeg, png, doc, pdf, etc.) it is enough for us that the library has support for them, maintaining the same format when processing them. I'm guessing that's how the latter works? Or are there restrictions on some file formats?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants