@vaporeon_ a little searching tells me that audio encoding is typically handled with a single thread

hey @vaporeon_ is there a good way to parallelize the following bash script I'm using to convert FLACs to MP3s?

#!/usr/bin/env bash

find "./${1}" | while read -r file; do
case $(file -b "${file}") in
'FLAC '*)
echo "${file}"
ffmpeg -nostdin -i "${file}" -ab 320k -map_metadata 0 -id3v2_version 3 "${file%flac}mp3" -v 16
;;
*)
;;
esac
done

ffmpeg makes me feel like a real computer toucher

alc 

it turns out that beer, popcorn, and good conversation fixes being sad

@The_T ah i when download them one of them has a file name that indicates it is the final cut

@The_T I see that there's two blade runners, on is 1h57m and one is 1h58m

extremely funny that the one blade runner bluray disc im struggling to save on my computer is the one with the Final Cut

@coriander my parents were screening PG movies even when I was in high school...

@aescling @wallhackio 🐧 <- What do you call this animal?

Show older
📟🐱 GlitchCat

A small, community‐oriented Mastodon‐compatible Fediverse (GlitchSoc) instance managed as a joint venture between the cat and KIBI families.