Jump to content

Is it possible Flip Videos horizontally after they are uploaded?


Recommended Posts

Possible to configure flipping all new videos by creating /admin/include/kvs_filter_video.php file with the following code:

<?php
function kvs_filter_video($video_data)
{
   return array(
     'flip' => 1 // if to flip video horizontally
  );
}

For embedded videos this is not possible, as you have no control on what is inside embed iframe.

  • Thanks 1
Link to comment
Share on other sites

19 hours ago, Tech Support said:

Possible to configure flipping all new videos by creating /admin/include/kvs_filter_video.php file with the following code:

<?php
function kvs_filter_video($video_data)
{
   return array(
     'flip' => 1 // if to flip video horizontally
  );
}

For embedded videos this is not possible, as you have no control on what is inside embed iframe.

 

Fantastic! Thank you. Most appreaciated.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...