Jump to content

When user upload video which format video saved?


Recommended Posts

Please go to Website UI -> Pages and search for video_edit. It should show you link to Video Edit block on [Memberzone] My Profile page.

Then open it for editing and set format_video_group_id parameter to the ID of Original group (admin panel doesn't show this ID, you need to click to Original group and see the ID in the page URL). Then all videos uploaded from users will be automatically assigned to this format group.

  • Thanks 1
Link to comment
Share on other sites

And how do I set the storage gruop to upload?

I have two storage units. such as: storage1 and storage2

I want the user upload video store in storage1 when they upload

and from grabber upload videos store in storage2

 

is it possible to set?

Link to comment
Share on other sites

16 hours ago, viper said:

How can i allow only selected users to upload videos?

The only possible way without code changes would be to use max_duration and max_duration_webmasters combined. You can change status for whitelisted users to Webmaster. Then in video_edit block settings set max_duration = 1 (so that it is not possible to upload videos with bigger duration than 1 second) and at the same time set max_duration_webmasters = 9999999 (so webmasters can upload longer videos).

It will also be possible to adjust error message in Website UI -> Texts. Find this text:

validation.video_edit.content_duration_maximum = Video must be no more than %1% seconds

You can change it some other message indicating that only whitelisted users can upload.

 

7 hours ago, viper said:

I want the user upload video store in storage1 when they upload

and from grabber upload videos store in storage2

Unfortunately not possible at the moment.

  • Thanks 1
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...