home.social

#mkvtoolnix — Public Fediverse posts

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

fetched live
  1. #Linux Weekly Roundup for July 19th, 2026: #Blender 5.2 LTS, #COSMIC 1.3, #KDE Plasma 6.7.3, #ArchLinux’s official ARM64 port, #Wayland 1.26, System76’s new Adder Pro Linux laptop, #MKVToolNix 100, #Clonezilla Live 3.3.3, KDE Plasma 6.8’s new features, #DXVK 3.0.2, and more 9to5linux.com/9to5linux-weekly

    #FOSS #GNU #OpenSource

  2. Alrighty, made it! MKVToolNix v100 is out 🎉 Lots of smaller changes, nothing major. Have fun! 💝 bunkus.org/2026/07/2026-07-05- #Matroska #MKVToolNix

  3. archivos mkv

    Para trabajar con archivos de video mkv existe un programa muy específico llamado MKVToolNix GUI

    con el podremos entre otras muchas cosas quitar los subtítulos y/o las pistas de audio de los idiomas que no nos interesen .

    Lo instalamos desde synaptic o con la terminal:

     sudo apt install ffmpeg mkvtoolnix mkvtool-gui    

    Otro caso de uso sería para extraer un archivo de subtítulos de un video que venga en formato mkv, con el fin de traducirlo luego al idioma que queramos y tomando como base lo citado en
    https://hijosdeinit.gitlab.io/howto_mkvextract_extraccion_subtitulos_video_matroska/

     ffmpeg -i video.mkv 
     mkvextract tracks  video.mkv 4:video.srt   
    [HowTo] Extracción de los subtitulos de videos ‘matroska’ (‘.mkv’) mediante ‘mkvextract’Descarga

    Para traducir encontré por ahora esta web
    https://editsub.com/es/translate

    Existe la posibilidad de utilizar al editor de video kdenlive para ese fin, como lo menciono en
    https://josegon.wordpress.com/2026/02/09/kdenlive-25-12-2/



    #ffmpeg #kdenlive #linux #mkv #mkvextract #mkvtoolnix #subtitulos #terminal #tutorial #videos
  4. #Linux Weekly Roundup for May 31st, 2026: MX Linux 25.2, #Sway 1.12, Rhino Linux 2026.1, #AlmaLinux OS 10.2, Rocky Linux 10.2, #IPFire 2.29 Core Update 202, Calibre 9.9, #MKVToolNix 99.0, #PipeWire 1.6.6, #fwupd 2.1.4, #NixOS 26.05, #Armbian 26.5, Shelly 2.3.2, #Audacious 4.6, AppGrid 1.8, #NVIDIA 610, #Marknote 1.6, #Ubuntu 26.10 Snapshot 1, #COSMIC 1.0.14, new #Steam Client update, and more 9to5linux.com/9to5linux-weekly

    #OpenSource #FOSS #GNU

  5. (Linux news in previous posts)

    FOSS NEWS

    PeerTube 8.2 adds channel ownership transfer, live-stream pausing & video segment removal:
    alternativeto.net/news/2026/5/

    Proton is making it easier than ever to switch from Gmail to Proton Mail:
    betanews.com/article/proton-is

    Mozilla Firefox 151.0.2 Is Out Now to Improve Split View, Disk Caching, and More:
    9to5linux.com/mozilla-firefox-

    Zen Browser launches a Boosts feature to customize colors, fonts and styles on any website:
    alternativeto.net/news/2026/5/

    New Web and Mobile Strategy for LibreOffice:
    blog.documentfoundation.org/bl

    Krita 5.3.2 released with Text tool and font dropdown improvements:
    linuxcompatible.org/story/krit

    MKVToolNix 99.0 MKV Manipulation Tool Improves the MKVToolNix GUI, mkvmerge:
    9to5linux.com/mkvtoolnix-99-0-

    Calibre 9.9 E-Book Manager Updates and Improves the WolneLektury Store:
    9to5linux.com/calibre-9-9-e-bo

    Marknote 1.6 WYSIWYG Note-Taking App Adds Initial Support for Sub-Folders:
    9to5linux.com/marknote-1-6-wys

    Flowblade 2.24.2 Fixes a Crash and Keeps Linux Video Editing Alive:
    linuxcompatible.org/story/flow

    Canonical to shut Ubuntu Pastebin after 18 years of service:
    omgubuntu.co.uk/2026/05/canoni
    (Yet another Canonical service/product shut down. Although tbh, I didn't even know about this service until know (not that I would use anything Canonical lol))

    (Last) Major FosseryWeb update - Java cheatsheets, RSS feed for articles, and more:
    odysee.com/@fossery-tech:4/fos

    (more FOSS news in comments)

    #WeeklyNews #OpenSource #FOSSNews #FOSS #OpenSourceNews #News #PeerTube #Fediverse #Fedi #ProtonMail #Email #Firefox #MozillaFirefox #ZenBrowser #LibreOffice #Krita #MKVToolNix #MKV #Calibre #Marknote #Flowblade #UbuntuPastebin #FosseryWeb #FosseryWebMin #WebBrowser #EmailProvider #Degoogle #ContentCreation #Notetaking #FosseryTech

  6. MKVToolNix v99 is out. It features several enhancements & bug fixes in the GUI & mkvmerge and sees the triumphant return of macOS binaries! Read the full release announcement for details at bunkus.org/2026/05/2026-05-24-
    Have fun! 😁 #MKVToolNix #Matroska

  7. Alrighty, let's do another MKVToolNix release, v98.0 this time. Again, pretty small in scope, but then again there's no use in not doing a release, so why not? 😂 Have fun! bunkus.org/2026/04/2026-04-05- #MKVToolNix #Matroska

  8. After breaking out `strace` and just a ton of other stuff I finally figured out what was going on. A single encoder option was invalid which caused the workers to crash before even writing the file in the data directory. Fixing the setting cleared up the issue and made everything happy.

    What caused this rabbithole initially was `av1an` eating itself when trying to put the video and audio stuff together at the end of an encode. Unfortunately the `audio.mkv` file it was trying to mux into the container kept causing `mkvmerge` to fail because the audio file was empty. _This_ was caused by bad audio encoder options being passed to `ffmpeg`.

    I made sure I documented both of these and I'm currently running test videos before calling it 100% good.

    #av1an #sisyphus #encoding #ffmpeg #mkvtoolnix

  9. The smallest release of MKVToolNix ever is out, v97, with just one change. But still, have to keep up with the schedule, I guess 😁 Note to macOS users: I've decided to stop offering macOS binaries in the second half of 2026 due to Apple sunsetting support for the Rosetta x86-to-ARM translation technology and my build process only producing x86 binaries. bunkus.org/2026/01/2026-01-02- #MKVToolNix #Matroska

  10. Alguien sabe que pasó con la web de #mkvtoolnix? Tuve que sacar el repo de mi distro porque me daba error y fui al navegador a entrar a su web y parece caída y por #Mastodon no hay ninguna info al respecto!!!

  11. Free Software that I rely on. One per day.

    Day 18:

    MKVToolNix

    This is a tool kit of utilities, including a GUI front end, for manipulating Matroska streaming multimedia files (usually "MKV" or "MKA" files).

    The Matroska container format allows for multiple audio, video, and text streams, which means you can encode a video with multiple options for audio and subtitles (as well as alternate video tracks).

    It also supports setting up "Chapter" marks.

    A must-have for authoring and checking complex videos for streaming and download use.

    mkvtoolnix.download/

    #FreeSoftwareAdvent #MKVToolNix #MKV #Multimedia #Matroska

  12. #Linux Weekly Roundup for November 9th, 2025: #Devuan GNU+Linux 6.0, MX Linux 25, #LXQt 2.3, #KDE Plasma 6.5.2, #PorteuX 2.4, Trinity Desktop Environment R14.1.5, #NVIDIA 580.105.08, KDE Gear 25.08.3, #fwupd 2.0.17, #Calibre 8.14, #MKVToolNix 96.0, #LinuxMint's new troubleshooting tools, a new #AMD-powered Linux laptop, and more 9to5linux.com/9to5linux-weekly

    #OpenSource #FOSS

  13. Let's do another release of MKVToolNix today, v96.0. This is another of those small maintenance releases with a couple of enhancements & a couple of bug fixes. Have fun! 😁 bunkus.org/2025/11/2025-11-08- #MKVToolNix #Matroska

  14. #Linux Weekly Roundup for September 14th, 2025: #KDE Plasma 6.4.5, #PipeWire 1.4.8, #LMDE 7, #GStreamer 1.26.6, #openSUSE disabling #Bcachefs support, #VirtualBox 7.2.2, KDE Gear 25.08.1, #Q4OS 6.1, Hyprland 0.51, Puppy Linux BookwormPup64 10.0.12, #MKVToolNix 95.0, KDE Frameworks 6.18, #Steam Client update, new Slimbook laptops, #fwupd 2.0.15, #Kodi 22 alpha, and more 9to5linux.com/9to5linux-weekly

    #OpenSource #FOSS

  15. Hey 😁 Time for release v95 of MKVToolNix: a couple of new features/enhancements contributed by a kind person, a handful of bug fixes. Have fun! mkvtoolnix.download #MKVToolNix #Matroska

  16. A new MKVToolNix release is out, v92, with a handful of bug fixes & enhancements. Nothing major. Have fun! :grin: bunkus.org/2025/04/2025-04-26-

  17. I was forced to use #Avidemux and #MKVToolnix on #Windows10 to strip graphic SSA subtitles from MKV files into SRT and recode a dozen such files to AVI with the SRT files next to it and I was so lost outside of a #Linux #Bash environment... Tried to #Python my way into a batch script but this just showed my weakness; I am terribad at Python. XD Anyway, I got it done (after adding the C:\Program Files\MKVToolnix folder to %PATH% because I decided to use Command Prompt, for some goddamned reason.)

  18. MKVToolNix v91 is out with a lot of enhancements to the GUI & bug fixes in other components. Get it while it's hot! bunkus.org/2025/03/2025-03-16-

  19. A new MKVToolNix is out right now, v90. Couple of bug fixes, one nice enhancement for header editor users. Have fun! bunkus.org/2025/02/2025-02-08-

  20. #Arte is a #French #German #TV channel that has most of its programming online. When they have a #Hollywood #movie for example, you can watch it as a stream in French or German. Due to #licensing issues, they are usually not allowed to show the original #English version.

    What they MAY do is to have an English version with French ‘burned in’ #subtitles.

    So, all you have to do is to download a dubbed version and a subtitled version et voilà: original restored!

    #mkvtoolnix

  21. End of year? Time for a last release of MKVToolNix: v89 is out. A handful of fixes & enhancements, nothing too crazy. Is it good for you? You bet! bunkus.org/2024/12/2024-12-27-

  22. yay, a new MKVToolNix v88 is out 🥳 Not really a lot of changes, but we have to keep the party going, I guess! bunkus.org/2024/10/mkvtoolnix-