Releases: OpenConverterLab/OpenConverter
Releases · OpenConverterLab/OpenConverter
v1.3.2
What's Changed
- workflows: fix github action cannot run in some scenarios by @JackLau1222 in #80
- Fix: The issue of information disappearing when switching languages by @i-Orangeade in #79
- Submit Windows packaging tutorial by @Jimmy385898 in #78
- fix unknown issue with video decoder by @i-Orangeade in #82
- workflows/review: fix github action error by @JackLau1222 in #84
- fix the issue where mp4 cannot be converted to mkv by @i-Orangeade in #83
- common/info: add multi version support for av_color_space_name by @JackLau1222 in #86
- main: add command execute support by @JackLau1222 in #87
- feature: add windows cd by @JackLau1222 in #81
- fix linux build by @JackLau1222 in #88
Full Changelog: v1.3.1...v1.3.2
OpenConverter v1.3.1
What's Changed
- fixes: workflow was too old by @JackLau1222 in #55
- Merge workflows by @JackLau1222 in #56
- feat: support multi ffmpeg version by @JackLau1222 in #54
- Submit the OC project compilation document for Windows by @Jimmy385898 in #57
- set a default value when output is empty by @i-Orangeade in #64
- CI Continuous Integration Code Style Detection by @KAKAOYS in #67
- fix: can not read audio container info by @JackLau1222 in #60
- fix the issue where system() cannot parse in ffmpeg paths by @i-Orangeade in #74
- Add information display unit function by @i-Orangeade in #76
- fix the output size is too large by @JackLau1222 in #77
New Contributors
- @i-Orangeade made their first contribution in #64
- @KAKAOYS made their first contribution in #67
Full Changelog: v1.3.0...v1.3.1
OpenConverter v1.3.0
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
- @fu-shenqi made their first contribution in #37
Full Changelog: https://github.com/JackLau1222/OpenConverter/commits/v1.3.0
OpenConverter v1.2
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
- @JackLau1222 made his contribution in #16
Full Changelog: v1.1...v1.2
OpenConverter v1.1
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
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