Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on sh.itjust.works
jellyfin·Jellyfin: The Free Software Media Systembypriapus

Removing unwanted audio tracks and subs

Do any of you have any software you can recommend for removing unwanted audio tracks and subtitles? Some of my shows and movies have multiple, and the Roku app does not follow the users set default language, leading to it playing the wrong track when autoplaying.

I've tried unmanic, but its unfortunately too heavy for my server, just slows everything to a crawl.

View original on sh.itjust.works
22

17 replies

lemmy.world

mkvtoolnix and handbrake are pretty useful and powerful, you might try those

11
Kraftingreply
lemmy.world

Doesn't handbrake has an option to not re-encode the video ? But yeah totally agree, it's not worth it to re-encode everything just to remove audio tracks.

3
priapusreply
sh.itjust.works

MKVToolNix did look like it could do a good job with this, but I have a lot of files that aren't mkv

0
Zubgubreply
lemmy.blahaj.zone

I can't check right now, but I'm pretty certain I've used MKVToolNix to remove unwanted audio files from an mp4 before. However, the result will always be remuxed to mkv.

2
priapusreply
sh.itjust.works

I was avoiding writing an ffmpeg script to do this in a somewhat organized way, but it probably is the best option. I'll look into it.

1

Maybe it's possible to make it just part of the transcoding process so your source material can stay unadulterated?

1
lemmy.world

Remuxing with unmanic / tdarr shouldn't be a very intensive task. If your server can't handle reading an writing to a disk you've got other issues.

3

My server doesn't have any other performance problems, it handles transcoding for jellyfin great. Maybe I'll just reach out in the unmanic discord to try to figure out why this is happening.

1
lemmy.ca

Tdarr will do this but if your server is struggling with unmanic then no solution will work well for you. I think possibly you might be doing more than just remuxing to remove audio and subs if it’s thrashing your server.

2
priapusreply
sh.itjust.works

That's what I've been thinking, but I don't know how that could be happening. I only have a plugin to remove unwanted audio tracks and another to remove unwanted subs enabled. Despite this, whenever I start the container every other service on the server becomes unusable.

It's especially confusing because the server can handle transcoding multiple streams on Jellyfin at the same time without a problem.

1

It does have a GPU and Jellyfin is set up to use it, but I might need to do some more work to get unmanic to use it since it's in a container. I didn't think it would need my GPU for this since it shouldn't require transcoding.

1

Any idea on why unmanic was not performing well? If it's unrelated to ffmpeg, you could try tdarr.

1

ffmpeg is working fine for jellyfin, so I believe it's unmanic. i'll take a look at tdarr.

1
lemm.ee

ffmpeg is the swiss army knife of video and audio

1

As others have suggested: MKVToolnix If that doesn't work for you, losslesscut also has the capability to remove audio and video streams - subtitle streams hower, i dont know.

I would tend to use mkvtoolnix though

1

You reached the end