Skip to content

mix audio or apply effects on video with ffmpeg options (libavfilter) #397

Description

@GoogleCodeExporter


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.com on 17 Dec 2013 at 10:41

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions