[ 3 / biz / cgl / ck / diy / fa / ic / jp / lit / sci / vr / vt ] [ index / top / reports ] [ become a patron ] [ status ]
2023-11: Warosu is now out of extended maintenance.

/vt/ - Virtual Youtubers

Search:


View post   

>> No.4652339 [View]
File: 2.03 MB, 426x240, skasss1_part[sound=https%3A%2F%2Ffiles.catbox.moe%2Fh2wzkv.webm].webm [View same] [iqdb] [saucenao] [google]
4652339

>>4651901
>all this work
#!/bin/sh
trunc_name=$(basename "${1%.*}" | head -c 50)
link=$(curl -F "reqtype=fileupload" -F "fileToUpload=@$1" "https://catbox.moe/user/api.php"))
link_escaped=$(echo "$link" | sed -e 's^:^%3A^g' -e 's|/|%2F|g')
soundpost_out="$(dirname "$1")/${trunc_name}[sound=$link_escaped].webm"
ffmpeg -i "$1" -c copy -an "$soundpost_out"
printf "\nCatbox link: %s\nResult file: %s\n" "$link" "$soundpost_out"

Navigation
View posts[+24][+48][+96]