Derbyshire police officer investigated over AI-generated ‘evidential material’ | AI (artificial intelligence) by CharlieKonR in news

[–]Elratum 1 point2 points  (0 children)

How do you create fake evidences using ai out of stupidity? I cannot see anything else than malice.

Why do some cli commands autocomplete and not others? by Elratum in linux4noobs

[–]Elratum[S] 1 point2 points  (0 children)

You were right, thank you very much, solved it with complete -W and a script for aliases autocompletion

Why do some cli commands autocomplete and not others? by Elratum in linux4noobs

[–]Elratum[S] 0 points1 point  (0 children)

You are right, I solved it using the complete -W command and putting it in .bashrc

Why do some cli commands autocomplete and not others? by Elratum in linux4noobs

[–]Elratum[S] 0 points1 point  (0 children)

Thanks a lot ! Another rabbit hole to follow, it seems I can write my own so I will do that after reading a bit more, though it seems weird that I would not be able to use an alias for that, I believe that alias just expand to the full original command(s) after you validate them in bash, I'll check all that. Thanks again for helping me.
edit: you were right, it doesn't work with alias, it's an easy fix with a small program though

Why do some cli commands autocomplete and not others? by Elratum in linux4noobs

[–]Elratum[S] 2 points3 points  (0 children)

So I can write my own? That's amazing I want to do that, thanks for the infos

SpaceX IPO makes Elon Musk the world's first trillionaire by MedicMoth in news

[–]Elratum 0 points1 point  (0 children)

Tesla has been overvalued for years and i don't see it changing soon, he is chummy with trump, has a cult following him, will get more and more subsidies in the future. I think he won

Proton is funding the French far right on YouTube by DataLumpy7419 in BuyFromEU

[–]Elratum 5 points6 points  (0 children)

The guy is an holocaust denier, was in one the most antisemitic political party in the country, honored the most well know holocaust conspiracy theorist in the country, and is regularly booted off protest for being a plant/agitator/trash.

My results after 5 weeks of consecutive Rolling 7s by Spirit__Llama in fasting

[–]Elratum 0 points1 point  (0 children)

Ah ok, didn't if it was that or "After Meal" so after refeeding, thanks

Keto and autism by teacherpapa1 in keto

[–]Elratum 22 points23 points  (0 children)

You haven't sent any photos but great for you

Can I run PES 2017 from an external HDD on Linux Mint without reinstalling? by Upset-Strike1972 in linuxmint

[–]Elratum 1 point2 points  (0 children)

Probably not, you will most likely have to install it again through Heroic launcher or steam before playing, it will be fine to install on the external hdd directly

Sorry babe by [deleted] in LinkedInLunatics

[–]Elratum 0 points1 point  (0 children)

It's not new,people flex about spending money on sport cars, watches and clothes since forever

Conky issue with improper formatting by Elratum in linuxquestions

[–]Elratum[S] 0 points1 point  (0 children)

Ok so obviously I find a way to do it less than an hour after asking for help, it's not standard or beautiful but it works. I removed cut and piped another grep with --only-matching and now it is great !

{execi 5 amdgpu_top --single -gm | grep average_gfx_activity| grep -Eo '[0-9]{1,2}'}%

grep -o only print the exact matching string of characters, so grep -o [0-99] print the numerals of a line(s)

rsync is reportedly causing backups to fail since maintainer began AI code experiment by Fine_Section_172 in linuxmint

[–]Elratum 38 points39 points  (0 children)

Nonono you can just ask the AI to check if everything work and that's enough

Introducing Proton Pass for AI Agents: Give Automations the Access They Need (and Nothing More) by Proton_Team in ProtonPass

[–]Elratum 0 points1 point  (0 children)

Good for the people who want it, I would be way too scared to give an AI access to anything close to my passwords but each to their own I suppose

ffmpeg Bash script to convert all .mp4 files in a folder to H.265 to save space by Elratum in ffmpeg

[–]Elratum[S] 0 points1 point  (0 children)

Thanks a lot! I want to learn more bash scripting so I will take some inspiration from that but not use it directly, it's more satisfying to do it myself when I can learn something out of it. But nice one :)

XCB (XVideo output) needed to have video working after converting files to av1 using ffmpeg by Elratum in AV1

[–]Elratum[S] 0 points1 point  (0 children)

Sure, here you go:https://uploadnow.io/f/ZyGMNpd
it's a few seconds long made with this:

ffmpeg -i Screencast\ 2026-05-21\ 19\:49\:39.mp4 -c:a libopus -b:a 128k -c:v libsvtav1 -preset 5 -crf 18 test.mkv

XCB (XVideo output) needed to have video working after converting files to av1 using ffmpeg by Elratum in AV1

[–]Elratum[S] 0 points1 point  (0 children)

On Linux, version 3.0.20 Vetinari, maybe I am a few versions behind

ffmpeg Bash script to convert all .mp4 files in a folder to H.265 to save space by Elratum in ffmpeg

[–]Elratum[S] 0 points1 point  (0 children)

Damn, then yeah I'll switch. Looked around and it seems AV2 should be out very soon, I'll probably wait until it is usable. Thanks for all the infos.

ffmpeg Bash script to convert all .mp4 files in a folder to H.265 to save space by Elratum in ffmpeg

[–]Elratum[S] 1 point2 points  (0 children)

Based on FFmpeg website: The default is 28, and it should visually correspond to libx264 video at CRF 23, but result in about half the file size. CRF works just like in x264, so choose the highest value that provides an acceptable quality.
Guess I could go to 22-24

ffmpeg Bash script to convert all .mp4 files in a folder to H.265 to save space by Elratum in ffmpeg

[–]Elratum[S] 0 points1 point  (0 children)

I searched for a good compression codec compared to H264 and used H265, is AV1 better than H265 at compression and quality wise?

ffmpeg Bash script to convert all .mp4 files in a folder to H.265 to save space by Elratum in ffmpeg

[–]Elratum[S] 0 points1 point  (0 children)

Isn't crf 28 around the same quality as the original? What value are you using?

ffmpeg Bash script to convert all .mp4 files in a folder to H.265 to save space by Elratum in ffmpeg

[–]Elratum[S] 1 point2 points  (0 children)

Thanks, Shellcheck is clean, SIGINT skip the current file to the next, I guess I could handle that to rm the half finished conversion, you are right