mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-05 15:30:02 +01:00
131 lines
5.7 KiB
HTML
131 lines
5.7 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>Example #1</title>
|
|
<meta name="generator" content="Jekyll v3.10.0" />
|
|
<meta property="og:title" content="Example #1" />
|
|
<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/basic-examples.html" />
|
|
<meta property="og:url" content="http://localhost:4000/videobeaux/basic-examples.html" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta property="twitter:title" content="Example #1" />
|
|
<script type="application/ld+json">
|
|
{"@context":"https://schema.org","@type":"WebPage","description":"The friendly multilateral video toolkit built for artists by artists.","headline":"Example #1","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/videobeaux/assets/img/videobeaux.png"}},"url":"http://localhost:4000/videobeaux/basic-examples.html"}</script>
|
|
<!-- End Jekyll SEO tag -->
|
|
|
|
<link rel="stylesheet" href="/videobeaux/assets/css/style.css?v=fd2a142f7568a4ae27b97c74f7f874f5075eb259">
|
|
<!--[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="example-1">Example #1</h1>
|
|
|
|
<h2 id="usage">Usage</h2>
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="nt">--program</span> PROGRAM <span class="nt">--input</span> INPUT_FILE <span class="nt">--output</span> OUTPUT_FILE
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="practical">Practical</h2>
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="se">\</span>
|
|
<span class="nt">--program</span> bad_predator <span class="se">\</span>
|
|
<span class="nt">--input</span> example.mp4 <span class="se">\</span>
|
|
<span class="nt">--output</span> example_bp.mp4
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="output">Output</h2>
|
|
<video controls="" width="50%">
|
|
<source src="https://github.com/user-attachments/assets/fe45aa80-9878-4d15-bc64-87dd25071855" type="video/mp4" />
|
|
</video>
|
|
|
|
<h1 id="example-2">Example #2</h1>
|
|
|
|
<h2 id="usage-1">Usage</h2>
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="nt">--program</span> PROGRAM <span class="nt">--input</span> INPUT_FILE <span class="nt">--output</span> OUTPUT_FILE <span class="nt">--args</span> ARGUMENTS
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="practical-1">Practical</h2>
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="se">\</span>
|
|
<span class="nt">--program</span> stutter_pro <span class="se">\</span>
|
|
<span class="nt">-i</span> example.mp4 <span class="se">\</span>
|
|
<span class="nt">-o</span> stutter_example.mp4 <span class="se">\</span>
|
|
<span class="nt">--stutter</span> 2
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="output-1">Output</h2>
|
|
<video controls="" width="50%">
|
|
<source src="https://github.com/user-attachments/assets/fec22179-8e40-49e5-b591-c9d5fb07e31b" type="video/mp4" />
|
|
</video>
|
|
|
|
<h1 id="example-3">Example #3</h1>
|
|
|
|
<h2 id="usage-2">Usage</h2>
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="nt">--program</span> PROGRAM <span class="nt">--input</span> INPUT_FILE <span class="nt">--output</span> OUTPUT_FILE <span class="nt">--chain</span> CHAIN
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="practical-2">Practical</h2>
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="se">\</span>
|
|
<span class="nt">--program</span> chain_builder <span class="se">\</span>
|
|
<span class="nt">--input</span> example.mp4 <span class="se">\</span>
|
|
<span class="nt">--output</span> chainedoutput.mp4 <span class="se">\</span>
|
|
<span class="nt">--chain</span> rb_blur,soapblind,lsd_feedback <span class="se">\</span>
|
|
<span class="nt">--force</span>
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="output-2">Output</h2>
|
|
<video controls="" width="50%">
|
|
<source src="https://github.com/user-attachments/assets/ac321c77-4757-4846-b838-6847472e7e09" type="video/mp4" />
|
|
</video>
|
|
|
|
|
|
</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>
|