일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- ffmpeg
- Android
- nginx-media-server
- aws
- docker
- VSCode
- spring cloud config
- Sysinternals
- kubectl
- android studio
- Pod
- macos
- Python
- namespace
- aws cli
- HLS
- configmap
- service
- ebpf
- 행정구역분류
- Java
- Windows10
- Kubernetes
- wireshark
- Flutter
- Shell script
- RTMP
- dart
- deployment
- golang
Archives
- Today
- Total
목록gif해상도 조절 (1)
woonizzooni
gif 파일 크기 줄이기 / gif 해상도 변경하기
imagemagick을 이용해서 약 40개의 해상도로 변환을 순차적으로 시도해보니 5분걸린다는 얘기를 듣고, https://imagemagick.org/script/download.php https://imagemagick.org/Usage/ pc에 이미 ffmpeg이 설치되어 있으니 아래와 같이 시도해봄. > ffmpeg -i giphy1.gif -vf scale=400:-1 -y c.gif - 원본 : giphy1.gif (800x450, 384KB) - 결과 : c.gif 400x250, 1,538KB(1.5MB) -_-!!!! ffmpeg 옵션에 손실 압축 옵션 어떻게 집어넣냐 검색해보다가... https://stackoverflow.com/questions/48472003/ffmpeg-make-..
MISC
2019. 11. 23. 18:46