[colorchannelmixed] & eq keywords not working in version 6.2 #970
Labels
android
Affect Android platform
needs-more-details
We need more details to understand what the problem is
no-issue-activity
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?
Android
6.2
14
Realme 12 pro & OnePlus nord3
The text was updated successfully, but these errors were encountered: