Difference between revisions of "VLC HowTo/Adjust image settings"
Jump to navigation
Jump to search
(→Qt Interface: Add section) |
(Expand) |
||
Line 1: | Line 1: | ||
{{howto|adjust image settings including brightness and contrast|nosort=yes}} | {{howto|adjust image settings including brightness and contrast|nosort=yes}} | ||
− | + | == Graphical == | |
+ | Graphical approaches are the easiest but also the most variable because you have to look in different places depending on your [[interface]]. What this approach will do is globally change the hue, brightness, contrast, saturation or gamma for ''every'' video you play in VLC, perhaps for color-correction purposes. If you want to play a single video with different image settings, you should look at the [[command line]] approach. | ||
+ | |||
+ | Older versions of VLC required different steps (VLC versions <= 0.9.0 used [[wxWidgets Interface]]). | ||
'''Modern VLC installations for Windows and Linux use [[Qt interface|Qt]], Mac installations use the OS X interface.''' | '''Modern VLC installations for Windows and Linux use [[Qt interface|Qt]], Mac installations use the OS X interface.''' | ||
− | == Qt Interface == | + | === Qt Interface === |
# In the menu bar, select "Tools" and then "Effects and Filters". | # In the menu bar, select "Tools" and then "Effects and Filters". | ||
# Select the "Video Effects" tab and then "Essential" subtab. | # Select the "Video Effects" tab and then "Essential" subtab. | ||
# Tick the "Image adjust" checkbox and move the slider for the setting you want to change. | # Tick the "Image adjust" checkbox and move the slider for the setting you want to change. | ||
# Hue, Brightness, Contrast, Saturation, and Gamma may be adjusted. | # Hue, Brightness, Contrast, Saturation, and Gamma may be adjusted. | ||
− | Changes take effect immediately. | + | Changes take effect immediately for every video. |
+ | |||
+ | === OS X Interface === | ||
+ | TODO | ||
− | == | + | == Command-line == |
{{VSG}} | {{VSG}} | ||
{{DEFAULTSORT:Image}} | {{DEFAULTSORT:Image}} |
Revision as of 03:46, 19 January 2019
This page describes how to adjust image settings including brightness and contrast. | Other "how to" pages |
Graphical
Graphical approaches are the easiest but also the most variable because you have to look in different places depending on your interface. What this approach will do is globally change the hue, brightness, contrast, saturation or gamma for every video you play in VLC, perhaps for color-correction purposes. If you want to play a single video with different image settings, you should look at the command line approach.
Older versions of VLC required different steps (VLC versions <= 0.9.0 used wxWidgets Interface). Modern VLC installations for Windows and Linux use Qt, Mac installations use the OS X interface.
Qt Interface
- In the menu bar, select "Tools" and then "Effects and Filters".
- Select the "Video Effects" tab and then "Essential" subtab.
- Tick the "Image adjust" checkbox and move the slider for the setting you want to change.
- Hue, Brightness, Contrast, Saturation, and Gamma may be adjusted.
Changes take effect immediately for every video.
OS X Interface
TODO
Command-line
This page is part of the informal VLC Support Guide.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.