Skip to content

Dynamic Conversion

Pre-release
Pre-release
Compare
Choose a tag to compare
@looi-wh looi-wh released this 17 Sep 16:28
· 20 commits to master since this release
20fde65

This release attempts to avoid unnecessary conversions like avoiding files which already has the target codecs and containers. It is also smart enough to know which streams to convert and which not to touch, making a large conversion simply faster and smarter.

Changes

  • Added Dynamic Conversion [Being tested]
  • Added Try Exceptions to avoid script being stopped due to errors
  • Changed some codes for improvements