Jellyfin Forum
Transcdeing tearing - 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: Transcdeing tearing (/t-transcdeing-tearing)



Transcdeing tearing - Project Purple - 2024-10-27

I have tried it in VLC and can confirm that the video is not corrupted

It says that the audio needs transcoded but the video will be repackaged lossless but it breaks when viewing it.

   

version 10.9.11

Ubuntu server 24.04.1

FFmepg log

To add this is happening on the roku jellyfin and android jellyfin clients


RE: Transcdeing tearing - TheDreadPirate - 2024-10-27

What do you mean "breaks"? Does the ATV and Roku client report a playback error? The ffmpeg log looks fine. Nothing out of the ordinary about the video or codec or codec level.


RE: Transcdeing tearing - Project Purple - 2024-10-27

Looks like tearing like how a dvd looks when it's scratched.

BTW I did fix the issue I had to force full transcodeing by limiting the bitrate on the roku client.

But It didn't fix the issue with direct streaming.


RE: Transcdeing tearing - TheDreadPirate - 2024-10-27

Does this happen with all videos or just particular videos? If the latter, you can try remuxing the video to check if something is wrong with the container. The fact that it plays fine in VLC is not a good test since VLC will power through a lot of corruption.

Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts auto newFile.mkv



RE: Transcdeing tearing - Project Purple - 2024-10-27

(2024-10-27, 02:11 AM)TheDreadPirate Wrote: Does this happen with all videos or just particular videos?  If the latter, you can try remuxing the video to check if something is wrong with the container.  The fact that it plays fine in VLC is not a good test since VLC will power through a lot of corruption.

Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -fflags +genpts+igndts -i "/path/to/video.mkv" -map 0 -codec copy -max_muxing_queue_size 2048 -max_interleave_delta 0 -avoid_negative_ts auto newFile.mkv

It happens to all videos some worse than others but I don't imagine they are all corrupted as they worked fine at first.