MpvQC Versions Save

libmpv based application for quality control of videos

0.8.0

1 year ago
  • New: Spanish lanuage (thanks to @RcUchiha)
  • New: Hebrew language (thanks to @cN3rd)
  • New: New application icon (thanks to @maleunam)
  • Update: Now works with newer versions of mpv
  • Bugfix: Fix save indicator not translated immediately on language change
  • Bugfix: Fix reset operations not working in some cases
  • Bugfix: Fix file manager and dialog strings not translated
  • Bugfix: Do not auto save empty QC reports

0.7.0

3 years ago
  • Complete refactor of the code
  • Slightly improved user interface
  • Now works with newer versions of mpv

Updating is highly recommended.

0.5.1

7 years ago

If you are updating from a previous version it is highly recommended to click Options --> Restore Default Configuration after updating, otherwise mpv will remove small gaps between subtitle lines. Alternatively, manually add sub-fix-timing=no to your mpv.conf.

  • Bugfix: Disabled the removal of very small gaps between subtitle lines

0.5.0

7 years ago

If you are updating from a previous version it is highly recommended to click Options --> Restore Default Configuration after updating, or you will end up with mpv's rather suboptimal defaults since the old config files use the deprecated vo suboptions syntax.

  • New: Ability to open remote files and video streams (Every protocol supported by ffmpeg and every website supported by youtube-dl are supported)
  • New: Support for non-portable installations
  • Update: libmpv 0.21.0 or later is now required (Using mpv instead of libmpv is no longer possible)
  • Update: Adjust the autogenerated mpv.conf by replacing the deprecated vo suboptions (Please click Options --> Restore Default Configuration after updating from an old version, or you will be stuck with mpv's rather suboptimal defaults)
  • Update: Forward mpv log messages to stdout
  • Update: Mention the used ffmpeg and mpv versions in the about dialog
  • Bugfix: Change the default position of the OSC to not cover sanely placed subtitles
  • Bugfix: Work around a column resizing bug introduced in Qt 5.7
  • Bugfix: Replace invalid characters in autogenerated filenames on Windows
  • Bugfix: Default filename of the QC document now has an extension on Linux

0.4.0

7 years ago
  • New: Menu option to change the theme
  • New: Menu option to choose the font of the application and the monospace font of the config editor
  • Update: A lot more keys can be used in input.conf now (e.g. media buttons)
  • Update: Mouse wheel defaults to volume control (If you are updating, you have to delete your input.conf for the new defaults to apply)
  • Update: Changed the script option osc-minmousemove in the automatically generated mpv.conf from 1 to 0. This is needed since mpv 0.17.0 to get the previous behaviour (If you are updating, deleting (or manually changing) your mpv.conf is recommended)
  • Bugfix: Clicking on the video area while editing a comment line now properly closes the editor of that line
  • Bugfix: Ignore Ctrl and Alt modifiers for special characters only on Windows, since on Linux AltGr and Ctrl+Alt are not the same
  • Bugfix: Fix some missing German translations for Qt-internal strings

0.3.0

8 years ago
  • New: Linux support
  • New: Menu option to restore the default configuration
  • New: Possibility to use mpv instead of libmpv
  • Update: Copying to the clipboard is now done via PyQt, Pyperclip is no longer needed
  • Update: The mpv window is now embedded in a much saner way
  • Update: Autosaves of one month are now grouped together in one archive file
  • Update: libmpv/mpv 0.16.0 or later is now required
  • Bugfix: Dropping a folder (instead of a file) onto mpvQC no longer raises an exception

0.2.1

8 years ago
  • New: German translation
  • Update: Due to changes in mpv (0.15.0), the contents of the automatically generated mpv.conf have been changed (Existing config files will not be overwritten after updating, please delete them manually)
  • Update: Added a new keybinding (b) to input.conf that will tell mpv to render subtitles at video resolution (Existing config files will not be overwritten after updating, please delete them manually)
  • Update: Changed some deprecated property names inside input.conf to the new ones (Existing config files will not be overwritten after updating, please delete them manually)
  • Bugfix: "None" no longer gets written as path of the video file if no video is loaded
  • Bugfix: Fix exception after trying to open a QC document with no comment lines
  • Bugfix: Don't send a null character to mpv with the keypress command
  • Bugfix: ctrl and alt modifier now work on digits inside input.conf

0.2.0

8 years ago

Initial Release