Hi guys, I have a server I store all my media on. What I would like to see doing if it's possible is running some sort of script or app in the background on the server that scans folders for video files in a certain format (.mkv) and converts, or re-dubs into a different container like (.mp4). Kinda like ffmpeg. But Ya the only difference is instead of running the script from a client PC on the network to convert the file on the server manually, it would do it on the server by itself. So if a new file moved or downloaded to the server that matches the format it's looking for, it would start the conversion/container swap.
If it helps, my NAS is a Asustor 602, Intel atom CPU, 1GB Ram, runs ADM OS (an embedded Linux).
+ Reply to Thread
Results 1 to 2 of 2
-
-
You can run a crontab every minute with a script that:
Moves all *.mkv files in the download folder to a new temp folder with a unique name(to avoid converting same stuff over and over).
Converts all files in that folder with ffmpeg.
Moves all files to the publish folder.
Delete temp folder.
You can write it in bash, php, perl etc. Or google for such scripts. Or get help from someone.
Similar Threads
-
AUTOMATICALLY convert greek sup files into srt
By fits79 in forum SubtitleReplies: 1Last Post: 23rd Apr 2014, 02:14 -
menu's for vob files automatically
By makapa in forum Newbie / General discussionsReplies: 2Last Post: 11th Jul 2013, 10:06 -
How to convert these files to DIVX or WMV automatically?
By yken in forum Video ConversionReplies: 6Last Post: 29th May 2013, 12:23 -
Philips 42PFL9664H doesn't automatically detect when a DVD is started
By holmerz in forum DVD & Blu-ray PlayersReplies: 3Last Post: 10th Aug 2010, 08:18 -
Using video presence detector to detect blank video signal from switcher.
By rabbi in forum Newbie / General discussionsReplies: 0Last Post: 6th Jul 2010, 01:30