Skip to content

[feature request] thumbnails for video/* uploads #37

Description

@mozai

uploaderrr accepts files of type video/webm and video/mp4, but these files are missing from the thumbnailer.

Possible methods:

  • ffmpegthumbnailer -i ${infile} -s 150 -f -o ${outfile} from https://github.com/dirkvdb/ffmpegthumbnailer
  • ffmpeg -i %infile -ss 00:01 -f image2 -vframes 1 -vf "scale=w=150:h=150:force_original_aspect_ratio=decrease" ${outfile}.jpg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions