Hi,
I am using ffmpeg recorder to implement touch to record like vine app,
Now i want to apply effects like sepia, grayscale to video, from research i
came to know that using below ffmpeg command,
command = "ffmpeg -y -i 'inputfilepath' -strict experimental -vf
colorchannelmixer=.3:.4:.3:0:.3:.4:.3:0:.3:.4:.3 -s " + size+ " -r " +
frameRate+ " -aspect 4:3 -ab 48000 -ac 1 -ar "+
recorderParameters.getAudioSamplingRate()+ " -vcodec mpeg4 -b:v "+
recorderParameters.getVideoBitrate() +" "+ strRotatePath;
can you please suggest me any other way to apply filters on video android
Thanks
Bindal
Original issue reported on code.google.com by
Bindal...@gmail.comon 17 Dec 2013 at 10:41