Releases: brarcher/video-transcoder
Releases · brarcher/video-transcoder
Video Transcoder v0.14
Video Transcoder v0.13
Video Transcoder v0.12.1
Video Transcoder v0.12
Video Transcoder v0.11
Video Transcoder v0.10
Video Transcoder v0.9
Changes:
- Fix crash when starting encoding on Android 8.1. (#81)
- Fix default output file name and creating output directory if it does not exist. (#82)
- Remember last used directory when searching for input files. (#83)
- Use default FFmepg color palette for gif instead of generating a custom color palette. (#85)
Video Transcoder v0.8
Changes:
- Change to using a fork of ffmpeg-android-java, to enable future custom FFmpeg support. (#73)
- Switch to the NoNonsense-FilePicker library for file selection. (#76)
- Fix bug with cutting the video. (#77)
- Enable ACRA for reporting crashes via email. (#78)
Note, this release supports the ENCODE intent, which allows other apps to request Video Transcoder to encode a video or audio file. Documentation available here. This is a beta feature. Apps are welcome to test out the ENCODE intent and provide feedback. Based on feedback the ENCODE intent may change before being finalized and may not be backwards compatible.
Video Transcoder v0.7a
This is release v0.7a of Video Transcoder. It is an alpha release.
Changes:
- Add an intent interface for requesting the app to encode a file. The intention is to use the interface and allow other applications to request to encode files. (#70)
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)