Skip to content

Transcoder doesn't create thumbs of videos in portrait orientation #47

Description

@tyssen

Describe the bug

As the title says, Transcoder doesn't create thumbs of videos in portrait orientation using the code below:

{% set videoURL = "#{imageServerUrl}/reviews/#{productUrl}/#{sampleMoviesDir}/#{row.ReviewSampleMovieFileName}" %}
{% set transVideoThumbUrl = craft.transcoder.getVideoThumbnailUrl(videoURL, {
    "width": 550,
    "height": 367,
    "timeInSecs": 2,
})%}

<img src="{{transVideoThumbUrl}}">

Videos in landscape orientation are fine. I can provide a link to a page that demonstrates the problem but would prefer to share the link privately.

Versions

  • Plugin version: 1.2.14
  • Craft version: 3.5.19.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions