Releases: swl-x/MystiQ
Continuous build
Travis CI build log: https://travis-ci.org/swl-x/MystiQ/builds/714133170
MystiQ v20.03.23
You can download the specific packages to your operating system from OpenDesktop.
Version 20.03.18 (2020-03-18)
- Added stereoscopic filters for 3D video options
- Improved application update notification system
- Improved bugs report option
- Added Hungarian language Pack
- Added Indonesian language Pack
- Improved AppImage File (only GNU/Linux)
- New icons included to the graphical interface
MystiQ 20.02.18
Version 20.02.18 (2020-02-18)
- Added Chinese language Pack
- Added Turkish language Pack
- Added Presets for Youtube
- Added Video Color to Black & White option
- Added Horizontal & Vertical Flip options
- Added Rotate options
- Updated Sweden Language Pack
- Now using Qt 5.14.1 (only Microsoft windows)
- Now using FFmpeg 4.2.2 (only Microsoft Windows)
- Added metainfo file (only GNU/Linux)
MystiQ 20.01.22
Version 20.01.22 (2020-01-22)
- Added Japanese language Pack
- Added Portuguese language Pack
- Added Russian language Pack
- Partially added Polish language Pack
- Added MystiQ's manpage (only for GNU/Linux)
- Added (temporarily) 32-bit Windows installer
- Fixed Media Preview in Windows systems
- Changed to QUrl::fromLocalFile to generate the correct file:// url
- Fixed all Warnings of Qt 5.14
- Added missing namespace to demuxing_formats
- Fixed crop math scalar functions
- Changed background for mystiq logo to dark and light themes
- Fixed minimum width in mainwindow affecting small screens or tiling window managers
- Fixed subtitles burning
- Fixed Set Parameters window blank (only for Microsoft Windows)
- Removed unnecessary support to FFplay
MystiQ 20.01.09
Version 20.01.09 (2020-01-09)
- Changed version numbering system. Now we use the exact release date as version number.
- Available an installer for Microsoft Windows systems
- Added updated packages of FFmpeg, FFprobe and FFplay (only for Microsoft Windows)
- Using Qt 5.14 (only Microsoft Windows)
- Cleaned task wizard UI
- It is now possible to reorder items in the initial list of items in taskwizard
- Added Swedish language Pack
- Added Italian language Pack
MystiQ 0.4.0
Version 0.4.0 (2019-12-10)
- Added French language Pack
- Changed the application icon
- Fixed: Adding Debian based distros build deps
- Fixed: Avoid pass crop parameters to ffmpeg when not changed the crop on configuration
- Changed logo to SVG format
- Feature: Replace the preview system with qtmultimedia
- Fixed: Remove more mplayer references.
- Fixed: some bugs on cut & crop dialogs.
MystiQ 0.3.2
Version 0.3.2 (2019-12-06)
- Added new Video Cut Editor
- Improved area for video parameter options
- Added German language pack
- Fixed continuous integration with TravisCI to generate AppImages packages with each release
- Fixed avoid pass crop parameters to ffmpeg when not changed the crop on configuration.
MystiQ 0.3.1-1
Packaging in AppImage format has been included to reach more users. This process is in the experimental stage, we need user feedback to improve packaging
MystiQ 0.3.1
Fixed a bug in the UI that prevented you from correctly displaying some items on desktops with dark themes
MystiQ 0.3.0
Added Donate Option. Added Continuous Integration with TravisCI. Added "make install" way to install after build. New option to users, now it's possible report bugs into app. Changed internal app icons theme. Explained how to compile the application in Ubuntu 18.04 or earlier, due to the incompatibility of MystiQ with Qt5 <= 5.9. Added from the help menu, a link to send donations to the project.
Requires:
- Qt5 >= 5.10
- ffmpeg >= 1.1.0
- sox
BuildRequires:
- pkgconfig
- libqt5-devel
- libqt5-linguist
- alsa-devel
- libX11-devel
depends=('ffmpeg' 'qt5-base')
optdepends=('sox: audio speed adjusting support'
'libnotify: display desktop notifications'
'mplayer: video cutting preview')
To build and run, on Ubuntu >= 18.10 and derivated install:
sudo apt install ffmpeg sox mplayer libnotify-dev qt5-default qt5-qmake g++ make
To build and run on Ubuntu 18.04 and derivated:
sudo add-apt-repository -y ppa:beineri/opt-qt-5.12.3-bionic
sudo apt update
sudo apt install build-essential g++ make ffmpeg sox mplayer libnotify-dev mesa-common-dev libglvnd-dev
sudo apt install qt-latest tree
echo "/opt/qt512/bin" | sudo tee /etc/xdg/qtchooser/default.conf
echo "/opt/qt512/lib" | sudo tee -a /etc/xdg/qtchooser/default.conf
qtchooser -print-env
qmake -v
Compile:
- clone git repository: "git clone https://github.com/llamaret/mystiq.git"
- run
qmake mystiq.pro
- run
make
Install:
- run
sudo make install