-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Comments
👋 @JerakRus |
@JerakRus Currently we don't support different formate but can add support for multiple output format |
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? |
This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
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?
The text was updated successfully, but these errors were encountered: