VideoHelp Forum
+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 30 of 34
Thread
  1. I use PotPlayer and I recently switched from the default "Auto Recommended" setting to "Video Renderer" on the list of video renders in "Preference". I find the quality on "Video Renderer" to be much better than "Auto Recommended", however I've encountered a lagging problem whenever I play the video at full screen on "Video Renderer". It seems the bigger the screen the slower and lagging it gets especially at full screen, but when I shrink the video using the mouse, it plays much more smoothly. What settings should I use in order to correct this problem? I admit, I'm no expert in this type of business which is why I'm asking.

    I provided an image to better illustrate my point:

    Click image for larger version

Name:	67867867.png
Views:	1782
Size:	36.7 KB
ID:	47648
    Quote Quote  
  2. Come on. No one has a solution to this problem?
    Quote Quote  
  3. Why are you using a software rendering when you have hardware that is THE better choice?
    If you don't know what you are doing leave it at auto or deal with the problems.

    If your Windows and hardware match, PotPlayer should choose Direct3D 11.

    Please don't mess with what you don't understand, because if you do, you levels will be off, the colors will drift.
    Leave it AUTO.
    Quote Quote  

  4. If you don't know what you are doing leave it at auto or deal with the problems.

    Well, that's kind of discouraging. I'm suppose to deal with the problems without doing anything about it? You can't recommend me any links or tutorials so I can learn and expand my knowledge about these things?


    If your Windows and hardware match, PotPlayer should choose Direct3D 11.
    I don't know what you mean by this. Maybe you can further elaborate.


    Why are you using a software rendering when you have hardware that is THE better choice?
    Please don't mess with what you don't understand, because if you do, you levels will be off, the colors will drift.
    Leave it AUTO.

    Let me give you a little more background on my situation:

    My levels were already off to begin -- even with the default settings in place. I use Sony Vegas Movie Studio Platinum to render my videos and for some reason the rendered videos always ends up looking more saturated and off-colored than what I see in the Preview Window. This is why I chose a different "Video Renderer" in Potplayer because I found that it matches the quality and color of the Preview Window in Sony Vegas. This solved my problem right away, but then I ran into another problem when the video starts to lag. It becomes really slow, especially if I play it at full screen. I don't think this has anything to do with my computer settings because if I play that same rendered video on a regular Windows Media Player, the video plays perfectly smooth, including at full screen with none of the lagging that I experience in Potplayer. So the conclusion that I arrive at is that this lagging problem has more to do with the settings in Potplayer, which is why asked if there are any settings on Potplayer that I can change in order to resolve this lagging problem.
    Quote Quote  
  5. A good way of checking is to import your rendered video back into Vegas. Does it now look correct? If not your render setting may be off. If it does then it is the settings in PotPlayer. Unlike Windows Media player, PotPlayer and VLC give the most accurate playback of video.
    Not being a Vegas user, does it have scopes? if so you can compare your rendered video with your original edit to see if there are any shifts between them.
    Canon C100 mk2 - Dell XPS8700 i7 - Win 10 - 24gb RAM - GTX 1060/6GB - DaVinci Resolve Studio 18.6.3 - Blackmagic Speed Editor - Presonus Faderport 1 - 3 calibrated screens
    Quote Quote  
  6. A good way of checking is to import your rendered video back into Vegas. Does it now look correct? If not your render setting may be off. If it does then it is the settings in PotPlayer.
    It's definitely the settings in Potplayer that distorts the color and saturation of the videos. I've already tried importing the rendered video to the Sony Vegas timeline and when I view it on the Preview Window, it appears normal without any of the distortions. It's not saturated or off-colored like in Potplayer. I've also already tried viewing the rendered videos on other media players like Windows Media Player and VLC and they too end up distorting the color.

    Unlike Windows Media player, PotPlayer and VLC give the most accurate playback of video.
    Really? From my experience, Windows Media Player seems to display a much more accurate playback compared to Potplayer, especially when it comes to smoother playback. Potplayer slightly lags compared to WMP, but it has more options for creating superb video quality. However when I use these options, I usually end up with even more frame drops resulting in slow, lagging videos.

    Not being a Vegas user, does it have scopes? if so you can compare your rendered video with your original edit to see if there are any shifts between them.
    I'm not really familiar with scopes. I'm not even sure how you go about using them.
    Quote Quote  
  7. Originally Posted by YellowDragon View Post
    Well, that's kind of discouraging. I'm suppose to deal with the problems without doing anything about it? You can't recommend me any links or tutorials so I can learn and expand my knowledge about these things?
    Sure!
    https://en.wikipedia.org/wiki/Hardware_overlay
    https://docs.microsoft.com/en-us/windows/desktop/medfound/hardware-overlay-support
    https://en.wikipedia.org/wiki/Video_overlay
    https://docs.microsoft.com/en-us/windows-hardware/drivers/display/about-directdraw
    https://docs.microsoft.com/en-us/windows-hardware/drivers/display/directx-video-acceleration

    This should get you started.

    Originally Posted by YellowDragon View Post
    I don't know what you mean by this. Maybe you can further elaborate.
    At the same place you change your rendering, you should see the Direct3D option, but first refer to the the links above to understand why your are doing this.

    Originally Posted by YellowDragon View Post
    Let me give you a little more background on my situation:

    My levels were already off to begin -- even with the default settings in place. I use Sony Vegas Movie Studio Platinum to render my videos and for some reason the rendered videos always ends up looking more saturated and off-colored than what I see in the Preview Window. This is why I chose a different "Video Renderer" in Potplayer because I found that it matches the quality and color of the Preview Window in Sony Vegas. This solved my problem right away, but then I ran into another problem when the video starts to lag. It becomes really slow, especially if I play it at full screen. I don't think this has anything to do with my computer settings because if I play that same rendered video on a regular Windows Media Player, the video plays perfectly smooth, including at full screen with none of the lagging that I experience in Potplayer. So the conclusion that I arrive at is that this lagging problem has more to do with the settings in Potplayer, which is why asked if there are any settings on Potplayer that I can change in order to resolve this lagging problem.
    The most obvious question to ask is, how do you know if the output of the Sony Vegas is correct?
    Have you calibrate it?
    Is your monitor calibrated?
    Are you using any type of color profile?
    Does you monitor has one?
    How is your YCbCr <> RGB matrix coefficients setup?
    What is your Color primaries?

    Potplayer is a very neat player, but it's not the one I use to test my videos, take a look at this example:


    From the start everything is off, you will have to calibrate that:
    Code:
    #SD
    ColorBars()
    
    #HD
    #ColorBarsHD()
    
    # For SD use
    ConvertToYV12(matrix="PC.601")
    
    # For HD use
    #ConvertToYV12(matrix="PC.709")
    
    ConvertFPS(24, 1)
    
    # Set  1 min limit
    Trim(0,3600)
    I've encoded both of this to make your life easy, your player should handle this files just fine, if not, rename the file extension from .h264 to .mp4, here is the encoding parameters used:

    SD
    Code:
    x264-r2935.exe --input-csp nv12 --output-csp i420 --force-cfr --sar 1:1 --crf 19 --no-interlaced --colorprim smpte170m --transfer bt709 --colormatrix smpte170m --output "VIDEO-NV12-SD.h264" "ColorBar.avs"
    HD
    Code:
    x264-r2935.exe --input-csp nv12 --output-csp i420 --force-cfr --sar 1:1 --crf 19 --no-interlaced --colorprim bt709 --transfer bt709 --colormatrix bt709 --output "VIDEO-NV12-HD.h264" "ColorBar.avs"
    Another issue you might face comes from your video card, I have an ATI HD7700 that allows video enhancements done by the GPU like "vivid", "cinema", etc. Make sure to check your video card settings to see if those are off. Potplayer also allow you to use "Hardware Color Controls" and another hardware controls and acceleration, make sure to test it first before enabling anything.

    That's it, enable the correct hardware rendering option and calibrate.
    Image Attached Files
    Last edited by amaipaipai; 30th Dec 2018 at 02:20.
    Quote Quote  
  8. Alright, thanks for the info. I guess I have a ton of reading and learning ahead of me. I'll get back to you again in case I have more questions.
    Quote Quote  
  9. At the same place you change your rendering, you should see the Direct3D option, but first refer to the the links above to understand why your are doing this.

    The most obvious question to ask is, how do you know if the output of the Sony Vegas is correct?
    Have you calibrate it?
    Is your monitor calibrated?
    Are you using any type of color profile?
    Does you monitor has one?
    How is your YCbCr <> RGB matrix coefficients setup?
    What is your Color primaries?
    Okay, I switched my video renderer to Direct3D and it finally solved the lagging problem! The video plays very smoothly on Potplayer now.

    Now the only problem I have left is the over saturation and off colored rendered videos that I get in Sony Vegas. Forgive my ignorance, but I still have no clue whatsoever on how to fix this problem. I read the links you sent me, but I'm still stumped. I have no idea how to calibrate, check for color primaries, or what a "CbCr <> RGB matrix coefficients setup" is.

    If it's not too much trouble can you by any chance provide step-by-step instructions on how to do all these things? Make them as simple and easy to follow as possible since I'm obviously a newbie. Including some photos would also help. I would really appreciate it.
    Quote Quote  
  10. Originally Posted by YellowDragon View Post
    Okay, I switched my video renderer to Direct3D and it finally solved the lagging problem! The video plays very smoothly on Potplayer now.
    Good.

    [QUOTE=YellowDragon;2538312]Now the only problem I have left is the over saturation and off colored rendered videos that I get in Sony Vegas. Forgive my ignorance, but I still have no clue whatsoever on how to fix this problem. I read the links you sent me, but I'm still stumped. I have no idea how to calibrate, check for color primaries, or what a "CbCr <> RGB matrix coefficients setup" is.[QUOTE=YellowDragon;2538312]
    In a very short answer, it's the algorithms that will be used to convert between YUV and RGB, you have a lot to catch up, start here:
    https://forum.doom9.org/showthread.php?t=133982
    https://blogs.gnome.org/rbultje/2016/11/02/displaying-video-colors-correctly/
    http://www.sensoray.com/support/appnotes/frame_grabber_capture_modes.htm

    Originally Posted by YellowDragon View Post
    If it's not too much trouble can you by any chance provide step-by-step instructions on how to do all these things? Make them as simple and easy to follow as possible since I'm obviously a newbie. Including some photos would also help. I would really appreciate it.
    A step-by-step instruction, simple and easy to follow as possible on my Sunday vacation?

    You don't need to do much, this are my settings, saturation was adjusted to taste since I dont use Portplayer to check my videos:


    Again, leave it "AUTO", the player should choose the best options for you. As I've said earlier, how do you know the Sony Vegas output it's correct?
    Import one of the supplied video files in to it and check to see if the colors and levels match, export using your settings and you should be able to see if there is any difference.

    This is the case you should not leave it auto.


    From there you can identify who to blame, I'm not a Sony Vegas user so I can't help you there.
    Quote Quote  
  11. Sorry if I have to ruin any more of your vacation time, but the suggestion you offered didn't work. When I switch the YCbCr <-> RGB conv. matrix to "auto" it does absolutely nothing to normalize the saturation and color of the video. It still looks the same. And as I said before, Potplayer is definitely the culprit -- not Sony Vegas. When I import the rendered video back to the Sony Vegas timeline, it looks normal in the Preview Windows, but when I view it on Potplayer, the colors are different.

    Aren't there any more settings in Potplayer that I can maybe change. Perhaps a Levels adjuster or a Color Curves. What do you think?
    Quote Quote  
  12. First, go to you graphics card's setup applet and disable all the video "enhancement" features. Auto contrast, color, skin tone, white balance, noise reduction, sharpen, etc. All those features do is screw up the picture. These are in the media or video sections, not the desktop color settings. Make sure it's set up to convert video Y 16-235 levels to computer 0-255 RGB levels.

    Then go to Potplayers proc amp settings and set everything to neutral so it doesn't screw up the picture. Same for it's video processing filters and auto levels, etc. controls.

    There's no reason to believe hardware decoding/levels/colors/scaling are better than software equivalents. I have seen many graphics drivers that do them badly. And the three manufactures (Nvidia, AMD, Intel) often screw them up when they release new drivers. When hardware decoding is working properly it DOES use less CPU power. So it's preferable for that reason.
    Last edited by jagabo; 30th Dec 2018 at 12:22.
    Quote Quote  
  13. Originally Posted by jagabo View Post
    First, go to you graphics card's setup applet and disable all the video "enhancement" features. Auto contrast, color, skin tone, white balance, noise reduction, sharpen, etc. All those features do is screw up the picture. These are in the media or video sections, not the desktop color settings. Make sure it's set up to convert video Y 16-235 levels to computer 0-255 RGB levels.

    Then go to Potplayers proc amp settings and set everything to neutral so it doesn't screw up the picture. Same for it's video processing filters and auto levels, etc. controls.

    There's no reason to believe hardware decoding/levels/colors/scaling are better than software equivalents. I have seen many graphics drivers that do them badly. And the three manufactures (Nvidia, AMD, Intel) often screw them up when they release new drivers. When hardware decoding is working properly it DOES use less CPU power. So it's preferable for that reason.
    When I right-click on my computer and click on "Graphics Properties", this control panel menu shows up. It says "Intel HD Graphics Control Panel". I'm assuming this is the graphics card setup applet you're talking about? Unfortunately, I wasn't able to locate any of the options you mentioned. Maybe a little more help will steer me in the right direction.
    Image Attached Thumbnails Click image for larger version

