Difference between revisions of "Documentation:Modules/caca"
Jump to navigation
Jump to search
m |
(→Source code: New section, move example usage into the expected section) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Module|name=caca|type=Video output|description=Colored ASCII Art video output}} | + | {{Image requested}} |
+ | {{Module|name=caca|type=Video output|first_version=0.7.0|description=Colored ASCII Art video output}} | ||
Output video with colored text instead of the image. Uses [http://libcaca.zoy.org/ libcaca]. | Output video with colored text instead of the image. Uses [http://libcaca.zoy.org/ libcaca]. | ||
{{clear}} | {{clear}} | ||
− | + | == Usage == | |
− | % '''vlc --vout caca somevideo.avi''' | + | {{%}} '''vlc --vout caca somevideo.avi''' |
− | {{ | + | == Source code == |
+ | * {{VLCSourceFile|modules/video_output/caca.c}} | ||
− | {{Documentation}} | + | {{Documentation footer}} |
Latest revision as of 08:57, 9 March 2019
Module: caca | |
---|---|
Type | Video output |
First VLC version | 0.7.0 |
Last VLC version | - |
Operating system(s) | all |
Description | Colored ASCII Art video output |
Shortcut(s) | - |
Output video with colored text instead of the image. Uses libcaca.
Usage
% vlc --vout caca somevideo.avi
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.