image_over_dns/encode.sh
2025-06-15 13:55:31 +01:00

2 lines
100 B
Bash
Executable File

ffmpeg -i input.webp -vf "scale=1024:1024,scale=1024:1024" output.jpg
xxd -p output.jpg > output.txt