• 1 Post
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2024

help-circle







  • Firefox Hardware video acceleration

    If hardware video acceleration is blocked with error code FEATURE_HARDWARE_VIDEO_DECODING_DISABLE or FEATURE_FAILURE_VIDEO_DECODING_TEST_FAILED in about:support, you can override it with media.hardware-video-decoding.force-enabled=true. See [10] for more information. Alternatively, you can install firefox-vaapiAUR.

    Also make sure that in about:support Compositing in the Features table under Graphics is set to WebRender if it is not than set gfx.webrender.all in about:config to true.

    I had the same issue but I have a NVIDIA gpu. but I just had to install libva-nvidia-driver and edit Kernel parameters and Environment Variables . I got this to work with both Firefox and Librewolf but only some video codecs.

    note i have 1080ti so i don’t have hardware acceleration for av1. also the only time a problem when I turn off hardware decdoing on firefox is when I watch a HEVC stream on twitch for some reason i get drop frames every second.

    Firefox V137.0 Linux

    Codec Name Software Decoding Hardware Decoding
    H264 Supported Supported
    VP9 Supported Supported
    VP8 Supported Unsupported
    AV1 Supported Unsupported
    HEVC Supported Supported
    AAC Supported Unsupported
    MP3 Supported Unsupported
    Opus Supported Unsupported
    Vorbis Supported Unsupported
    FLAC Supported Unsupported
    Wave Supported Unsupported

    Librewolf V136.0.4 (HEVC decoding is only add support on Firefox 137.0 on linux)

    Codec Name Software Decoding Hardware Decoding
    H264 Supported Supported
    VP9 Supported Supported
    VP8 Supported Unsupported
    AV1 Supported Unsupported
    HEVC Unsupported Unsupported
    AAC Supported Unsupported
    MP3 Supported Unsupported
    Opus Supported Unsupported
    Vorbis Supported Unsupported
    FLAC Supported Unsupported
    Wave Supported Unsupported


  • I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don’t want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    

    For CachyOS Everything is installed already deps wise

    sudo pacman -S fuse2
    

    Next, optimize compatibility by moving some libraries:

    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    

    Next Apply the Crack

    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works


  • I found this activation script for DaVinci Resolve Studio over on Reddit.

    Post for those who don’t want to visit the site for valid reasons.

    r/LinuxCrackSupport 6 mo. ago GameDev1909

    [Davinci Resolve Studio 19] Crack For Linux

    Compatibility with zlib-ng: Fedora 40 has switched from using the zlib library to zlib-ng-compat libraries, which affects DaVinci Resolve installation. However, there are workarounds to get it working. Here’s what you can do:

    First, install the necessary packages to resolve compatibility issues:

    sudo dnf install libxcrypt-compat libcurl libcurl-devel mesa-libGLU --allowerasing 
    
    

    For CachyOS Everything is installed already deps wise

    sudo pacman -S fuse2
    

    Next, optimize compatibility by moving some libraries:

    cd /opt/resolve/libs && sudo mkdir disabled-libraries && sudo mv libglib* libgio* libgmodule* disabled-libraries 
    

    Alternative Installation Method: If the above steps don’t work, you can try installing DaVinci Resolve using the following command (which bypasses package checks):

    SKIP_PACKAGE_CHECK=1 ./DaVinci_Resolve_19.0_Linux.run 
    
    

    Next Apply the Crack

    sudo /usr/bin/perl -pi -e 's/\x74\x11\xe8\x21\x23\x00\x00/\xeb\x11\xe8\x21\x23\x00\x00/g' /opt/resolve/bin/resolve 
    

    and that is it

    SINCE PEOPLE LWCK COMMON SENSE THIS IS LINUX ONLY. YOU WINDOWS USERS ARE ON YOUR OWN.

    Ryzen 5900X

    RTX 4070

    19.0.3 works





  • I have some guess as to why there isn’t much adoption of av1 by the torrent release groups and sorry for the lack of spell check and double checking fact since it’s late for me.

    1. They don’t care about av1.
    2. Speed: it takes longer to encode a av1 video than either of the other codecs and also add the fact that they might not have GPU hardware acceleration for av1. Nvida just added it to there four thousand series.(note: I’m aware that GPU hardware acceleration give worse results than only using CPU.)
    3. Limited device support. I sometimes throw a movie on a USB drive into a TV that does support anything but h264.
    4. Unfamiliar with av1 so they would won’t put the time and effort to find the sweet spot they like (don’t fix what isn’t broken). And also add the fact storage was and might be getting cheaper so av1 seems less necessary. (Note: av1 main point was to save bandwidth. My guess is pricay video streamers will enjoy it more than the torrent groups.)
    5. They might dislike av1’s compression artifacts. I gotten use to h264 and h265, sometimes when I watch an av1 encoded video It takes me out of the Immersion but that can be fixed with time.
    6. Lack of guides. (Not entirely sure but could be a factor.)
    7. Might had a previous bad experience with av1 and haven’t looked back.
    8. There might but less newer torrent releases group. (This seems unrelated but I have notice that they usually are the first to adopt new codecs.)

    Note: I like av1 but I haven’t found it outstanding for anime other than crazy low bit rates and from what I remember it is great with high resolution video which anime isn’t know for.

    I don’t re-encode my rips but I might use it for transcoding for Jellyfin when ever set that up.