VidEffects
VidEffects copied to clipboard
Saving effected video in sdcard . Effect issue channel mixer!
Hello,
As you mention here for permanent video effecting and saving video in sdcard.
https://github.com/krazykira/VidEffects/wiki/Permanent-video-effects
When i am applying diffrent effects how you change that channelmixer
for diffrent effects ?
As you mention in demo colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131
i want different Frame filters for diffrent effects which you mention in your library
BrightnessEffect, ContrastEffect, AutoFixEffect, BlackAndWhiteEffect, CrossProcessEffect
private void initVideoRecorder(String path) { try { filter = new F FmpegFrameFilter("colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131", VIDEO_GRABBER.getImageWidth(), VIDEO_GRABBER.getImageHeight()); videoRecorder = FFmpegFrameRecorder.createDefault(path, VIDEO_GRABBER.getImageWidth(), VIDEO_GRABBER.getImageHeight()); videoRecorder.start(); } catch (FrameRecorder.Exception e) { e.printStackTrace(); } }