Name:	7889073.png
Views:	134
Size:	823.0 KB
ID:	47679  

    Quote Quote  
  14. The settings you are looking for is at "video".
    Quote Quote  
  15. Originally Posted by amaipaipai View Post
    The settings you are looking for is at "video".
    If I click on "Videos" all I get is this. As you can see none of the options you mentioned are available:

    Click image for larger version

Name:	68789789798.png
Views:	212
Size:	731.1 KB
ID:	47680
    Quote Quote  
  16. Go to the Advanced tab.
    Quote Quote  
  17. Originally Posted by jagabo View Post
    Go to the Advanced tab.
    Here's what the Advanced tab looks like:
    Click image for larger version

Name:	72897217689.png
Views:	262
Size:	733.5 KB
ID:	47681
    Quote Quote  
  18. Got to Image Enhancement.
    Quote Quote  
  19. Originally Posted by amaipaipai View Post
    Got to Image Enhancement.
    Image Enhancement
    Click image for larger version

Name:	78907809.png
Views:	245
Size:	739.3 KB
ID:	47682
    Quote Quote  
  20. Disable skin tone and everything else at application settings.
    Go to advanced.
    Quote Quote  
  21. Originally Posted by amaipaipai View Post
    Disable skin tone and everything else at application settings.
    Go to advanced.
    Advanced
    Click image for larger version

