linkedin / LiTr

Lightweight hardware accelerated video/audio transcoder for Android.
BSD 2-Clause "Simplified" License
606 stars 85 forks source link

Concat multiply videos. #143

Open LionisIAm opened 2 years ago

LionisIAm commented 2 years ago

In example we have a possibility to trim videos. But what about concat two videos just one after another? Is it possible right now?

izzytwosheds commented 2 years ago

LiTr doesn't support joining multiple videos yet. This is a complicated task that requires a lot of other (also not-so-simple) prerequisite functionality to be implemented - such as resampling/muxing audio, changing video frame rate, etc. I don't think it will be available anytime soon.

inwady commented 2 years ago

@izzytwosheds, are there any options to make it if each part video has equal params (fps, video size/height/width) because of the source is one camera?