C3rd

  1. Coding my life...
Jellyfin: How to convert videos so they won’t transcode on the fly when playing
Posted: 4 Sep 2025, 0:45am - Thursday

Here's how... need to install ffmpeg and create this bash file:

 

#!/bin/bash

for f in *.mp4 *.mkv; do
  ffmpeg -i "$f" -c:v libx264 -preset medium -crf 20 -pix_fmt yuv420p \
    -c:a copy -movflags +faststart "${f%.*}_jellyfin.mp4"
done


 that's it.

Back to list
Search
Pages
  • Home
  • Downloads
Categories
  • Uncategorized
  • Personal
    • Madness
    • Wooow!
    • Learn New Things
    • Food and Beverages
    • Love and Pain
    • Wonder
  • Info.Tech
    • Madness
    • Wooow!
    • Learn New Things
    • Food and Beverages
    • Love and Pain
    • Wonder
  • People
    • Madness
    • Wooow!
    • Learn New Things
    • Food and Beverages
    • Love and Pain
    • Wonder
  • Funstuff
    • Madness
    • Wooow!
    • Learn New Things
    • Food and Beverages
    • Love and Pain
    • Wonder
  • Death
    • Madness
    • Wooow!
    • Learn New Things
    • Food and Beverages
    • Love and Pain
    • Wonder
  • Apple Stuff
    • Madness
    • Wooow!
    • Learn New Things
    • Food and Beverages
    • Love and Pain
    • Wonder
Related Links
  • Apache Web Server
  • ASP Immigration Services Ltd.
  • CentOS Linux
  • Color Scheme Picker
  • CSS Button Generator
  • Deviant Art Account
  • Don Tabaniag - GraphiCult
  • Jerson Maglasang Weblog
  • Joshua Manlunas
  • Mark "mungkey" Vicente
  • Matt Arnilo Baluyos
  • MySQL
  • Paul Labis
  • PHP
  • PrendStar
  • Ridvan Baluyos
  • Scott Davies
  • SEO Fart XML-RPC Ping Tool
  • Stripes Generator
  • The Hero
  • Ubuntu Linux
  • Vim Carlo Nabora (DA)
  • Wella Maria Hong
  • What is my IP?
  • Xavier University - Ateneo de Cagayan
  • Zabyer Community
  • Support
  • Privacy
  • Terms of Service
  • Contact

© SymflyBlog 2025

Modal title

Message here...

Modal title

Modal body text goes here.

Modal title

Modal body text goes here.