Skip to content

Releases: devdasher/batch-video-encoder

Batch Video Encoder v0.1.9 Beta

Pre-release

Choose a tag to compare

@devdasher devdasher released this 13 Jul 14:47
8644796

This release improves workflow, output management, compatibility, and overall code quality.

✨ What's New

  • Added per-file output folder and filename support.
  • Added Undo/Redo for Queue operations with a new Edit menu.
  • Default output folders are now automatically organized by encoding settings (e.g. encoded-files-1080p, encoded-files-720px265).
  • Fixed Add Anyway not adding duplicate files to the Queue.
  • Show Help for HandBrakeCLI is now cached for much faster loading.
  • Added a professional logging system with automatic log rotation, crash reporting, and daily log files to simplify debugging.
  • Application settings are now stored in a portable settings.db file next to the executable instead of the Windows Registry, making them easier to manage and back up.
  • Large internal code refactoring for improved stability, maintainability, and performance.

💻 Improved Compatibility

This release is now built with Python 3.10 and PySide6 6.5.3 to improve compatibility with older operating systems.

PySide6==6.5.3
natsort==8.4.0
pywin32==312; platform_system == "Windows"

⚠️ Beta

The project is still in beta. If you encounter any bugs or have suggestions, please open an Issue on GitHub.

🔧 Requirements

HandBrakeCLI must be installed separately. See the README.md for installation and usage instructions.


Thank you for using Batch Video Encoder! Feedback and bug reports are always appreciated.

Batch Video Encoder v0.1.7 Beta

Pre-release

Choose a tag to compare

@devdasher devdasher released this 11 Jul 14:20
895a88a

First public beta release of Batch Video Encoder.

A lightweight desktop frontend for HandBrakeCLI that makes batch video encoding much easier, especially when working with subtitles, audio tracks, and applying the same settings to multiple videos.

✨ Features

  • Batch video queue
  • Drag & drop support
  • Apply settings to multiple videos
  • Constant Quality (RF) and Average Bitrate modes
  • Audio track, encoder, bitrate and mixdown configuration
  • Subtitle selection and Burn-In support
  • Extra HandBrakeCLI Arguments
  • Live encoding log
  • Dark theme
  • Portable executable

⚠️ Beta

This is the first public beta release.

Most known issues have been fixed, but a few bugs or edge cases may still exist. If you encounter any problems, please open an Issue on GitHub.

🔧 Requirements

This application requires HandBrakeCLI to be installed separately.

Please refer to the README.md for installation instructions and usage information.


Thank you for trying Batch Video Encoder! Feedback, suggestions, and bug reports are always welcome.