nekocode / CameraFilter

📷 Realtime camera filters on android.
Apache License 2.0
2.14k stars 363 forks source link

Save video? #7

Open jeetdholakia opened 8 years ago

jeetdholakia commented 8 years ago

How can I save the preview as a video?

nekocode commented 8 years ago

It didn't had such feature now.

ArtemSel commented 8 years ago

if you want to save a video, you can use FFMPEG lib

jeetdholakia commented 8 years ago

i have tried grabbing the camera preview frames and merging them by ffmpeg to produce a video, but it does not show any filter effect, just a normal video.

I also tried to use the mediarecorder, but it saves unfiltered video too.

If you have any solutions, please let me know.

woniu0936 commented 7 years ago

@jeetdholakia grafika maby help you

jeetdholakia commented 7 years ago

Has anyone solved this?

iamkdblue commented 4 years ago

@jeetdholakia did you find any solution?