Helmuts DNMUM.com Posted March 28, 2022 Share Posted March 28, 2022 Good morning, I would like to upload the videos and "flip horizontally" for viewers. Is that possible? .. or do I need to flip them manually before uploading? Another idea is to use this functionality on embedded videos :) Tx for sharing your experience, H Quote Link to comment Share on other sites More sharing options...
Tech Support Posted March 28, 2022 Share Posted March 28, 2022 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. 1 Quote Link to comment Share on other sites More sharing options...
Helmuts DNMUM.com Posted March 29, 2022 Author Share Posted March 29, 2022 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.