Skip to content

Releases: JackLau1222/OpenConverter

OpenConverter v1.3.0

26 Jan 13:34
Compare
Choose a tag to compare

What's Changed

  • Add function dragEnterEvent and dropEvent. by @RichardTamarisk in #26
  • Replace the ffmpeg-based transcoding core with the BMF-based one by @JackLau1222 in #29
  • Add contribution_evaluation.py to calculate the evaluation for contributors by @fu-shenqi in #37
  • Change the build tool from qmake to cmake by @JackLau1222 in #36
  • Improve the method of finding ffmpeg in cmake by @JackLau1222 in #40
  • Fix some bugs in analysis scripts by @fu-shenqi in #42
  • Optimize PR reply style by @Jimmy385898 in #46
  • Improve contribute evaluation scripts and documents in project by @fu-shenqi in #43
  • Add new transcoder named FFTOOL(ffmpeg command tool) by @JackLau1222 in #41
  • Add the functionality for the FFmpeg transcoding core to encode audio. by @JackLau1222 in #47
  • Pull scripts into external project by @fu-shenqi in #51
  • Feature: Enable the ability to change the transcoder core while the program is running. by @JackLau1222 in #52
  • Add CD action for macOS platform by @JackLau1222 in #53

New Contributors

Full Changelog: https://github.com/JackLau1222/OpenConverter/commits/v1.3.0

OpenConverter v1.2

09 Oct 10:00
b3c3889
Compare
Choose a tag to compare

Feature

  • support for changing the video codec(e.g. libx264, libx265) to encode
  • support for converting multimedia without encoding
  • support for displaying the infos about video and audio stream in a multimedia file
  • support for displaying the progress when you convert the file
  • support for open the file from Finder or something like this
  • support multi-language(English and Chinese)

What's Changed

  • fix bug
  • optimize code
  • add multi-language support
  • add LGPL LICENSE

Contributors

Full Changelog: v1.1...v1.2

OpenConverter v1.1

22 Apr 13:15
Compare
Choose a tag to compare

features

  • support for changing the video codec(e.g. libx264, libx265) to encode
  • support for converting multimedia without encoding
  • support for displaying the infos about video and audio stream in a multimedia file
  • support for displaying the progress when you convert the file
  • support for open the file from Finder or something like this

Changes from the previous version

delete av_err2str() and optimize the data stucture of StreamContext

OpenConverter v1.0

20 Apr 13:18
ec6d60d
Compare
Choose a tag to compare

OpenConverter

features

  • support for changing the video codec(e.g. libx264, libx265) to encode
  • support for converting multimedia without encoding
  • support for displaying the infos about video and audio stream in a multimedia file
  • support for displaying the progress when you convert the file
  • support for open the file from Finder or something like this