Difference between revisions of "Documentation:Modules/sepia"
Jump to navigation
Jump to search
(Create page marked up/adapted from source code/changelog) |
(→Examples: New section) |
||
Line 10: | Line 10: | ||
|description=Intensity of sepia effect | |description=Intensity of sepia effect | ||
}} | }} | ||
+ | |||
+ | == Examples == | ||
+ | {{%}} --video-filter "sepia" video.ogv | ||
+ | {{%}} --video-filter "sepia{intensity=100}" video.ogv | ||
== Source code == | == Source code == |
Latest revision as of 08:34, 22 March 2019
Module: sepia | |
---|---|
Type | Video filter |
First VLC version | 2.0.0 |
Last VLC version | - |
Operating system(s) | all |
Description | Gives video a warmer tone by applying sepia effect |
Shortcut(s) | - |
Options
- sepia-intensity <integer [0 .. 255]> : Intensity of sepia effect default value: 120
Examples
% --video-filter "sepia" video.ogv % --video-filter "sepia{intensity=100}" video.ogv
Source code
This page is part of official VLC media player Documentation (User Guide • Streaming HowTo • Hacker Guide • Modules)
Please read the Documentation Editing Guidelines before you edit the documentation
Please read the Documentation Editing Guidelines before you edit the documentation
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.