-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: GenerateVideoThumbnail #8825
Conversation
なんかこれ tmpdir が消えない気がする。なぜかしら |
わかった |
.videoFilters([{
filter: 'scale',
options: {
w: '498',
h: '280',
force_original_aspect_ratio: 'decrease',
},
}]) |
Maybe we should use the |
上につけても下につけてもダメだわ
|
Yes. |
This reverts commit d54cf82.
I make createTempDir a separate issues. |
あー |
まあ |
🙏🏻 |
* fix: GenerateVideoThumbnail * CHANGELOG * fix cleanup * Revert "fix cleanup" This reverts commit d54cf82.
What
fix #8814 (comment)
拡張子によってformatが確定するので
.png
拡張子を付けてあげる必要がある。Why
fix #8814 (comment)
Additional info (optional)
テストした。
直接JPEGを出力すればいいのでは?と思ったけど、アスペクト比を保持する手段がなくてあきらめた。