-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video preview (transcoded mp4) in the thumbnails folder #24480
Comments
@davitol Try again - I fixed my code:
(enable preview and set size of preview video) Patch: Try it |
@PVince81 @lenz1111 👍 Following the steps written in your comment #24480 (comment) it WFM 👏 |
patch might need some polish otherwise pretty cool. we could move the preview generation to a background job... |
Steps to reproduce
When you uploaded a video in large resolution (4K for example) - video player will not play it smoothly (especially on slow internet connection) - due to the size of video. Similar problem is when your movie is in the format not supported by browsers.
Expected behaviour
We can transcode uploaded movies to smaller size and the correct format and save it in the thumbnails folder (we have to do it async in the background process) then the video player will be playing transcoded video (if available, else original video).
Proposition for transcoding movie (when:
'enable_movie_transcode' => true
is enabled in the config file) that should work with ffmpeg and avconv:lenz1111/core@master...lenz1111:video_transcode
This is example of using preview video in files_videoplayer:
lenz1111/files_videoplayer@master...lenz1111:video_transcode
All should work on owncloud 9.0.
This is just my proposition...
The text was updated successfully, but these errors were encountered: