Skip to content
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

Questions: disabling ffmpeg execution for mp4 if no filter or resize provided + forcing only still plugin availability #5

Open
SimonLuckenuik opened this issue Sep 21, 2020 · 2 comments

Comments

@SimonLuckenuik
Copy link

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!

@fdintino
Copy link
Member

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.

@SimonLuckenuik
Copy link
Author

SimonLuckenuik commented Sep 21, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants