[–] 2 points 2 days ago

To be honest they also kinda suck for not promoting coreboot at all.

They gave some coreboot devs a few laptops, didnt like the result and gave up. Meanwhile people are still working on that in their free time, apparently it isnt even that complicated and kinda just works?

  • source
  • parent
  • context
  • [–] 2 points 2 days ago (1 child)

    I would generally not recommend running official google apps at all. MicroG works quite well for the things you actually need. I would research on how to flash microG with adb and add the correct elevated privileges.

    Or if you need to flash gapps, use this file to only flash the needed apps like playstore and play services and nothing else.

    Then afaik you can still disable them on the main profile and only use them in work profile (shelter, island), which would be a big privacy advantage

  • source
  • parent
  • context
  • [–] 2 points 2 days ago

    Yes wav is uncompressed and flac is lossless compressed. For example an empty wav should be the same size than one with content, while an empty flac would be very small.

    Some people in the forums etc convert audio to wav which is really stupid...

  • source
  • parent
  • context
  • [–] 2 points 2 days ago

    Interesting! Yeah I use ffmpegs default matrix to downmix to stereo to save a lot of data as I dont have a surround system and never will. I prefer to watch movies with good open back headphones and doubt that a surround system will come close.

  • source
  • parent
  • context
  • [–] 2 points 4 days ago

    Yes I am also a fan of atomic desktops for mass deployments of tailored systems

    I just dont like the main ublue images or Fedoras main ones. I used kinoite-main from ublue for 2 years or so, and added a bunch of changes as overlays. It was kinda bad but also kinda good. Things like no longterm kernel being available at all for example.

    NixOS is waay harder to use, also less secure for example from the perspective of a non-wheel user, like they have no polkit rules. You have snapshots, automatic updates etc though. And I just replaced my kernel with a longterm cachyos build which also works!

    Fedora atomic desktops are fantastic, I really like ostree (which they get rid of, well...) but as soon as you need to change something, you have problems.

    I have 3 machines and all have different configs so not even there could I use the same image really.

  • source
  • parent
  • context
  • [–] 2 points 5 days ago* (last edited 4 days ago) (4 children)

    Very nice! Will see what I can adapt

    I would recommend to always use vbr for opus

    -c:a libopus -vbr:a 1 -ac 2
    

    There are 2 modes 1 and 2, not sure why, but 1 resulted in smaller files while taking a bit longer so I use that.

    How big are these lossless encodes? I expect HUGE? flac is smaller than some weird dolby formats though.

    I really like your shell magic for the concatenation, way more efficient than building a filelist.txt

    Also really nice way you handle the extension

  • source
  • Welcome! Introduction (programming.dev)
     

    Hi all!

    Only after I made an account on this instance I saw that there already is a community on lemmy.world. many instances might defederate, so this one is useful.

    My motivation: I use / have used ffmpeg for

    • encoding any audio to opus, variable bitrate (there are 2 modes, not sure why and mode 1 seems to be better)
    • converting stereo audio to mono, duplicated to 2 channels
    • cutting audio and video
    • encoding any kind of video to AV1, using svt_av1 (the software encoder which sadly produces way better results than qsv_av1 on my Intel Arc)
    • extracting screenshots from video
    • converting multiple images into a video for timelapse recordings
    • converting videos to animated images (webp)
    • add metadata to videos and audios
    • concatenate audiobooks in several folders to a single file including chapter metadata
    • ...

    I will post all my scripts here in some time and hope for an engaging community to exchange tips, parameters etc! Ffmpeg is not very easy to use but incredibly efficient!

    view more: next ›