nyavramov / WEBMARIZER

WEBMARIZER: Automatically 'summarizes' a video by creating multiple WEBMs or GIFs from a single video. It breaks a video into pieces and generates a WEBM/GIF from each piece. It can do this for each video in your folder with a single click. This is similar to a video thumbnails sheet but in WEBM/GIF form.
82 stars 7 forks source link

Stitching .webm videos to run back-to-back instead of in columns? #6

Open LPX55 opened 4 years ago

LPX55 commented 4 years ago

Hey there, I was wondering if you knew the correct ffmpeg commands to stitch the videos to play consecutively instead of stitching them into columns in thumbnail mode. Thanks in advance. Awesome project and awesome job!

nyavramov commented 4 years ago

Hey, thanks!

I think this StackOverflow post contains some helpful information on this topic: https://stackoverflow.com/a/11175851/11692859

Was this what you were looking to do?

LPX55 commented 4 years ago

Yes, thank you! Looking into it now.

I think adding the option to concat videos to your project would make for an even smoother experience though ;)

nyavramov commented 4 years ago

Noted, will add this if I have some time!