Wow, isn't it just fantastic to have bloatware absolutely everywhere?
I mean, who doesn't love their device being cluttered with useless, self-serving applications that we definitely didn't ask for?
It's truly a gift to have our precious storage space filled to the brim with these delightful apps that we can't uninstall or get rid of!
I wake up every morning, filled with joy, knowing that my device is drowning in bloatware, because what could be more amazing than having a slower, more frustrating user experience? It's truly the epitome of innovation to have these pre-installed, resource-sucking monstrosities ruling our digital lives.
Thank you, tech geniuses, for gracing us with the indispensable presence of bloatware!
I mean, who doesn't love their device being cluttered with useless, self-serving applications that we definitely didn't ask for?
It's truly a gift to have our precious storage space filled to the brim with these delightful apps that we can't uninstall or get rid of!
I wake up every morning, filled with joy, knowing that my device is drowning in bloatware, because what could be more amazing than having a slower, more frustrating user experience? It's truly the epitome of innovation to have these pre-installed, resource-sucking monstrosities ruling our digital lives.
Thank you, tech geniuses, for gracing us with the indispensable presence of bloatware!
⚡1
idea for creating a circular buffer for desktop recordings using ffmpeg is feasible! This concept is similar to how DVRs or security cameras with a "looping" or circular buffer function operate.
/tmp/desktop_recording000.mp4 & /tmp/desktop_recording001.mp4
at 600-second intervals, so you can always look at dementia
using nvidia hevc codec
—— upd
with HLS stream even bettter
gpu-screen-recorder-gtk - doing all this but better
ffmpeg -f x11grab -r 25 -s $(xdpyinfo | grep dimensions | awk '{print $2}') -i :0.0 -c:v hevc_nvenc -qp:v 20 -af hwac3 -b:a 96k -f segment -segment_time 600 -segment_wrap 2 -segment_format_options movflags=+faststart -reset_timestamps 1 /tmp/desktop_recording%03d.mp4
continuously record the desktop in 2 files: /tmp/desktop_recording000.mp4 & /tmp/desktop_recording001.mp4
at 600-second intervals, so you can always look at dementia
using nvidia hevc codec
—— upd
with HLS stream even bettter
ffmpeg -f x11grab -r 25 -s $(xdpyinfo | grep dimensions | awk '{print $2}') -i :0.0 -c:v hevc_nvenc -qp:v 20 -af hwac3 -b:a 96k -f hls -hls_time 5 -hls_list_size 0 -hls_flags delete_segments -hls_playlist_type event /tmp/output.m3u8
___upd3gpu-screen-recorder-gtk - doing all this but better
🔥1
static black screen for 10hours and 1 second:
(around 6mb)
ffmpeg -f lavfi -i color=c=black:s=1920x1080:r=1 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=8000 -t 10:00:01 -c:v libx264 -c:a aac -b:v 1k -b:a 1k -crf 63 -movflags +faststart -pix_fmt yuv420p -y output4.mp4
(around 6mb)
huge hack
Extract an image from a raw disk and transfer it to an erofsimage format
(you were unable to find anything similar on the internet)
Extract an image from a raw disk and transfer it to an erofsimage format
guestfish --ro -i tar-out -a debian-10.img / - | mkfs.erofs --all-root --gzip --tar=- debian2.erofs
(you were unable to find anything similar on the internet)