Skip to content

v1.0.0 - Initial release

Compare
Choose a tag to compare
@KennethWussmann KennethWussmann released this 05 Aug 11:37
· 5 commits to main since this release
b35077b
  • File Monitoring: Monitors a specified input directory for new files for conversion.
  • Media Conversion: Leverages ffmpeg for performing specified conversion operations on newly added files.
  • Optional Source File Deletion: Option to remove source files post successful conversion.
  • Scalability: Ability to run multiple instances for handling a wide array of conversion tasks.
  • Docker Compose Deployment: Simplified deployment using Docker Compose with customizable configurations.
  • Customizable Configuration: Various customization options available through environment variables, including source and destination directories, glob patterns, ffmpeg arguments, and control over source file deletion post conversion.
  • Scan Intervals: Allows for customization of the intervals in seconds when the service will search for new files.
  • File Unchanged Intervals: Customizable intervals for new file size stability check before conversion commences.
  • Automatic Conversion Process: Detects new files, verifies them for size stability, runs conversion commands, and handles post-conversion activities based on the user settings.
  • Community Involvement: Open to contributions and provides community support for users.

Pull the image now using: docker pull ghcr.io/kennethwussmann/docker-ffmpeg-converter:1.0.0

Happy converting!

Full Changelog: https://github.com/KennethWussmann/docker-ffmpeg-converter/commits/1.0.0