Watch a folder for new MP4 files, convert them to MP3, and drop them into an output location
1.1K
Docker image which watches a folder for new MP4 files, converts them to MP3, and drops them in an output location.
This Docker image performs only one simple task. It converts all MP4s which are placed in one directory to MP3s and places them with the same name into another directory. This container uses a process called Watchman to run only whenever a new file is added to the input directory, and it immediately kicks off the conversion process.
The setup process is simple:
/drop/in. This is the input directory which is watched for new MP4 files./drop/out. This is the output directory where all converted MP3s show up.Note: This container does not perform any other kind of conversion except from MP4 to MP3. All other input file types are ignored.
Content type
Image
Digest
Size
183.9 MB
Last updated
about 6 years ago
docker pull oliverspryn/audio-encoder