this post was submitted on 18 Jul 2024
21 points (100.0% liked)

Jellyfin: The Free Software Media System

5579 readers
14 users here now

Current stable release: 10.9.7

Community Standards

Website

Forum

GitHub

Documentation

Feature Requests

Matrix (General Information & Help)

Matrix (Announcements)

Matrix (General Development)

Matrix (Off-Topic) - Come get to know the team and blow off steam!

Matrix Space - List of all the available rooms on Matrix.

Discord - Bridged to our Matrix rooms

founded 4 years ago
MODERATORS
 

I have some 1440p videos that I've downloaded off youtube but they use either the AV1 or VP9 codec. I'd like to watch these on my phone but it can't direct play those codecs and my iGPU can't transcode them so it has to be done in software extremely slowly.

So I'd like to transcode the videos ahead of time into either h264 or h265 which my phone can direct play but I don't want to get rid of the originals. So can I have two copies of the same episode but using different codecs? How would I name them? Would jellyfin be smart enough to send the right video based on what my phone supports?

The videos are currently named like so:

'Rimworld with Francis John - Anomoly - S01E01 - An Unlikely group of researchers.mkv'
'Rimworld with Francis John - Anomoly - S01E02 - New weapons, new threats, new research.mkv'
'Rimworld with Francis John - Anomoly - S01E03 - Small colony equals few options.mkv'
you are viewing a single comment's thread
view the rest of the comments
[–] pe1uca@lemmy.pe1uca.dev 4 points 2 months ago

Here's how I have harry potter 1 with the option for the extended format, I'm guessing it'll be the same flow for different codecs.

hp.1[imdbid-tt0241527].mp4
hp.1[imdbid-tt0241527] - [Extended][Latino].mp4

And in the UI it shows me a dropdown called Version which has two options
hp.1[imdbid-tt0241527]
[Extended][Latino]

https://jellyfin.org/docs/general/server/media/movies/#multiple-versions-of-a-movie

Not sure if this works for shows. Also because the name template you use already has dashes.
And most probable it won't work to autoselect the codec for the device you're using.