Skip to content

Releases: swl-x/MystiQ

Continuous build

02 Aug 02:39
d3494c2
Compare
Choose a tag to compare
Continuous build Pre-release
Pre-release

MystiQ v20.03.23

21 Mar 23:46
Compare
Choose a tag to compare

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

16 Feb 21:39
Compare
Choose a tag to compare

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

22 Jan 15:48
Compare
Choose a tag to compare

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

06 Jan 21:58
Compare
Choose a tag to compare

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

10 Dec 20:01
Compare
Choose a tag to compare

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

06 Dec 03:20
Compare
Choose a tag to compare

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

04 Dec 22:13
Compare
Choose a tag to compare

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

02 Dec 13:24
Compare
Choose a tag to compare

Fixed a bug in the UI that prevented you from correctly displaying some items on desktops with dark themes

MystiQ 0.3.0

28 Nov 02:16
cfb3eb2
Compare
Choose a tag to compare

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:

Install:

  • run sudo make install