Skip to content

A bash script that watches for videos added to a directory and then starts converting them with an ffmpeg script

Notifications You must be signed in to change notification settings

jshcmpbll/ffwatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffwatcher

A bash script that watches for videos added to a directory and then starts converting them with an ffmpeg script

Description of the files and what they do:

MP4.sh

	This is a script that is called for in the main script {watch.sh}.
	It handles any of the ffmpeg parameters and also deals with file naming.

NewFiles

	This is a document that is loaded with the new files from each ffwatch run.

current

	This document is populated with all the files in the current directory
	on each run of ffwatch.

delete

	This document contains the list of files that have been processed by ffwatch.

past

	This document is a copy of the 'current' document from the last run of ffwatch.

watch.sh

	This is the main script. Soon will be renamed to ffwatch. If you intend
	to use this, please open and modify this script. At the top you will see
	variables for the watch folder and other settings.

How to run this script and make it run on login/boot.

To make this script run you will need to modify the permissions so it is an executable.

About

A bash script that watches for videos added to a directory and then starts converting them with an ffmpeg script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages