You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just started using Thumbor and this video engine and it seems that by default, if no filter or sizing is provided, the video is still going through ffmpeg instead of returning directly the original media as is.
Also, we are planning on only using the still image plugin to get a frame from the video and deliver the original videos directly from CDN, Is there anyway do disable the transcoding of the video and only keeping the still plugin (or maybe use the still plugin by default)? I did not see anything special about that in the configuration.
Thanks!
The text was updated successfully, but these errors were encountered:
At least for our purposes, this works as intended, because we have finer control over the compression quality of the transcoded video than we do of source videos. But I can see the case for there being a setting to override this behavior.
I hadn't considered the use case of only using the still plugin.
Later in the week I'll take a look at how difficult it would be to make those changes.
Thank you @fdintino for the quick response and thanks for that plugin, it was a real time saver for us, we were up and running within minutes!
Just to give you an idea of the use case we have:
Users are submitting media (videos or images) to some CMS
Users can see a preview of all the media content as images (frame image for a video)
Admin can playback the original content or view the original image as is
At some point, we might be using the transcoding/resizing for mobile users mainly, but not for now, considering that our videos will be mainly short clips.
Hi,
We just started using Thumbor and this video engine and it seems that by default, if no filter or sizing is provided, the video is still going through ffmpeg instead of returning directly the original media as is.
Also, we are planning on only using the still image plugin to get a frame from the video and deliver the original videos directly from CDN, Is there anyway do disable the transcoding of the video and only keeping the still plugin (or maybe use the still plugin by default)? I did not see anything special about that in the configuration.
Thanks!
The text was updated successfully, but these errors were encountered: