-
Notifications
You must be signed in to change notification settings - Fork 621
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
How To Get Help #215
Labels
Comments
This was referenced May 15, 2022
This was referenced Jun 1, 2022
Closed
This was referenced Sep 26, 2022
This was referenced Oct 3, 2022
@tanersener Is there any discord or IRC channel where I can seek help related to FFMPEG Flutter? |
@arteevraina No, everything is here under the github project page. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FFmpeg
If you have questions about
ffmpeg
commands, filters, devices, etc. the fastest way to get an answer is to askgoogle
.ffmpeg
is a universal, platform independent tool. There are a lot of resources on the web about it. Put the correct search keywords and try the solutions shared by other people.If you can't find the answers using
google
then try asking them on ffmpeg-user mailing list. There are manyffmpeg
developers that are members of that list. They maintainffmpeg
. So, they know a lot more aboutffmpeg
than we do here. Therefore, we (maintainers) generally don't respond to questions aboutffmpeg
itself.This project does not modify the original
ffmpeg
source code. If anffmpeg
feature or component is not working as expected, most probably that problem comes fromffmpeg
. Unfortunately, we (maintainers) can't help you with those bugs. If you encounter that kind of errors, our suggestion is to install thedesktop
version offfmpeg
and validate that the feature/component you use works ondesktop
. If you create an issue after doing that and tell us that it works ondesktop
then we can provide a solution. If anffmpeg
issue doesn't include that information (tested on desktop), then we most probably will ignore that report. You can still get a response from other users but now from us (maintainers).If you need more professional help then refer to ffmpeg developers. They are available for contracting work. They know a lot more about
ffmpeg
than we (maintainers) do here.FFmpeg-Kit
If your issue is specific to
ffmpeg-kit
then use theSearch
button at the top first. If there are similar issues reported before or if there is a wiki page about your question it will be listed in the search results.If you can't find the answers using
Search
then go to Wiki and look at relevant sections about your issue. There are a lot of pages that cover different aspects of the project. Check if your issue is already explained there.ffmpeg-kit
releases are tested using the test applications under the ffmpeg-kit-test repository. If an API method, class or package doesn't work in your application, have a look at the test applications for that platform, see how it was used there, run the test applications locally if possible.When none of the above works, then create an issue and select one of the templates provided there. It is crucial to fill out one of those templates. Because we (maintainers) don't have time to ask the standard questions (what did you do, how did you do, where did you do, etc.) in every issue. If we don't see enough information inside an issue, we will not respond to it.
Thanks
The text was updated successfully, but these errors were encountered: