Skip to content

Releases: brarcher/video-transcoder

Video Transcoder v0.5

16 Mar 03:32
8303b79
Compare
Choose a tag to compare

This is release v0.5 of Video Transcoder.

Changes:

  • Update FFmpeg to 3.4.1 and include FFprobe tool. (#45)
  • Fix issue where application could not encode on x86. (#45)
  • Display notification while encoding. (#46)
  • Allow selecting audio files as well, not only video files. (#48)
  • Remove filtering of media types in file picker as it was resulting in performance issues. (#52)
  • Allow application to rotate instead of forcing portrait. (#53)
  • Add support for opus audio. (#54)

Downloads

Video Transcoder v0.4

03 Mar 03:21
e5473b9
Compare
Choose a tag to compare

This is release v0.4 of Video Transcoder.

Changes:

  • Now embeds a file chooser, to avoid issues with compatibility with the system file chooser or 3rd party apps. (#33)

Downloads

Video Transcoder v0.3

18 Feb 18:13
8e62ae1
Compare
Choose a tag to compare

This is release v0.3 of Video Transcoder.

Changes:

  • License changed from GPLv2 -> GPLv3. (#25)
  • Workaround install crash on Android 5 and below. (#23)
  • Report FFmpeg errors to user. (#24)
  • Improve video selection sliders. (#24)

Downloads

Video Transcoder v0.2

21 Jan 20:05
18a9ece
Compare
Choose a tag to compare

This is release v0.2 of Video Transcoder.

Changes:

  • Process encoding in a background service.
  • Support GIF, video without audio, MPEG-2 and MPEG-1.
  • Add helpful descriptions next to video codecs.

Downloads

Video Transcoder v0.1

14 Jan 06:10
32c7075
Compare
Choose a tag to compare
Video Transcoder v0.1 Pre-release
Pre-release

This is release v0.1 of Video Transcoder. It provides:

  • Ability to select a video file to process.
  • Pre-populates video/audio settings with that of the selected video file.
  • Ability to change video/audio settings using several pre-selected options.
  • Ability to transcode the selected video to the same or different video format or audio format.
  • Ability to change the start and ending times of the resulting video or audio file.
  • Ability to cancel an in-progress file being encoded.

Note that this project does not work on recent versions of Android running on x86.

This project is a bit rough presently. It may work to transcode a file, but it is not yet helpful in guiding a user to a specific goal. For example, if a user wanted to encode a video to be smaller, no guidance is given on how to accomplish that.

Downloads