Name:	788897.png
Views:	262
Size:	744.0 KB
ID:	47683
    Quote Quote  
  22. Disable everything that is "enhancement", all this settings change your video levels/colors.
    Test your videos with this options disabled.
    Quote Quote  
  23. Originally Posted by amaipaipai View Post
    Disable everything that is "enhancement", all this settings change your video levels/colors.
    Test your videos with this options disabled.
    Well, I disabled both "Skin Tone Enhancement" and "Contrast Enhancement" and I'm still experiencing the same problem: over saturated, off-colored rendered videos in Sony Vegas.
    Quote Quote  
  24. Now, it's time to see your Sony Vegas settings, video section.
    Quote Quote  
  25. Originally Posted by amaipaipai View Post
    Now, it's time to see your Sony Vegas settings, video section.
    Which settings do you want me to show on Sony Vegas?
    Quote Quote  
  26. Any related with VIDEO, I don't have Sony Vegas.
    Quote Quote  
  27. Originally Posted by amaipaipai View Post
    Any related with VIDEO, I don't have Sony Vegas.
    These are the rendering settings that I use in Sony Vegas. Hope this helps somehow.
    Click image for larger version

Name:	678899909.png
Views:	271
Size:	34.8 KB
ID:	47684
    Quote Quote  
  28. Those are the export settings, we need Vegas Preferences/Settings.

    By the way, why are you using PAL? Do you live in a PAL Region? 50 Hz AC?
    I live in a 60 Hz country, our analog color system was PAL-M but after the digital TV we drop this old analog system, we don't use neither PAL-M or NTSC systems anymore.
    Does this still mater with HDTV at your region? Just asking.
    Last edited by amaipaipai; 30th Dec 2018 at 15:24.
    Quote Quote  
  29. Originally Posted by amaipaipai View Post
    Those are the export settings, we need Vegas Preferences/Settings.

    By the way, why are you using PAL? Do you live in a PAL Region? 50 Hz AC?
    I live in a 60 Hz country, our analog color system was PAL-M but after the digital TV we drop this old analog system, we don't use neither PAL-M or NTSC systems.
    Does this still mater with HDTV at your region? Just asking.
    I'm not an expert on PAL, so I can't really comment on this paticular issue. All I know is if I choose something other than PAL, I get options for different frame rates:

    Click image for larger version

Name:	567978897.png
Views:	259
Size:	32.4 KB
ID:	47685


    These are the Sony Vegas FX settings that I usually use. I try to keep things simple. The only thing I modify is the color curves, saturation, levels, and contrast. That's about it.

    Color Curves
    Click image for larger version

Name:	color_curves.png
Views:	328
Size:	40.6 KB
ID:	47686

    Saturation/Levels
    Click image for larger version

Name:	Sautration.png
Views:	186
Size:	60.3 KB
ID:	47687

    Contrast
    Click image for larger version

Name:	contrast.png
Views:	170
Size:	37.1 KB
ID:	47688
    Quote Quote  
  30. Do you really need to change your Curves, Saturation and Contrast levels? Do you understand that if you change that you change all your color and level values.
    Can you reset them to default?
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!