Anon 02/03/2024 (Sat) 19:57 No.9494 del
(779.07 KB 1366x768 7-08-1-old-costumes.png)
>>9492
>This works too: simply catting a bunch of .mp3 files into one larger .mp3 file.
For block sharing with 256K chunks - https://chat-gpt.org/chat (I didn't have to think much about math/code!):
>>find the nearest multiple of 16 to my given number n in bash
>[ read -p "Enter a number: " n; multiple=$(( (n + 8) / 16 * 16 )); echo "Nearest multiple of 16 to $n is $multiple" ]
>>find the nearest multiple of 262144 to my given number n in bash
>[ read -p "Enter a number: " n; multiple=$(( (n + 262144/2) / 262144 * 262144 )); echo "Nearest multiple of 262144 to $n is $multiple" ]
>>find the nearest multiple of 262144 above my given number n in bash
>[ read -p "Enter a number: " n; multiple=$(( (n + 262144 - 1) / 262144 * 262144 )); echo "Nearest multiple of 262144 above $n is $multiple" ]
so pad the tail of each file to a multiple of 262,144 with /dev/zero and dd.

>>9342
>https://invidious.einfachzocken.eu/watch?v=ft1QeiAG2fg
"This video is no longer available due to a copyright claim by European Broadcasting Union". Eat shit Eurofags. Here's video "Fångad av en stormvind - Carola - (HQ) Sweden 1991 - Eurovision songs with live orchestra" again:
https://gateway.pinata.cloud/ipfs/QmZVqeZMy5n1XE5RwSzynrhqYxW6VpVfCbrYVeLT1jEnCE
. "Fångad av en stormvind" is sampled/remixed/reversioned by
.. start=00:03:10 in 'Big Giant Circles - The Glory Days: "Peanut Butter Cupquakes"' at https://invidious.flokinet.to/watch?v=izMEU4orFBU

Message too long. Click here to view full text.