193 lines
7.2 KiB
HTML
193 lines
7.2 KiB
HTML
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Manual — MediaCurator documentation</title>
|
|
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
|
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
|
|
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
|
|
<script src="../_static/jquery.js"></script>
|
|
<script src="../_static/underscore.js"></script>
|
|
<script src="../_static/doctools.js"></script>
|
|
<script src="../_static/language_data.js"></script>
|
|
<link rel="shortcut icon" href="../_static/favicon.ico"/>
|
|
<link rel="index" title="Index" href="../genindex.html" />
|
|
<link rel="search" title="Search" href="../search.html" />
|
|
<link rel="next" title="Use cases" href="use_cases.html" />
|
|
<link rel="prev" title="Quickstart" href="quickstart.html" />
|
|
|
|
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
|
|
|
|
</head><body>
|
|
|
|
|
|
<div class="document">
|
|
<div class="documentwrapper">
|
|
<div class="bodywrapper">
|
|
|
|
|
|
<div class="body" role="main">
|
|
|
|
<div class="section" id="manual">
|
|
<h1>Manual<a class="headerlink" href="#manual" title="Permalink to this headline">¶</a></h1>
|
|
<div class="section" id="name">
|
|
<h2>Name<a class="headerlink" href="#name" title="Permalink to this headline">¶</a></h2>
|
|
<blockquote>
|
|
<div><p>MediaCurator</p>
|
|
</div></blockquote>
|
|
</div>
|
|
<div class="section" id="synopsis">
|
|
<h2>Synopsis<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h2>
|
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./curator.py <span class="o">[</span>list,convert<span class="o">]</span> <span class="o">[</span>-del<span class="o">]</span>
|
|
<span class="o">[</span>-in:any,avi,mkv,wmv,mpg,mp4,m4v,flv,vid<span class="o">]</span>
|
|
<span class="o">[</span>-filters:fferror,old,lowres,hd,720p,1080p,uhd,mpeg,mpeg4,x264,wmv3,wmv<span class="o">]</span>
|
|
<span class="o">[</span>-out:mkv/mp4,x265/av1<span class="o">]</span>
|
|
<span class="o">[</span>-print:list,formated,verbose<span class="o">]</span>
|
|
<span class="o">[</span>-dir/-files:<span class="s2">"/mnt/media/"</span>,,<span class="s2">"/mnt/media2/"</span><span class="o">]</span>
|
|
</pre></div>
|
|
</div>
|
|
</div>
|
|
<div class="section" id="description">
|
|
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline">¶</a></h2>
|
|
</div>
|
|
<div class="section" id="options">
|
|
<h2>Options<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h2>
|
|
<p>list</p>
|
|
<p>convert</p>
|
|
<p>-del:</p>
|
|
<dl class="simple">
|
|
<dt>-in:</dt><dd><p>[any,avi,mkv,wmv,mpg,mp4,m4v,flv,vid]</p>
|
|
</dd>
|
|
<dt>-filters:</dt><dd><p>[fferror,old,lowres,hd,720p,1080p,uhd,mpeg,mpeg4,x264,wmv3,wmv]</p>
|
|
</dd>
|
|
<dt>-out:</dt><dd><p>[mkv/mp4,x265/av1]</p>
|
|
</dd>
|
|
<dt>-print:</dt><dd><p>[list,formated,verbose]</p>
|
|
</dd>
|
|
<dt>-dir:</dt><dd><p>[“/mnt/media/”,,”/mnt/media2/”]</p>
|
|
</dd>
|
|
<dt>-files:</dt><dd><p>[“/mnt/media/video.avi”,,”/mnt/media2/video2.mp4”]</p>
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<div class="section" id="examples">
|
|
<h2>Examples<a class="headerlink" href="#examples" title="Permalink to this headline">¶</a></h2>
|
|
</div>
|
|
<div class="section" id="see-also">
|
|
<h2>See Also<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h2>
|
|
</div>
|
|
<div class="section" id="author">
|
|
<h2>Author<a class="headerlink" href="#author" title="Permalink to this headline">¶</a></h2>
|
|
<p>Fabrice Quenneville</p>
|
|
<p><strong>for multiple files or filenames use double comma separated values “,,”</strong></p>
|
|
<p>default options are:</p>
|
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>-in:any
|
|
-filters:
|
|
-out:mkv,x265
|
|
-print:list
|
|
</pre></div>
|
|
</div>
|
|
<p>Examples:</p>
|
|
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>./curator.py list -filters:old -print:formated -dir:/mnt/media/ >> ../medlist.txt
|
|
./curator.py convert -del -filters:mpeg4 -out:av1,mp4 -dir:<span class="s2">"/mnt/media/Movies/"</span>
|
|
./curator.py convert -del -in:avi,mpg -print:formated,verbose -dir:/mnt/media/
|
|
</pre></div>
|
|
</div>
|
|
<p>Synopsis</p>
|
|
<p>Description</p>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
|
|
<div class="sphinxsidebarwrapper">
|
|
<p class="logo"><a href="../index.html">
|
|
<img class="logo" src="../_static/mclogo4x.png" alt="Logo"/>
|
|
</a></p>
|
|
<h1 class="logo"><a href="../index.html">MediaCurator</a></h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h3>Navigation</h3>
|
|
<p class="caption"><span class="caption-text">Contents:</span></p>
|
|
<ul class="current">
|
|
<li class="toctree-l1"><a class="reference internal" href="warnings.html">Warnings</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="quickstart.html">Quickstart</a></li>
|
|
<li class="toctree-l1 current"><a class="current reference internal" href="#">Manual</a><ul>
|
|
<li class="toctree-l2"><a class="reference internal" href="#name">Name</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#synopsis">Synopsis</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#description">Description</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#options">Options</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#examples">Examples</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#see-also">See Also</a></li>
|
|
<li class="toctree-l2"><a class="reference internal" href="#author">Author</a></li>
|
|
</ul>
|
|
</li>
|
|
<li class="toctree-l1"><a class="reference internal" href="use_cases.html">Use cases</a></li>
|
|
<li class="toctree-l1"><a class="reference internal" href="errors.html">Errors</a></li>
|
|
</ul>
|
|
|
|
<div class="relations">
|
|
<h3>Related Topics</h3>
|
|
<ul>
|
|
<li><a href="../index.html">Documentation overview</a><ul>
|
|
<li>Previous: <a href="quickstart.html" title="previous chapter">Quickstart</a></li>
|
|
<li>Next: <a href="use_cases.html" title="next chapter">Use cases</a></li>
|
|
</ul></li>
|
|
</ul>
|
|
</div>
|
|
<div id="searchbox" style="display: none" role="search">
|
|
<h3 id="searchlabel">Quick search</h3>
|
|
<div class="searchformwrapper">
|
|
<form class="search" action="../search.html" method="get">
|
|
<input type="text" name="q" aria-labelledby="searchlabel" />
|
|
<input type="submit" value="Go" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<script>$('#searchbox').show(0);</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="clearer"></div>
|
|
</div>
|
|
<div class="footer">
|
|
©2020, Fabrice Quenneville.
|
|
|
|
|
|
|
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.3.1</a>
|
|
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
|
|
|
|
|
|
|
<a href="../_sources/usage/manual.rst.txt"
|
|
rel="nofollow">Page source</a>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</html> |