6 lines
157 B
Bash
6 lines
157 B
Bash
|
|
curl -X POST \
|
||
|
|
-H "Content-Type: video/mp4" \
|
||
|
|
--data-binary "@/home/hhu67/Downloads/fff" \
|
||
|
|
https://api.convert.hhu67.pw/compress \
|
||
|
|
-o compressed.mp4
|