Play in 3D with frame packing - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Play in 3D with frame packing (/t-play-in-3d-with-frame-packing) |
Play in 3D with frame packing - makuc - 2023-09-20 Hello, is it possible to play (from library) 3D Full SBS movies in 3D frame-packed? Based on my research FFMPEG supports it, hence my question. Because I'm in the process of buying a 3D projector (already have 3D TV from way back when they still made them) and now I decided to organize my content library. Already have Jellyfin all setup (with library stored on TrueNAS Core) and I'm in the process of moving my collection to folders visible to Jellyfin (being cautious here, because I don't want mis-identification). Before I always played via a PC, split across multiple disks, hence the need for a proper media library. Any help greatly appreciated. RE: Play in 3D with frame packing - TheDreadPirate - 2023-09-20 Jellyfin does support 3D. Linked below to the appropriate documentation. https://jellyfin.org/docs/general/server/media/movies/#3d-movies RE: Play in 3D with frame packing - makuc - 2023-09-20 Thank you for a quick reply. But that documentation only talks about parsing and structuring library. Will it actually properly play that 3D content as a frame-packed 3D movie instead of wasting the actual resolution? FOr instance when playing on 1080p display, since we can't input 4k resolution, it wouldn't result in wasting half the resolution of the Full SBS and practically make it into half-SBS? Thank you very much. RE: Play in 3D with frame packing - TheDreadPirate - 2023-09-20 I'm not finding a lot of other posts about actual 3D content watching and Jellyfin. You might have be a trail blazer and give it a try and report back. RE: Play in 3D with frame packing - makuc - 2023-09-21 Will do. Thank you for the input. RE: Play in 3D with frame packing - skribe - 2023-09-21 I do not believe frame packed mkvs will work. I'm not even sure there is a device that supports them. Didn't Nvidia even remove support from its drivers? I'm not positive, but I think that was the verdict when I looked into this myself. RE: Play in 3D with frame packing - makuc - 2023-10-23 @skribe I'm not insinuating frame-packed mkvs, they can be packed just fine in full-SBS, I'm prepared for storage overhead due to double images. The question is what happens while playing said movies. FFMPEG is supposedly able to play it via stereo3d filter, input set as SBSL (or any of the alternatives) and output set as HDMI (HDMI frame pack). The question is, does Jellyfin support using such playback? I just got my projector and will be able to begin testing now. Sorry for being inactive while waiting for it. The first thing will be to setup the tags on a test movie and see if it will change anything besides the tags being shown in library. EDIT: Source: FFmpeg Filters Documentation RE: Play in 3D with frame packing - makuc - 2023-10-23 Update: no, the 3D tag in the file name doesn't do anything besides putting a 3D tag between PG rating and IMDB rating number of stars). Any help in figuring out where to even begin looking into helping to implement the possibility of using stereo3D filter playback would be helpful. Especially if something like this would be possible via a plugin. Some more context and/or idea behind the implementation I'm looking at: https://forum.videohelp.com/threads/406471-Easy-way-to-convert-frame-packed-3D-to-SBS#post2663349 EDIT: Maybe I'll also try this, just to see if it will natively play it properly: https://stereo.jpn.org/eng/stphmkr/framepack/index.html#:~:text=To%20convert%20a%20half-SBS%20video%20into%20a%20frame-packing,cannot%20convert%20frame-packing%203D%20video%20to%20half-SBS%20format%21 RE: Play in 3D with frame packing - lucopoulos - 2023-10-24 I believe you can achieve that by using an exernal player that can output to HDMI frame pack (I don't know any), or you can look if another format is supported by your projector, like Full SBS ou MVC ( that would be much much easier). As you said, it is theorically possible to convert most 3D formats to HDMI frame pack with ffmpeg, but I believe most projectors won't trigger the 3D mode if you send the video file in that format directly, it has to have some special instructions given by the player ? Not sure about that part, as my own projector doesn't do frame pack. So maybe you could just try to make one file for a test, it should be as simple as Code: ffmpeg -i 3dsourcefileinfsbs.mkv -vf "stereo3d=in=sbsl:out=hdmi" 3dfileinhdmiframepack.mkv and play that file on your projector directly to see if it plays in 3D. If that works, then there is hope, maybe you can achieve your goal using Jellyfin MPV shim with an external MPV and a custom command, or something similar. RE: Play in 3D with frame packing - brilthor - 2024-03-21 I've had success previously with a Raspberry Pi (I think it was V3) and Kodi for MVC (Frame packed) playback. It might be worth looking at the old information on that to see about external players and potentially running a client on that platform |