home.social

#encode — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #encode, aggregated by home.social.

  1. Post-génomique : ENCODE et single-cell sequencing contre le réductionnisme génétique

    Projets ENCODE et single-cell sequencing révèlent l’organisme comme système émergent : loin du dogme « un gène = un trait », réseaux dynamiques, régulations multi-échelles dominent. Biologie systémique post-génomique enterre le réductionnisme pur. 🧬🔬 #BiologiePostGénomique #ENCODE #Épigénétique #BiologieSystémique #Génomique Les avancées post-génomiques, via ENCODE et le single-cell…

    homohortus31.wordpress.com/202

  2. #Encode, a small #AIpolicy #nonprofit, accuses #OpenAI of using #intimidationtactics to undermine #California’s #AIsafetylaw, #SB53. OpenAI allegedly used its legal battle with Elon Musk as a pretext to target critics, including Encode, implying they were funded by Musk. OpenAI’s actions, including #subpoenas and #lobbying efforts, raise concerns about its influence on #AIpolicy and its commitment to its stated mission. fortune.com/2025/10/10/a-3-per #tech #media #news

  3. 📣 Our Summer School for Creating Digital Scholarly Editions from Scratch is approaching:

    🌐 ub.uio.no/english/libraries/ds.

    📆 From September 22nd to 26th, we welcome researchers, PhD candidates, and master's students to dive into the philological and technical details of textual scholarship.

    🇳🇴 Our primary target audience is Norwegian researchers. Are you outside of Norway & want to participate? Get in touch with us!

    #DigitalScholarlyEdition #XML #XSLT #TEI #Encode #Menota #EFES #EVT #TEIPublisher

  4. Discover the Unique World of PUNKX.org Card Games

    PUNKX.org is a hub for intellectually stimulating and entertaining card games, perfect for those who love programming, problem-solving, or just a good challenge.

    Read More: machaddr.substack.com/p/discov

    #Programming #Cards #Game #Pointers #Encode #Decode #Punkx #UNIX #Linux #OpenSource #Computer #Science

  5. A question for any #digital #video experts out there... I'm confused as heck about the results from #libx265 (used via #ffmpeg, not the #x265 tool) regarding quality vs. preset and ratefactor.

    I'm far from the first person to be confused by this, but I haven't found any real answers.

    First I'll just show some analysis from some test encodes of a file; ssim and ratefactor numbers are coming from the CSV stats output of libx265.

    1/x

    #quality #preset #ratefactor #CRF #encode #encoding

  6. This is what I needed for a long time! 🔥

    🌀 **qrtool**: An utility for encoding or decoding QR code.

    🚀 Supports multiple image/output formats.

    🦀 Written in Rust!

    ⭐ GitHub: github.com/sorairolake/qrtool

  7. Can't get enough of these development tools / TUIs! 🛠️🔥

    🌀 **jwt-ui**: Decode/encode JSON Web Tokens in the terminal.

    🚀 Fully offline & supports many formats.

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/jwt-rs/jwt-ui

  8. Суперсемейка против Unicode: Эластика и ее противник гибкий UTF-8

    Кодировка символов – это про то, как символы которыми мы пишем наши сообщения выглядят в двоичном коде. В мире существует множество кодировок, но самые популярные из них, это; ASCII – это самая первая кодировка в мире, она была создана в Америке. Собственно благодаря ей, 8 бит равны 1 байт. UTF-8, 16 и 32 – данные кодировки были созданы организацией Unicode (Юникод). Если по простому, то они это то же самое что и ASCII, но более вместительные, что означает, что они занимают больше памяти. Все бы ничего, легкая тема, но есть одно но – кодировка UTF-8 имеет, как по мне, гениальную особенность: она умеет "растягиваться". То есть адаптироваться под большое кол-во символов.

    habr.com/ru/articles/788230/

    #unicode #utf8 #utf16 #utf32 #ascii #ram #byte #css #encode #computer_science

  9. Суперсемейка против Unicode: Эластика и ее противник гибкий UTF-8

    Кодировка символов – это про то, как символы которыми мы пишем наши сообщения выглядят в двоичном коде. В мире существует множество кодировок, но самые популярные из них, это; ASCII – это самая первая кодировка в мире, она была создана в Америке. Собственно благодаря ей, 8 бит равны 1 байт. UTF-8, 16 и 32 – данные кодировки были созданы организацией Unicode (Юникод). Если по простому, то они это то же самое что и ASCII, но более вместительные, что означает, что они занимают больше памяти. Все бы ничего, легкая тема, но есть одно но – кодировка UTF-8 имеет, как по мне, гениальную особенность: она умеет "растягиваться". То есть адаптироваться под большое кол-во символов.

    habr.com/ru/articles/788230/

    #unicode #utf8 #utf16 #utf32 #ascii #ram #byte #css #encode #computer_science

  10. Using Automatic Ripping Machine (ARM) to rip some DVDs, the lag of computers with DVD drives make this necessary. Also I need to free some of the shelf space in the living room.

    #ARM uses #HandBrakeCLI, which is the #Linux #CLI version of #HandBrake, I derived to use a preset "HQ 576p25 Surround" for the #DVDs, which makes sure the input resolution it kept.

    In ARM I can add some options to the HandBrake command that is called in the background, I have this in there:
    --markers --audio-lang-list eng,deu,spa,fra --all-audio --audio-copy-mask aac,ac3,mp3,dts,dtshd --audio-fallback aac --subtitle scan -F --subtitle-lang-list=eng,deu,spa,fra --first-subtitle --subtitle-burned=none --quality 23.0 --format av_mp4 --encoder-preset slower


    I wanted to keep chapter markers (--markers), rip all eng,deu,spa,fra audio tracks (--audio-lang-list eng,deu,spa,fra --all-audio), copy audio without transcoding if in format given "--audio-copy-mask aac,ac3,mp3,dts,dtshd", if audio in other format then transcode to lossless aac which is MP4 compliant (--audio-fallback aac). I tried MKV before, which seems nice, but won't play on my TV for some reason, so I thought I will try MP4 container instead.

    For the subtitile I have some problem right now, need to figure out how to prevent burned subtitiles, but I think this should do:
    --subtitle scan -F --subtitle-lang-list=eng,deu,spa,fra --first-subtitle --subtitle-burned=none

    And now most important I wand a decent video quality and not too big files, I came to this:
    --quality 23.0 --format av_mp4 --encoder-preset slower

    But I would still love to increase the #quality a bit and give the process a bit more time, now 126 min DVD rips and transcodes in less than 50 minutes on the old laptop I use to do this. It is my ripping machine now.

    The resuting command is:
    nice HandBrakeCLI -i /dev/sr1 -o '/home/arm/media/transcode/movies/NAME/NAME.mp4' --main-feature --preset "HQ 576p25 Surround" --markers --subtitle scan -F --audio-lang-list eng,deu,spa,fra --all-audio --audio-copy-mask aac,ac3,mp3,dts,dtshd --audio-fallback aac --subtitle-lang-list=eng,deu,spa,fra --first-subtitle --quality 23.0 --format av_mp4 --encoder-preset slower >> /home/arm/logs/NAME.log 2>&1



    Problems/ideas... I would love to use x265, I think it won't take to long to encode compared to x264 and I can save some storage, but there is not preset like the one above for the resolution I need. So I would have to provide all the parameters via the CLI command.

    So give me feedback, also really happy to get any tips what options I should add to the command.

    #video #ripping #rip #encode #mp4 #x264 #x265 #dvd #bluray #blueray