Video Transcoder v0.6
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)