• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Feature Requests 3D MVC Support

     
    • 0 Vote(s) - 0 Average

    3D MVC Support

    Cruzader
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #1
    2024-02-18, 12:09 AM (This post was last modified: 2024-02-18, 12:12 AM by Cruzader. Edited 1 time in total.)
    AR Glasses are starting to become a popular thing now and watching 3D Movies from Jellyfin would be very nice. FFMpeg doesn't officially support this but since you guys are using your own custom build then maybe you can have a look at this, it's a custom FFmpeg build that supports 3D MVC.

    https://github.com/Britz/FFmpeg


    and here are some test files
    https://kodi.wiki/view/Samples#3D_Test_Clips
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-02-18, 02:21 AM
    According to our docs, we already do.

    https://jellyfin.org/docs/general/server...#3d-movies
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Cruzader
    Offline

    Junior Member

    Posts: 3
    Threads: 2
    Joined: 2024 Feb
    Reputation: 0
    #3
    2024-02-18, 03:58 AM (This post was last modified: 2024-02-18, 04:01 AM by Cruzader. Edited 1 time in total.)
    (2024-02-18, 02:21 AM)TheDreadPirate Wrote: According to our docs, we already do.

    https://jellyfin.org/docs/general/server...#3d-movies

    Unfortunately that only add a 3D tag on the details of the movie. It doesn't do anything for playing it as 3D. Ideally it would play the 3D MVC as Side-by-Side
    SubsBware
    Offline

    Junior Member

    Posts: 37
    Threads: 12
    Joined: 2024 Oct
    Reputation: 0
    #4
    2024-11-06, 06:31 PM (This post was last modified: 2024-11-06, 07:45 PM by SubsBware. Edited 1 time in total.)
    (2024-02-18, 02:21 AM)TheDreadPirate Wrote: According to our docs, we already do.

    https://jellyfin.org/docs/general/server...#3d-movies

    nm. ill post this else ware.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2024-11-06, 07:49 PM
    I downloaded a few 3D sample files and, AFAICT, ffprobe doesn't present the 3D type. Only the file name and watching the video in VLC gave clues as to what they are. If your file names don't have the 3D type in them, you'd have to watch them in a player to make that determination.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    SubsBware
    Offline

    Junior Member

    Posts: 37
    Threads: 12
    Joined: 2024 Oct
    Reputation: 0
    #6
    2024-11-18, 07:34 PM
    (2024-11-06, 07:49 PM)TheDreadPirate Wrote: I downloaded a few 3D sample files and, AFAICT, ffprobe doesn't present the 3D type.  Only the file name and watching the video in VLC gave clues as to what they are.  If your file names don't have the 3D type in them, you'd have to watch them in a player to make that determination.

    I don't understand. What would i be looking for in VLC to give that information?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #7
    2024-11-18, 07:59 PM (This post was last modified: 2024-11-18, 08:02 PM by TheDreadPirate. Edited 1 time in total.)
    AFAICT, ffprobe does not provide any information about what kind of 3D a video is.  Viewing a 3D video in VLC will show you the raw video.  Each 3D video type is, essentially, a normal video but the frames are rendered and assembled to make 3D.  SBS will, literally, have each eye's frame side-by-side.  Each side taking up half of a 1080P frame.

       

    The example I attached is a "HTAB" 3D video. Half-top-and-bottom.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    SubsBware
    Offline

    Junior Member

    Posts: 37
    Threads: 12
    Joined: 2024 Oct
    Reputation: 0
    #8
    2024-11-18, 08:48 PM
    (2024-11-18, 07:59 PM)TheDreadPirate Wrote: AFAICT, ffprobe does not provide any information about what kind of 3D a video is.  Viewing a 3D video in VLC will show you the raw video.  Each 3D video type is, essentially, a normal video but the frames are rendered and assembled to make 3D.  SBS will, literally, have each eye's frame side-by-side.  Each side taking up half of a 1080P frame.



    The example I attached is a "HTAB" 3D video.  Half-top-and-bottom.

    .. Oh...

    When i play it in VLC.. it doesnt do that.. It just plays like a normal movie.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #9
    2024-11-18, 09:06 PM
    I tried a couple more 3D types and MVC videos do appear as just plain videos. So you may have MVC 3D.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode