fix
BIN
ue/system/at/item/card/0.png
Normal file
After Width: | Height: | Size: 44 KiB |
BIN
ue/system/at/item/card/0.webp
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
ue/system/at/item/card/1.png
Normal file
After Width: | Height: | Size: 544 KiB |
BIN
ue/system/at/item/card/1.webp
Normal file
After Width: | Height: | Size: 69 KiB |
BIN
ue/system/at/item/card/10.png
Normal file
After Width: | Height: | Size: 933 KiB |
BIN
ue/system/at/item/card/10.webp
Normal file
After Width: | Height: | Size: 160 KiB |
BIN
ue/system/at/item/card/11.png
Normal file
After Width: | Height: | Size: 688 KiB |
BIN
ue/system/at/item/card/11.webp
Normal file
After Width: | Height: | Size: 136 KiB |
BIN
ue/system/at/item/card/12.png
Normal file
After Width: | Height: | Size: 516 KiB |
BIN
ue/system/at/item/card/12.webp
Normal file
After Width: | Height: | Size: 60 KiB |
BIN
ue/system/at/item/card/13.png
Normal file
After Width: | Height: | Size: 324 KiB |
BIN
ue/system/at/item/card/13.webp
Normal file
After Width: | Height: | Size: 105 KiB |
BIN
ue/system/at/item/card/135.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
ue/system/at/item/card/135.webp
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
ue/system/at/item/card/136.mp4
Normal file
BIN
ue/system/at/item/card/136.png
Normal file
After Width: | Height: | Size: 2.6 MiB |
BIN
ue/system/at/item/card/136.webp
Normal file
After Width: | Height: | Size: 4.4 MiB |
BIN
ue/system/at/item/card/14.png
Normal file
After Width: | Height: | Size: 462 KiB |
BIN
ue/system/at/item/card/14.webp
Normal file
After Width: | Height: | Size: 109 KiB |
BIN
ue/system/at/item/card/2.png
Normal file
After Width: | Height: | Size: 361 KiB |
BIN
ue/system/at/item/card/2.webp
Normal file
After Width: | Height: | Size: 39 KiB |
BIN
ue/system/at/item/card/3.png
Normal file
After Width: | Height: | Size: 683 KiB |
BIN
ue/system/at/item/card/3.webp
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
ue/system/at/item/card/4.png
Normal file
After Width: | Height: | Size: 805 KiB |
BIN
ue/system/at/item/card/4.webp
Normal file
After Width: | Height: | Size: 94 KiB |
BIN
ue/system/at/item/card/5.png
Normal file
After Width: | Height: | Size: 402 KiB |
BIN
ue/system/at/item/card/5.webp
Normal file
After Width: | Height: | Size: 81 KiB |
BIN
ue/system/at/item/card/6.png
Normal file
After Width: | Height: | Size: 476 KiB |
BIN
ue/system/at/item/card/6.webp
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
ue/system/at/item/card/7.png
Normal file
After Width: | Height: | Size: 713 KiB |
BIN
ue/system/at/item/card/7.webp
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
ue/system/at/item/card/8.png
Normal file
After Width: | Height: | Size: 330 KiB |
BIN
ue/system/at/item/card/8.webp
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
ue/system/at/item/card/9.png
Normal file
After Width: | Height: | Size: 680 KiB |
BIN
ue/system/at/item/card/9.webp
Normal file
After Width: | Height: | Size: 103 KiB |
38
ue/system/at/item/card/readme.md
Normal file
@ -0,0 +1,38 @@
|
|||||||
|
# card
|
||||||
|
|
||||||
|
カードの仕様を決定します。
|
||||||
|
|
||||||
|
基本的に`3:4`の`1620x2160`で生成していましたが、`4:5`の`1080x1350`で生成することにしました。これはwindows動画編集が4:5にしか対応していないからです。`.mov`から動画編集で`.mp4`に変換し、それを`.webp`にします。
|
||||||
|
|
||||||
|
comfyuiの動画生成はカードの大きさではなかなか思うような動画が作れませんでした。やはり`1920x1080(1080p)`からの生成が最適でした。
|
||||||
|
|
||||||
|
- [16:9] 1920x1080 (1080p)
|
||||||
|
- [16:9] 1280×720 (720p)
|
||||||
|
- [16:9] 854x480 (480p)
|
||||||
|
- [4:3] 2160x1620
|
||||||
|
- [4:3] 1440x1080
|
||||||
|
- [4:3] 1024×768
|
||||||
|
- [4:3] 640×480
|
||||||
|
- [4:5] 2025x1620
|
||||||
|
- [4:5] 1536x2048
|
||||||
|
- [4:5] 1080x1350
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ magick convert -resize 480x -quality 100 4.png 4.webp
|
||||||
|
$ magick convert -quality 100 1.png 1.webp
|
||||||
|
|
||||||
|
$ magick convert -size 1620x2160 xc:white 1080p.png
|
||||||
|
$ magick convert -resize 1080x -quality 100 1.png 1.webp
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ ffmpeg -i 4.mp4 -vf "fps=15,setpts=PTS/4" -c:v libwebp -loop 1 -quality 100 4.webp
|
||||||
|
```
|
||||||
|
|
||||||
|
## list
|
||||||
|
|
||||||
|
<img src="https://git.syui.ai/ai/ai/raw/branch/main/card/1.webp" width="200px">
|
||||||
|
<img src="https://git.syui.ai/ai/ai/raw/branch/main/card/2.webp" width="200px">
|
||||||
|
<img src="https://git.syui.ai/ai/ai/raw/branch/main/card/3.webp" width="200px">
|
||||||
|
<img src="https://git.syui.ai/ai/ai/raw/branch/main/card/4.webp" width="200px">
|
||||||
|
|