sourab-sharma / TouchToRecord

Touch android camera surface view to record video using FFmpeg Recorder
297 stars 104 forks source link

FFMPEG adding command #15

Open arkinaforlife opened 8 years ago

arkinaforlife commented 8 years ago

Hi,

I was wondering if it is possible for you to build an function, where people can add there own command for example to put an filter, or watermark over the video. I also looked into this code, https://github.com/GitHubber15614/TouchToRecord, but this setup is totally different then you've right know. The way you use ffmpeg now is much better than than the code in the link.

It would be great if you could build or maybe could say how to build a functionality were i could add an functionality to add my own commands (In this type (String [] ). If you can make this function but not want to make this public. I suggest to make it private only for me i will pay you than for this option.

Please let me know what your thoughts and possiblities are!

Thanks in advance,

Yilzer

scheriff commented 8 years ago

you can try to adjust RecorderThread.setFilters function in order to add some custom filters

arkinaforlife commented 8 years ago

Thanks, what should i use for text on the video, also an suggestion for that?

sourab-sharma commented 8 years ago

Hi @yilzer , code in the link above is also mine. Code created around 3 years back, I used ffmpeg to rotate/crop video. But now Samuel Audet has given support for frame filter and I have updated code accordingly and had removed ffmpeg support.

Now I have added again old ffmpeg code with watermark example so that for any specific requirement developers can use this implementation of ffmpeg, if they can't find any better.

Please see :

USE-FFMPEG-Commands