Selur's Little Message Board

Full Version: How to flip video horizontally left/right>right/left)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

28deqi

How and where i flip the video horizontally, change the right to left and the left to the right?
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
Flip/Rotate is a useful and essential option. Nice to see it in macOS beta version.

[Image: McRA11f.jpg]
Only the horizontal flip is new, also the mac version is more an alpha than a beta atm.