I'm converting all of my video files to WebM, to greatly reduce the amount of hard disk space being used. To do this I use the program "ffmpeg" which requires an input and output file specified. Since the converting process takes a long time, I wish to run it day and night for every video file in my video folder, so I don't have to manually do it myself.
By Googling myself I found ways to do this but the output would be 1 big file. Can anybody explain me how I convert "video1.avi" to "video1.webm", and "video2.avi" to "video2.webm", etc etc automatically?