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

New Feature: #3

Closed brianmangan closed 6 years ago

brianmangan commented 6 years ago

exports to a subfolder, controllable by global variables. todo: (not by me) add Qt ui changes for changing static variables (output folder, enable sub folder output)

Added Static Variables: output_to_subfolder = True output_subfolder = 'output'

Created new function to generate file name for run: generateOuput_filename

Updated functions: createWebm createGif

brianmangan commented 6 years ago

fixing the LF issues, too many conflicts