videolang / video

Source Code for Video language.
https://lang.video
Apache License 2.0
137 stars 14 forks source link

Different video lengths in multitracks confuse video. #9

Closed LeifAndersen closed 7 years ago

LeifAndersen commented 7 years ago

If I create a multitrack with different lengthed tracks, video plays them all in the correct track, but when one track ends it moves all of the other tracks down, creating inconsistent multitracks.

There is a workaround where you can add a lot of blank space to the end of tracks, and just use the --start and --end (or #:start and #:end) parameters to cut the video, but Video should be able to handle this without using that workaround.

LeifAndersen commented 7 years ago

hmm...actually, never mind, I seem to have fixed this issue already. Although #10 is still broken.