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

Attachment generation: preview image #49

Open
sundowndev opened this issue Dec 5, 2020 · 0 comments
Open

Attachment generation: preview image #49

sundowndev opened this issue Dec 5, 2020 · 0 comments
Assignees
Labels
kind/enhancement New feature or request need triage Work In Progress

Comments

@sundowndev
Copy link
Member

Goal: create a queue that generates default attachments for video medias.

Example

# Preview image
ffmpeg -i input.mp4 -ss 00:00:03 -frames:v 1 -s 1280x720 -y preview_image.webp

# Preview animation
ffmpeg -i input.mp4 -lossless 0 -ss 00:00:00 -t 00:00:03 -s 320x180 -qscale 60 -y preview_animation.webp
@sundowndev sundowndev added the kind/enhancement New feature or request label Dec 5, 2020
@sundowndev sundowndev self-assigned this Dec 5, 2020
@sundowndev sundowndev added the need triage Work In Progress label Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request need triage Work In Progress
Projects
None yet
Development

No branches or pull requests

1 participant