mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-11 12:22:35 +02:00
151 lines
6.9 KiB
HTML
151 lines
6.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Begin Jekyll SEO tag v2.8.0 -->
|
|
<title>double_cup</title>
|
|
<meta name="generator" content="Jekyll v3.10.0" />
|
|
<meta property="og:title" content="double_cup" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta name="description" content="The friendly multilateral video toolkit built for artists by artists." />
|
|
<meta property="og:description" content="The friendly multilateral video toolkit built for artists by artists." />
|
|
<link rel="canonical" href="http://localhost:4000/videobeaux/programs/effects/double_cup.html" />
|
|
<meta property="og:url" content="http://localhost:4000/videobeaux/programs/effects/double_cup.html" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta property="twitter:title" content="double_cup" />
|
|
<script type="application/ld+json">
|
|
{"@context":"https://schema.org","@type":"WebPage","description":"The friendly multilateral video toolkit built for artists by artists.","headline":"double_cup","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/videobeaux/assets/img/videobeaux.png"}},"url":"http://localhost:4000/videobeaux/programs/effects/double_cup.html"}</script>
|
|
<!-- End Jekyll SEO tag -->
|
|
|
|
<link rel="stylesheet" href="/videobeaux/assets/css/style.css?v=5e23701ed3967d38bab12937d79f95fae74b2a53">
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
<![endif]-->
|
|
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
|
|
|
|
<!-- Setup Google Analytics -->
|
|
|
|
|
|
|
|
<!-- You can set your favicon here -->
|
|
<!-- link rel="shortcut icon" type="image/x-icon" href="/videobeaux/favicon.ico" -->
|
|
|
|
<!-- end custom head snippets -->
|
|
|
|
</head>
|
|
<body>
|
|
<div class="wrapper">
|
|
<header>
|
|
<h1><a href="http://localhost:4000/videobeaux/">videobeaux</a></h1>
|
|
|
|
|
|
<img src="/videobeaux/assets/img/videobeaux.png" alt="Logo" />
|
|
|
|
|
|
<p>The friendly multilateral video toolkit built for artists by artists.</p>
|
|
|
|
|
|
<p class="view"><a href="https://github.com/schwwaaa/videobeaux">View the Project on GitHub <small>schwwaaa/videobeaux</small></a></p>
|
|
|
|
|
|
|
|
|
|
|
|
</header>
|
|
<section>
|
|
|
|
<h1 id="double_cup">double_cup</h1>
|
|
<p>:contentReference[oaicite:1]{index=1}</p>
|
|
|
|
<h2 id="description">Description</h2>
|
|
<p>Applies a syrupy, slowed, woozy audiovisual effect reminiscent of “purple drank” aesthetics.<br />
|
|
The look emphasizes heavy color bleeding, slowed-feeling motion, chromatic haze, and a dreamlike viscosity often associated with chopped-and-screwed culture or psychedelic video distortion.</p>
|
|
|
|
<h2 id="purpose">Purpose</h2>
|
|
<p><code class="language-plaintext highlighter-rouge">double_cup</code> is ideal for creators who want to:</p>
|
|
<ul>
|
|
<li>introduce trippy, codeine-inspired visual atmosphere,</li>
|
|
<li>slow or drag the <em>feeling</em> of motion without modifying frame rate,</li>
|
|
<li>add soft-focus color diffusion with deep purples and magentas,</li>
|
|
<li>evoke vaporwave, cloud-rap, chopped/screwed, or intoxicated digital moods,</li>
|
|
<li>distort clarity into a smeared, syrup-soaked texture.</li>
|
|
</ul>
|
|
|
|
<h2 id="how-it-works">How It Works</h2>
|
|
<ol>
|
|
<li><strong>Color Drenching</strong><br />
|
|
Highlights and midtones are pushed toward purple, pink, and magenta tones.</li>
|
|
<li><strong>Soft Haze / Bloom</strong><br />
|
|
The image takes on a velvety, low-contrast haze that reduces sharp edges.</li>
|
|
<li><strong>Viscous Motion Sensation</strong><br />
|
|
Motion may <em>feel</em> slower due to subtle temporal diffusion and blending, even if FPS remains constant.</li>
|
|
<li><strong>Contrast Flattening</strong><br />
|
|
Dark areas may lift while bright areas smear into a syrup-glow.</li>
|
|
<li><strong>Encoding</strong><br />
|
|
Output is written using global Videobeaux codec and quality settings.</li>
|
|
</ol>
|
|
|
|
<h2 id="program-template">Program Template</h2>
|
|
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux -P double_cup \
|
|
-i input.mp4 \
|
|
-o output.mp4
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="arguments">Arguments</h2>
|
|
<ul>
|
|
<li><em>(No additional program-specific arguments; uses global videobeaux options only.)</em></li>
|
|
</ul>
|
|
|
|
<h2 id="real-world-example">Real World Example</h2>
|
|
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux -P double_cup \
|
|
-i myvideo.mp4 \
|
|
-o double_cup_styled.mp4
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="program-output">Program Output</h2>
|
|
<video controls="" preload="metadata" style="max-width:100%; border-radius:8px; margin:1em 0;">
|
|
<source src="https://github.com/schwwaaa/videobeaux/assets/7625379/83d30a18-40d1-42e4-aff3-dbd50d67a7d1" type="video/mp4" />
|
|
Your browser does not support the video tag.
|
|
</video>
|
|
|
|
<h2 id="technical-notes">Technical Notes</h2>
|
|
<ul>
|
|
<li>The effect pairs best with footage containing midtone gradients or neon lighting.</li>
|
|
<li>Compression interacts strongly with this aesthetic — higher CRF values intensify smearing and color wash.</li>
|
|
<li>Strong purples and pinks may clip if global gamma settings are aggressive; consider pre-processing with <code class="language-plaintext highlighter-rouge">gamma_fix</code>.</li>
|
|
<li>Works especially well in music video contexts.</li>
|
|
</ul>
|
|
|
|
<h2 id="recommended-usage">Recommended Usage</h2>
|
|
<ul>
|
|
<li>Vaporwave, cloud rap, chopped-and-screwed visuals.</li>
|
|
<li>Psychedelic edits and dream-sequence overlays.</li>
|
|
<li>Live VJ loops and projection-mapped environments.</li>
|
|
<li>Mood-setting transitions between high-energy and slow-motion scenes.</li>
|
|
</ul>
|
|
|
|
<h2 id="quality-tips">Quality Tips</h2>
|
|
<ul>
|
|
<li>Use a lower CRF (higher quality) to retain smooth haze gradients.</li>
|
|
<li>Combine with <code class="language-plaintext highlighter-rouge">blur_pix</code> or <code class="language-plaintext highlighter-rouge">bad_contrast</code> for more degraded, syrup-soaked textures.</li>
|
|
<li>For extreme purple saturation, apply <code class="language-plaintext highlighter-rouge">lut_apply</code> with a magenta-heavy LUT before this effect.</li>
|
|
<li>If the image feels too dark, pair with <code class="language-plaintext highlighter-rouge">gamma_fix</code> for lifted midtones before applying <code class="language-plaintext highlighter-rouge">double_cup</code>.</li>
|
|
</ul>
|
|
|
|
|
|
</section>
|
|
<footer>
|
|
|
|
<p>This project is maintained by <a href="https://github.com/schwwaaa">schwwaaa</a></p>
|
|
|
|
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
|
|
</footer>
|
|
</div>
|
|
<script src="/videobeaux/assets/js/scale.fix.js"></script>
|
|
</body>
|
|
</html>
|