Selur's Little Message Board
How to flip video horizontally left/right>right/left) - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: How to flip video horizontally left/right>right/left) (/thread-1501.html)



How to flip video horizontally left/right>right/left) - 28deqi - 15.08.2020

How and where i flip the video horizontally, change the right to left and the left to the right?


RE: How to flip video horizontally left/right>right/left) - Selur - 15.08.2020

Sorry, but there is no 'mirror' option in Hybrid out of the box atm. .
What you can do is:
  • Using Avisynth:
    • enable Filtering->Avisynth->Custom->ColorMatrix (for example)->Insert before->enable'
    • enter: 'FlipHorizontal()'
  • Using Vapousynth:
    • enable Filtering->Avisynth->Custom->Deinterlace (for example)->Insert before->enable'
    • enter: 'clip = core.std.FlipHorizontal(clip);'
If you have neither Avisynth nor Vapoursynth support on your installation of Hybrid, you are out of luck.

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


RE: How to flip video horizontally left/right>right/left) - shijan - 20.08.2020

Flip/Rotate is a useful and essential option. Nice to see it in macOS beta version.

[Image: McRA11f.jpg]


RE: How to flip video horizontally left/right>right/left) - Selur - 21.08.2020

Only the horizontal flip is new, also the mac version is more an alpha than a beta atm.