Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 17808  / 2 Years ago, fri, december 24, 2021, 6:02:02

Hi I don't know a lot about video players or codecs and that sort of thing, and I am trying to squeeze the best possible quality picture out of Mplayer (I am using the SMplayer front end).



My questions are should I enable post prossesing (I dont know what this is but it looks like it might improve quality) and direct rendering ? (also sounds like it could increase quality) can any one explain what these do ?.



As for output driver I use vdpau is this best for nvidia cards ?



Any other suggestions welcome.



Thanks.


More From » 12.04

 Answers
2

Using vdpau with Nvidia cards should get you great performance with smplayer, and will ensure that you use very little cpu when playing dvds and x264 encoded video. As has been discussed in detail on the Ubuntu forums, it is very important to note that




Vdpau is two things. One, a display device, like xv. The other, a codec that can use the PureVideo chip to decode certain files




such as mpeg1/2 and x264. If your card supports it (see here for a list of supported gpus) it is a better option than the old xv, and particularly xll, which will use considerably more cpu.



In smplayer there are some options that can be accessed via the configure button next to the vdpau option (see screenshot), but you usually don't have to fiddle with these unless you have any problems with the video performance.



NOTE: It is particularly important to note that when vdpau codecs such as ffh264vdpau are being utilised, none of the following smplayer gui options such as post-processing, deinterlace, etc, will have any effect. In the screenshot you can also see that 'disable software video filters' is checked when you click the vdpau properties.



However, as noted in the Mplayer manual special options such as deint can be passed on the command-line when using vdpau, although these are not usually needed; these special options are not supported in the smplayer gui.



vdpau (with -vc ffmpeg12vdpau, ffwmv3vdpau, ffvc1vdpau, ffh264vdpau  or
ffodivxvdpau)
Video output that uses VDPAU to decode video via hardware. Also
supports displaying of software-decoded video.
sharpen=<-1-1>
For positive values, apply a sharpening algorithm to the
video, for negative values a blurring algorithm (de-
fault: 0).
denoise=<0-1>
Apply a noise reduction algorithm to the video (default:
0, no noise reduction).
deint=<0-4>
Select the deinterlacer (default: 0). All modes > 0 re-
spect -field-dominance.


As has been shown at this forum discussion,



deint is a option for the video out (vdpau) not for the codec


and so to specify one of these special options (where vo is video output and vc is video codec), you could use the following command (taken from the forum above):



mplayer -vo vdpau:deint=1 -vc ffh264vdpau 00007.MTS


So, when using vdpau you don't really need to worry about these special options or any other settings in the smplayer gui such as post-processing or direct rendering that you can't normally apply anyway when using vdpau.



enter image description here


[#35801] Saturday, December 25, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hical

Total Points: 498
Total Questions: 106
Total Answers: 117

Location: Comoros
Member since Tue, Mar 14, 2023
1 Year ago
hical questions
Sun, May 9, 21, 00:59, 3 Years ago
Fri, Jun 25, 21, 03:06, 3 Years ago
Thu, May 19, 22, 15:32, 2 Years ago
;