You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm Newbie, I found a custom android camera app which using JavaCV(https://github.com/sourab-sharma/TouchToRecord).
I want add filter string command into RecorderThread.java class in this app. I added string command with colorchannelmixer param into FFmpegFrameFilter string command as:
Hi
I'm Newbie, I found a custom android camera app which using JavaCV(https://github.com/sourab-sharma/TouchToRecord).
I want add filter string command into RecorderThread.java class in this app. I added string command with colorchannelmixer param into FFmpegFrameFilter string command as:
String cropVideoFrontCam = "hflip,colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131," + cropVideo;
But, I do not understand colorchannelmixer params and FFmpeg homepage have 2 example:
I have 2 question:
Thank so much!
The text was updated successfully, but these errors were encountered: