Skip to content

Releases: KennethWussmann/docker-ffmpeg-converter

1.0.2

14 Apr 00:57
1d78d6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

v1.0.1 - Update dependencies

14 Apr 00:46
01094fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

v1.0.0 - Initial release

05 Aug 11:37
b35077b
Compare
Choose a tag to compare
  • 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