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

What is the windows pyinstaller command you use? #5

Open brianmangan opened 6 years ago

brianmangan commented 6 years ago

I want to build out my own exe file, but can't seem to get pyinstaller to generate it..

What is the build command for pyinstaller on windows?

nyavramov commented 6 years ago

Hey Brian!

For windows, I believe it's something like:

pyinstaller -F --add-data "ffmpeg.exe;" --add-data "ffprobe.exe;" webmarizer.py

Not sure if it was single or double quotes. I'll check back when I have time later.