mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-18 13:49:59 +01:00
108 lines
5.9 KiB
HTML
108 lines
5.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>frame_interpolate</title>
|
|
<meta name="generator" content="Jekyll v3.10.0" />
|
|
<meta property="og:title" content="frame_interpolate" />
|
|
<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/utilities/frame_interpolate.html" />
|
|
<meta property="og:url" content="http://localhost:4000/videobeaux/programs/utilities/frame_interpolate.html" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta property="twitter:title" content="frame_interpolate" />
|
|
<script type="application/ld+json">
|
|
{"@context":"https://schema.org","@type":"WebPage","description":"The friendly multilateral video toolkit built for artists by artists.","headline":"frame_interpolate","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/videobeaux/assets/img/videobeaux.png"}},"url":"http://localhost:4000/videobeaux/programs/utilities/frame_interpolate.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="frame_interpolate">frame_interpolate</h1>
|
|
|
|
<h2 id="description">Description</h2>
|
|
|
|
<p>Generates smooth slow-motion or higher-FPS video by creating intermediate frames using motion-compensated interpolation</p>
|
|
|
|
<h2 id="arguments">Arguments</h2>
|
|
|
|
<ul>
|
|
<li><code class="language-plaintext highlighter-rouge">outfile</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">engine</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">fps</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">multiplier</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">mi_mode</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">me_mode</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">mc_mode</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">vsbmc</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">scd</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">x264_preset</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">crf</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">copy_audio</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">rife_bin</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">dain_bin</code></li>
|
|
</ul>
|
|
|
|
<h2 id="program-template">Program Template</h2>
|
|
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="nt">-P</span> frame_interpolate <span class="nt">-i</span> input.mp4 <span class="nt">-o</span> output.mp4 <span class="nt">--outfile</span> VALUE <span class="nt">--engine</span> VALUE <span class="nt">--fps</span> VALUE <span class="nt">--multiplier</span> VALUE <span class="nt">--mi_mode</span> VALUE <span class="nt">--me_mode</span> VALUE <span class="nt">--mc_mode</span> VALUE <span class="nt">--vsbmc</span> VALUE <span class="nt">--scd</span> VALUE <span class="nt">--x264_preset</span> VALUE <span class="nt">--crf</span> VALUE <span class="nt">--copy_audio</span> VALUE <span class="nt">--rife_bin</span> VALUE <span class="nt">--dain_bin</span> VALUE
|
|
</code></pre></div></div>
|
|
|
|
<h2 id="real-world-example">Real World Example</h2>
|
|
|
|
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>videobeaux <span class="nt">-P</span> frame_interpolate <span class="nt">-i</span> myvideo.mp4 <span class="nt">-o</span> frame_interpolate_styled.mp4 <span class="nt">--outfile</span> EXAMPLE <span class="nt">--engine</span> EXAMPLE <span class="nt">--fps</span> EXAMPLE <span class="nt">--multiplier</span> EXAMPLE <span class="nt">--mi_mode</span> EXAMPLE <span class="nt">--me_mode</span> EXAMPLE <span class="nt">--mc_mode</span> EXAMPLE <span class="nt">--vsbmc</span> EXAMPLE <span class="nt">--scd</span> EXAMPLE <span class="nt">--x264_preset</span> EXAMPLE <span class="nt">--crf</span> EXAMPLE <span class="nt">--copy_audio</span> EXAMPLE <span class="nt">--rife_bin</span> EXAMPLE <span class="nt">--dain_bin</span> EXAMPLE
|
|
</code></pre></div></div>
|
|
|
|
|
|
</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>
|