15.08.2020, 00:53
15.08.2020, 07:21
Sorry, but there is no 'mirror' option in Hybrid out of the box atm. .
What you can do is:
Cu Selur
Ps.: for the future at least post what OS you are on,...
PPs.: Small correction: When using 'NVEnc' and use 'NVEnc->Hardware->Only use encoder' you can enable: 'NVEnc->Hardware->Transpose->Flip->x' to flip the output horizontally.)
PPPs.: next release will also have an option in the gui for it
What you can do is:
- Using Avisynth:
- enable Filtering->Avisynth->Custom->ColorMatrix (for example)->Insert before->enable'
- enter: 'FlipHorizontal()'
- enable Filtering->Avisynth->Custom->ColorMatrix (for example)->Insert before->enable'
- Using Vapousynth:
- enable Filtering->Avisynth->Custom->Deinterlace (for example)->Insert before->enable'
- enter: 'clip = core.std.FlipHorizontal(clip);'
- enable Filtering->Avisynth->Custom->Deinterlace (for example)->Insert before->enable'
Cu Selur
Ps.: for the future at least post what OS you are on,...
PPs.: Small correction: When using 'NVEnc' and use 'NVEnc->Hardware->Only use encoder' you can enable: 'NVEnc->Hardware->Transpose->Flip->x' to flip the output horizontally.)
PPPs.: next release will also have an option in the gui for it
20.08.2020, 23:11
Flip/Rotate is a useful and essential option. Nice to see it in macOS beta version.
21.08.2020, 05:17
Only the horizontal flip is new, also the mac version is more an alpha than a beta atm.