Skip to content

Python script that catches events in windows folder

Notifications You must be signed in to change notification settings

Iddos-l/python-watchFolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

python-watchFolder

Python script that catches events in windows folder

This script uses watchdog to catch events in a folder. It then calls ffmpeg using a shell to convert the event source file to MP4 with custom arguments.

Requirements.

  • python 3 / 2.7
  • watchdog
  • runs on Windows

Import watchdog.

  • pip3 install watchdog

Known bug.

  • Fast read render will not work
  • Copy paste to folder wont work but cut paste will

About

Python script that catches events in windows folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages