Skip to content

Video Transcoder v0.6

Compare
Choose a tag to compare
@brarcher brarcher released this 28 Mar 03:13
· 162 commits to master since this release
de1627e

This is release v0.6 of Video Transcoder.

Changes:

  • Use foreground service for managing FFmpeg to allow encoding of files longer than 10 minutes. (#62)
  • Cancel in-progress encodings if service is destroyed. This prevents encoding from continuing without a way to cancel it, and an application crash when the encoding completes. (#62)
  • Create destination directory if it does not exist. (#63)
  • Change the output filename to be based on the input file name. (#63)

Downloads