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

[colorchannelmixed] & eq keywords not working in version 6.2 #970

Open
HamzaBula opened this issue Apr 22, 2024 · 1 comment
Open

[colorchannelmixed] & eq keywords not working in version 6.2 #970

HamzaBula opened this issue Apr 22, 2024 · 1 comment
Labels
android Affect Android platform needs-more-details We need more details to understand what the problem is

Comments

@HamzaBula
Copy link

HamzaBula commented Apr 22, 2024

Description
In Android I was giving some color effects to the video and it was working properly in version 4.4, here is the working command which I am using with version 4.4.
String command[] = {"-i", inputPath, "-vf", "[colorchannelmixed]eq=1.0:0.1:1.3:1.4:1.0:1.0:1.0:1.0[color_effect]", outputPath};

But when I converted this array command to string and tried to use with version 6.2 it is not working This command is not working I tried with version 6.2
String command = "-i " + filterPath + " -vf [colorchannelmixed]eq=1.0:0.1:1.3:1.4:1.0:1.0:1.0:1.0[color_effect] " + outputPath;

Can you test these commands in both versions and help me resolve this issue pls?

  • Platform: Android
  • Version: 6.2
  • Android Devise version: 14
  • Android Devise : Realme 12 pro & OnePlus nord3
@tanersener
Copy link
Collaborator

First of all, we don't have a 6.2 version.

Secondly, I suggest reading #215 again. Here is what we said about FFmpeg features not working.

  1. This project does not modify the original ffmpeg source code. If an ffmpeg feature or component is not working as expected, most probably that problem comes from ffmpeg. Unfortunately, we (maintainers) can't help you with those bugs. If you encounter that kind of errors, our suggestion is to install the desktop version of ffmpeg and validate that the feature/component you use works on desktop. If you create an issue after doing that and tell us that it works on desktop then we can provide a solution. If an ffmpeg 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).

@tanersener tanersener added needs-more-details We need more details to understand what the problem is android Affect Android platform labels Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Affect Android platform needs-more-details We need more details to understand what the problem is
Projects
None yet
Development

No branches or pull requests

2 participants