Ilia Kosynkin
Ilia Kosynkin
Hey, @subdan, thanks for the quick response! I respectfully disagree with your assessment. Let me explain why: 1. My personal experience is that colors are rarely touched, but images and...
Ah, I get your point now and it is a great one! I did discuss it with our designer and she wasn't particularly excited about the idea. She told me...
@pavel-corsaghin It's not supposed to work that way. If you want to append multiple input paths you should use: createCommand() .inputPath(firstPath) .inputPath(secondPath) .build(); Also error code indicates that you have...
@pavel-corsaghin erm, why do you want to use your own libraries? VideoKit supply prepared .so files out of the box. According to error message - you doesn't have Android.mk file...
@pavel-corsaghin Well, it still doesn't explain what kind of functionality VideoKit lacks so you want to create your own .so files. Why don't you use VideoKit directly?
@pavel-corsaghin Ok, I'm sorta lost point, but I think I get it now. CommandBuilder is not supposed to be extended - wrap it instead. Keep in mind - CommandBuilder itself...
@pavel-corsaghin ok, so then I would suggest to use your own version (fork of VideoKit). As I understood you successfully achieved desired functionality with your own implementation? As for API...
@pavel-corsaghin I'm pretty sure they're using MediaCodec since it's embedded into Android from API 18. I used it for cropping and video trimming back in the days when I was...
@pavel-corsaghin I don't know if you're following me: my main blog is here: https://syllogismobile.wordpress.com I also duplicate posts on Medium. I actually didn't expect any attention to my blog and...
@pavel-corsaghin Hm, why cannot you get access to my blog? I thought it's open platform. Did you try something like this: "ffmpeg -i file.mpg -r 1/1 $filename%03d.bmp"? in VideoKit it...