videomorph-dev / videomorph

A user-friendly Video Converter based on FFMPEG and written in Python/PyQt5.
https://videomorph-dev.github.io/videomorph/
Apache License 2.0
94 stars 22 forks source link

Qt6 #75

Closed BishopWolf closed 10 months ago

BishopWolf commented 1 year ago

same PR but to develop instead of master

BishopWolf commented 1 year ago

I had to do a rebase

BishopWolf commented 1 year ago

It is clean now, please review

BishopWolf commented 1 year ago

I'm having a very weird error now

  File "/usr/lib/python3.10/site-packages/videomorph/forms/videomorph.py", line 103, in _setup_model
    self.library.setup_converter(
  File "/usr/lib/python3.10/site-packages/videomorph/converter/converter.py", line 37, in setup_converter
    self._process.setProcessChannelMode(process_channel)
TypeError: setProcessChannelMode(self, mode: QProcess.ProcessChannelMode): argument 1 has unexpected type 'ProcessChannelMode'

May someone investigate