-
Notifications
You must be signed in to change notification settings - Fork 0
/
acssii.html
159 lines (103 loc) · 5.63 KB
/
acssii.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>Ascii art con mplayer</title>
<head>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://unpkg.com/nes.css/css/nes.css" rel="stylesheet" />
<link href="https://unpkg.com/nes.css@2.2.0/css/nes.min.css" rel="stylesheet" />
<!-- latest -->
<link href="https://unpkg.com/nes.css@latest/css/nes.min.css" rel="stylesheet" />
<!-- core style only -->
<link href="https://unpkg.com/nes.css/css/nes-core.min.css" rel="stylesheet" />
<link href="css/estilo.css" rel="stylesheet" />
</head>
<body>
<a href="index.html" > <h1 class="titulo">Noisk8</h1></a>
<p></p>
<p class="izquierda">Ascii art con mplater</p>
<! MENU -->
<div class="izquierda">
<a href="bio.html" ><button type="button" class="nes-btn is-success">bio</button> </a>
<a href="livecoding.html" ><button type="button" class="nes-btn is-primary">Livecoding</button> </a>
<a href="imagenes_ai.html" ><button type="button" class="nes-btn is-warning">Imagenes AI </button> </a>
<a href="rsbs.html" ><button type="button" class="nes-btn is-error">RSBS</button> </a>
<!-- <a href="2013.html" ><button type="button" class="nes-btn is-primary">2013</button> </a>
<a href="2014.html" ><button type="button" class="nes-btn is-primary">2014</button> </a> -->
<a href="ruidoterapias.html" ><button type="button" class="nes-btn is-success">Radio volketa interestelar</button> </a>
<a href="proyectos.html" ><button type="button" class="nes-btn is-error">Proyectos</button> </a>
</div>
<!FIN DE MENU -->
<p></p>
<div class="ambas">
<p></p>
<div class="ambas">
<div class="nes-container is-rounded is-dark">
<center>
<img src="2012.png" alt="Smiley face" height="350" width="500">
</center>
</div>
<div class="nes-container is-dark with-title">
<a href="acssii.html"> <p class="title"> Acssii art con mplayer </p> </a>
<p>Visualización de vídeo en consola, formas no estándar de reproducción de vídeo. Mplayer + AAlib, libcaca, matrixview, strapon, bdsm.</p>
<center>
<img src="img/asi.png" alt="Smiley face" height="350" width="500">
<p></p>
<span class="nes-text is-success">Para Instalar en linux</span>
<p></p>
<span class="nes-text is-error"> sudo apt install mplayer</span>
<p></p>
<p>El reproductor tiene una biblioteca AAlib que le permite mostrar los gráficos en forma de texto utilizando el renderizador ASCII.</p>
<p></p>
<span class="nes-text is-error">mplayer -vo aa video.mp4</span>
<p></p>
<img src="img/acssii1.png" alt="Smiley face" height="350" width="500">
<p></p>
<p>En mi ordenador, por alguna razón, sólo se mostraba la mitad izquierda del vídeo, es decir, el vídeo estaba recortado en anchura. Este tipo de manipulación me ayudó:</p>
<p></p>
<span class="nes-text is-error">mplayer -vo aa -monitorpixelaspect 0.5 video.mp4</span>
<p></p>
<img src="img/acssii2.png" alt="Smiley face" height="350" width="500">
<p></p>
<span class="nes-text is-success">Visualización de vídeo en color con gráficos ASCII.</span>
<h3></h3>
<p>Libcaca es otra librería utilizada en mplayer para renderizar vídeo en gráficos ASCII. Se diferencia de AAlib en que soporta 16 colores y 256 pares de colores. Pero libcaca tiene algunas desventajas - no hay ajuste de brillo y contraste</p>
<span class="nes-text is-error">mplayer -vo caca video.mp4</span>
<p></p>
<img src="img/asi.png" alt="Smiley face" height="350" width="500">
<p></p>
<span class="nes-text is-success">Reproducción de vídeo estilo matrix </span>
<p></p>
<p>Matrixview es una biblioteca de reproductores que le permite ver vídeo en gráficos casi ASCII - en lugar de píxeles - la matriz. Desafortunadamente, no encontré ningún ajuste de contraste y brillo en él, y con los ajustes por defecto el vídeo resulta ser bastante pálido</p>
<p></p>
<span class="nes-text is-error">mplayer -vo matrixview video.mp4</span>
<p></p>
<img src="img/acssii3.png" alt="Smiley face" height="350" width="500">
</center>
</div>
</div>
<!REDES -->
<div class="abajo">
<div class="ambas ">
<center>
<section class="icon-list">
<!-- twitter -->
<a href="https://twitter.com/noisk8" target="_blank"> <i class="nes-icon twitter is-large"></i> </a>
<!-- facebook -->
<a href="https://www.facebook.com/noisk8" target="_blank"> <i class="nes-icon facebook is-large"></i></a>
<!-- instagram -->
<a href="https://www.instagram.com/_noisk8_/" target="_blank"> <i class="nes-icon instagram is-large"></i></a>
<!-- github -->
<a href="https://github.com/Noisk8" target="_blank"> <i class="nes-icon github is-large"></i> </a>
<!-- gmail -->
<a href="https://twitter.com/noisk8" target="_blank"> <i class="nes-icon gmail is-large"></i> </a>
<a href="https://www.twitch.tv/noisk8"> <i class="nes-icon twitch is-large " target="_blank" ></i> </a>
<!-- youtube -->
<a href="https://www.youtube.com/channel/UCymxCcnQzazSrHNw4fco6Cg?view_as=subscriber" target="_blank"><i class="nes-icon youtube is-large"></i> </a>
</section>
</center>
</div>
</div>
</div>
</body>
</html>