Skip to content

Latest commit

 

History

History
75 lines (39 loc) · 4.47 KB

README.md

File metadata and controls

75 lines (39 loc) · 4.47 KB

Simple Android Editor

Udated 2022.04.10

I will not reply that email related to the project (e.g., job offer, code purchase, project build failed issue) will not reply. This project was just out of curiosity, and not maintained, so you will require a lot of code modifications to be used for commercial purposes. Nevertheless, if you need my help for any other purpose, please contact me : [email protected].

프로젝트 관련 이메일(예: job offer, 코드 구매, 프로젝트 빌드 실패 문제)은 회신하지 않을 예정입니다. 이 프로젝트는 현재 유지보수가 안되어 있기 때문에 상업적으로 사용하기 위해서는 많은 코드 수정이 필요합니다. 그럼에도 불구하고 만약 다른 목적으로 제 도움이 필요하다면, [email protected] 으로 연락주세요.





License APIAPI Android

Android video & photo editor application using deep learning
(Super Resolution, Video & Image Inpainting)

Simple Video Editor is android application that can help video, image inpainting work.
Even if it's not for this purpose, it has enough function as a video editor.

you can use video-time-line view, video trim based on ffmpeg engine,
and select a specific frame to draw a line.


Main UI Feature

Play Video Select to video trim
Select the specific frame and draw a mask Sebd to server
gif (1) gif

What is inpainting ?

Inpainting is a conservation process where damaged, deteriorating, or missing parts of an artwork are filled in to present a complete image. As a rule the original file and corresponding binary mask file are required to test inpainitng.

img

How to generate a mask file in android

  1. In the app logic, a user will draw lines on the specific frame (or photo). So I converted the frame(or photo) to bitmap and got the RGB pixel value of the bitmap.

  2. If a RGB pixel of the bitmap exceeds a specific threshold, the pixel will mapping to 0 value

  3. Resize the bitmap with the same height and width as the original file.

Result

✔ Check

@jsh-me 💬

This project is WIP

Feel free to contact me if you have and questions.

Always welcome to FEEDBACK ;^) waiting for your contribution.

Email: [email protected]

License

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.