Video & image previews #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, there seem to be 2 options for creating video and image previews:
I will create a new branch to prototype creating previews with Pillow, then I will decide which of the 2 options (FFmpeg or Pillow) is better. The obvious problem with FFmpeg is that it doesn't support decoding WebP images, which makes it incapable of creating previews of WebPs. Pillow doesn't seem to support reading information about videos, so it would need to be handled by something else like FFprobe.
It may be that the video previews need to be made with FFmpeg while the image previews can be made with Pillow.