mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-06-16 04:32:47 +02:00
104 lines
5.4 KiB
HTML
104 lines
5.4 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>hash_fingerprint</title>
|
|
<meta name="generator" content="Jekyll v3.10.0" />
|
|
<meta property="og:title" content="hash_fingerprint" />
|
|
<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%20copy/utilities/hash_fingerprint.html" />
|
|
<meta property="og:url" content="http://localhost:4000/videobeaux/programs%20copy/utilities/hash_fingerprint.html" />
|
|
<meta property="og:type" content="website" />
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta property="twitter:title" content="hash_fingerprint" />
|
|
<script type="application/ld+json">
|
|
{"@context":"https://schema.org","@type":"WebPage","description":"The friendly multilateral video toolkit built for artists by artists.","headline":"hash_fingerprint","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:4000/videobeaux/assets/img/videobeaux.png"}},"url":"http://localhost:4000/videobeaux/programs%20copy/utilities/hash_fingerprint.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="hash_fingerprint">hash_fingerprint</h1>
|
|
|
|
<h2 id="description">Description</h2>
|
|
|
|
<p>Creates unique perceptual or checksum-style fingerprints of a video for identification, comparison, or deduplication</p>
|
|
|
|
<h2 id="arguments">Arguments</h2>
|
|
|
|
<ul>
|
|
<li><code class="language-plaintext highlighter-rouge">recursive</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">exts</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">file_hashes</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">stream_hash</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">framemd5</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">phash</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">phash_fps</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">phash_size</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">catalog</code></li>
|
|
<li><code class="language-plaintext highlighter-rouge">stream_kind</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> hash_fingerprint <span class="nt">-i</span> input.mp4 <span class="nt">-o</span> output.mp4 <span class="nt">--recursive</span> VALUE <span class="nt">--exts</span> VALUE <span class="nt">--file_hashes</span> VALUE <span class="nt">--stream_hash</span> VALUE <span class="nt">--framemd5</span> VALUE <span class="nt">--phash</span> VALUE <span class="nt">--phash_fps</span> VALUE <span class="nt">--phash_size</span> VALUE <span class="nt">--catalog</span> VALUE <span class="nt">--stream_kind</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> hash_fingerprint <span class="nt">-i</span> myvideo.mp4 <span class="nt">-o</span> hash_fingerprint_styled.mp4 <span class="nt">--recursive</span> EXAMPLE <span class="nt">--exts</span> EXAMPLE <span class="nt">--file_hashes</span> EXAMPLE <span class="nt">--stream_hash</span> EXAMPLE <span class="nt">--framemd5</span> EXAMPLE <span class="nt">--phash</span> EXAMPLE <span class="nt">--phash_fps</span> EXAMPLE <span class="nt">--phash_size</span> EXAMPLE <span class="nt">--catalog</span> EXAMPLE <span class="nt">--stream_kind</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>
|