• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 17
Perfect playback of 23.976 fps possible with nVidia?
#1
Hi guys!

This have been discussed before, but I haven't found a really good answer. It seems as it is impossible to get perfect studder free playback of 23.976 material with nVidia. Both me and my friend has tried for years, but the only way to get it studder free seems to be by speeding it up to 24 fps and therefore also modifying the sound somehow. Is it even possible to get right or is this a limitation with the nVidia cards and/or drivers? I love XBMC and don't want to replace it with some lame hardware player, so I really want to fix this. I'm really sick and tired of experimenting with xorg.conf etc, so it would be nice to know if there is any point in doing it.

Thanks in advance!
Reply
#2
Use NVidia driver 302.17 and this xorg.conf: http://xbmclogs.com/show.php?id=6030

It gives me the correct timings for 23.976 and 24.0Hz.
Check your setup by running xbmc-xrandr

EDIT: don't be confused by the codec screen. It tells you 24Hz for refresh rate and a speed of 0.001%. This does NOT mean that the video is played at higher speed.
Reply
#3
Ok thanks for the info! I thought the codec info was implying that it was in deed upclocked to 24Hz, but it is not correct then? What vdpau settings are you using with your configuration?
Reply
#4
Quote:I thought the codec info was implying that it was in deed upclocked to 24Hz, but it is not correct then?

On NVidia systems prior to driver 302.17 xrandr gave only rounded values and the value display on the codec screen is still rounded. Speed means the difference between the actual refresh rate and the value displayed.

Quote:What vdpau settings are you using with your configuration?
What settings do you mean? Are you facing problems?
Reply
#5
Hi there...

Will this work with ION1 Boards too? I got a Zotac ION F-Series.

Thank you
Reply
#6
(2012-08-03, 11:57)FernetMenta Wrote:
Quote:I thought the codec info was implying that it was in deed upclocked to 24Hz, but it is not correct then?

On NVidia systems prior to driver 302.17 xrandr gave only rounded values and the value display on the codec screen is still rounded. Speed means the difference between the actual refresh rate and the value displayed.

Quote:What vdpau settings are you using with your configuration?
What settings do you mean? Are you facing problems?

I mean for instance, should I still use sync playback to display with A/V sync or will it play correctly without altering the sound now then?
Reply
#7
(2012-08-03, 12:26)David1977 Wrote: Hi there...

Will this work with ION1 Boards too? I got a Zotac ION F-Series.

Thank you

Yes

Reply
#8
(2012-08-03, 13:05)UglyBob Wrote: I mean for instance, should I still use sync playback to display with A/V sync or will it play correctly without altering the sound now then?

Sync playback to display is essential for smooth video. I have set A/V sync to video clock. You won't see any audio packets dropped if refresh rate matches video fps.
Reply
#9
Ok, thanks a lot! Will give it a try!
Reply
#10
how can we find the actual FPS of a movie file and the xbmc FPS when playing the movie?

Also, sorry if this is too newbie to ask, but I've added a nvidia PPD source and installed the driver, but its older than 302.17
I enabled the second version at the list (not the current one)

Regards


Reply
#11
@FernetMenta:

You didn´t answered my pn, so I ask here Wink

I have googled for the driver you suggested and found this:

http://www.nvidia.com/object/linux-displ...river.html

and this one

http://www.nvidia.de/object/freebsd-x86-...er-de.html

For my Zotac ION1 with XBMCbuntu (stable release) installed I had to take the second one, correct?

Thanks in advance

David

Reply
#12
Just answered (holiday) Smile
You need driver for Linux, not BSD.
Reply
#13
Yes...of course Wink my fault!

Gonna take this one...

http://www.nvidia.com/object/linux-displ...river.html

Reply
#14
xorg.conf link is dead.

The paste you are looking for does not exist
Reply
#15
Code:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 302.17  ([email protected])  Tue Jun 12 17:05:44 PDT 2012
    
    
    Section "ServerLayout"
        Identifier     "Default Layout"
        Screen         "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    
    Section "InputDevice"
    
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    
    Section "Monitor"
    
        # 1920x1080p @ 50Hz (EIA/CEA-861B)
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Unknown"
        HorizSync       28.0 - 33.0
        VertRefresh     23.0 - 72.0
        ModeLine       "1920x1080_24" 74.250 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
        ModeLine       "1920x1080_23.976" 74.175 1920 2558 2602 2750 1080 1084 1089 1125 +hsync +vsync
        Option         "DPMS"
        Option         "DPI" "96 x 96"
    EndSection
    
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
    EndSection
    
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        Option         "VertRefresh"  "DFP-0: 23-60; CRT-0: 23-200"
        Option         "HorizSync"    "DFP-0: 25-100; CRT-0: 25-200"
        DefaultDepth    24
        Option         "FlatPanelProperties" "Scaling = Native"
        Option         "ModeValidation" "NoVesaModes, NoXServerModes"
        Option         "ExactModeTimingsDVI" "True"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    
    Section "Extensions"
       Option         "Composite" "Disable"
    EndSection
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 17

Logout Mark Read Team Forum Stats Members Help
Perfect playback of 23.976 fps possible with nVidia?0