Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to apply sepia effect on grabed frame before record it #506

Closed
GoogleCodeExporter opened this issue Feb 3, 2016 · 2 comments
Closed

Comments

@GoogleCodeExporter
Copy link

I am able to grab video frames and record them. But i want to apply effect over 
each frame and reencode video


Original issue reported on code.google.com by umair.sh...@virtual-force.com on 17 Aug 2015 at 11:48

@GoogleCodeExporter
Copy link
Author

If you're talking about avfilter, sure, we're looking for contributions!
Duplicate of https://github.com/bytedeco/javacv/issues/164

Original comment by samuel.a...@gmail.com on 17 Aug 2015 at 12:18

  • Changed state: Duplicate
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

thx samuel for reply.I am using javacv in android.I am able to get frames and 
reencode video. Now i want to apply filters over video. Kindly Help me in this 
regard.Here is a snippet of my code

 FFmpegFrameGrabber grabber = new FFmpegFrameGrabber(Environment.getExternalStorageDirectory()+"/Download/Vi.mp4");
                    AndroidFrameConverter converter=new AndroidFrameConverter();
                    grabber.start();
                    recorder = FFmpegFrameRecorder.createDefault(f,grabber.getImageWidth(), grabber.getImageHeight());

                    recorder.start();
                    recorder.record(frame);

Original comment by umair.sh...@virtual-force.com on 18 Aug 2015 at 4:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant