Jellyfin Forum
Wrong ASS subs position for Anime in JMP - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Wrong ASS subs position for Anime in JMP (/t-wrong-ass-subs-position-for-anime-in-jmp)



Wrong ASS subs position for Anime in JMP - jelly jelly - 2024-02-26

Hi, please don't laugh if you recognize the media but I noticed that the ASS subtitles for an anime episode in the Windows Jellyfin Media Player are wrongly positioned.

In JMP:

[Image: Screenshot-2024-02-26-142930.jpg]

How it's intended and correclty displays in jellyfin web player and potplayer:

[Image: Screenshot-2024-02-26-143132.jpg]

What could be the issue here for JMP to display them incorrectly like that?

I'm using JMP 1.9.1 and the only lines that appear in the log when I play the episode are:

Code:
[2024-02-26 16:02:42.851 +07:00] [INF] [47] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "xxx". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True

[2024-02-26 16:02:42.856 +07:00] [INF] [47] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile="Jellyfin Media Player", Path="xxx", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/dd074308-2c74-437c-7b74-1b91169a80f9/stream.mkv?MediaSourceId=dd0743082c74437c7b741b91169a80f9&Static=true&VideoCodec=hevc&AudioCodec=aac&AudioStreamIndex=1&SubtitleStreamIndex=2&api_key=<token>&SubtitleMethod=Embed&Tag=4898e9c0a1a3924ec4e501c0cb835868"

The file is Direct playing, it's on the same machine. The playback info:

Quote:Playback Info
Player:
MPV Video Player
Play method:
Direct playing
Protocol:
http
Stream type:
Video
Original Media Info
Container:
mkv
Size:
530.8 MiB
Bitrate:
4.3 Mbps
Video codec:
HEVC Main 10
Video bitrate:
4.0 Mbps
Video range type:
SDR
Audio codec:
AAC LC
Audio bitrate:
252 kbps
Audio channels:
2
Audio sample rate:
48000 Hz

The subtitles are:

Quote:Language eng
Codec ASS
Default Yes
Forced No
External No



RE: Wrong ASS subs position for Anime in JMP - TheDreadPirate - 2024-02-26

This is a known issue and the solution is being worked out on the MPV side.

https://github.com/jellyfin/jellyfin-media-player/issues/281


RE: Wrong ASS subs position for Anime in JMP - jelly jelly - 2024-02-26

(2024-02-26, 05:44 PM)TheDreadPirate Wrote: This is a known issue and the solution is being worked out on the MPV side.

https://github.com/jellyfin/jellyfin-media-player/issues/281

I created an mpv.conf file inΒ %LOCALAPPDATA%\JellyfinMediaPlayer\ and added the line sub-ass-vsfilter-blur-compat=no tried to restart both the server and JMP but it still shows as the same. Is this setting not supported yet?


RE: Wrong ASS subs position for Anime in JMP - jelly jelly - 2024-02-27

bump

any way to watch anime with correctly displayed signs & songs subs in the jellyfin media player? or should I look at alternatives?

the web player does work for most files I have but some stutter and get a lot of dropped frames for some reason. was hoping to find an all in one solution


RE: Wrong ASS subs position for Anime in JMP - TheDreadPirate - 2024-02-27

You could try Jellyfin MPV-Shim.

https://github.com/jellyfin/jellyfin-mpv-shim/releases


RE: Wrong ASS subs position for Anime in JMP - jelly jelly - 2024-02-28

thanks, DreadPirate I will try it πŸ‘πŸ˜Š

Update: MPV-Shim seems to work for all of my media that had troubles with the web player or JMP. Also seems like I can configure custom shortcuts to jump to next chapter etc. Looks great!