brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
486 stars 56 forks source link

feture request: build a non linear editor out of that #51

Open treakiandroid opened 6 years ago

treakiandroid commented 6 years ago

Just as simple, or even more simple, as live movie maker or so. Some simple efects (audio volume change, video color change, cut image mix stereo to mono, etc) cut different videos together with some easy transition and put some music in the background or record while playimg (dubbing mode)

Thats totalcenough to have on the go and shouldnt be to difficulty to implement cause there are enough open source command line tools (!aybe ffmpeg itself is still enough) to do so. Only thing to do is to test them and build some andriid gui that is creating some script that is run (like how the ffmpeg command syntax)

Would be of cause a rather far milestone but not to far i guess and would be really grate to have

If you do i, thanks a lot in advance

brarcher commented 6 years ago

Thanks for the interest in the project. My intention was to create an application for transcoding, rather than a full video editor. There is still much work to do in order to get the transcoding aspect in a great place. For the time being, I do not intend to pursue moving the application to a video editor. In the future when the encoding aspect is more solid, if someone from the community wants to help this could happen. I'm not that great at making UIs, so I would definitely need some help.