Added mpeg
This commit is contained in:
parent
75570b3638
commit
44bf4fef04
@ -30,6 +30,7 @@ The source code can be found on `GitHub <https://github.com/fabquenneville/Media
|
||||
:maxdepth: 1
|
||||
:caption: Release Notes:
|
||||
|
||||
releasenotes/0.0.10-changelog
|
||||
releasenotes/0.0.9-changelog
|
||||
releasenotes/0.0.8-changelog
|
||||
releasenotes/0.0.7-changelog
|
||||
|
||||
53
docs/_sources/releasenotes/0.0.10-changelog.rst.txt
Normal file
53
docs/_sources/releasenotes/0.0.10-changelog.rst.txt
Normal file
@ -0,0 +1,53 @@
|
||||
=================================
|
||||
MediaCurator 0.0.10 Release Notes
|
||||
=================================
|
||||
|
||||
Highlights
|
||||
==========
|
||||
|
||||
Added support to mpeg filetype.
|
||||
|
||||
Dropped Support
|
||||
===============
|
||||
|
||||
Future Changes
|
||||
==============
|
||||
|
||||
* More filters
|
||||
* Test AV1 Support
|
||||
* Prepare API for GUI
|
||||
|
||||
Compatibility notes
|
||||
===================
|
||||
|
||||
Python Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested on Python 3.7 - 3.9.7
|
||||
|
||||
FFMPEG Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.4.1
|
||||
|
||||
OS Support
|
||||
----------
|
||||
|
||||
Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows
|
||||
|
||||
New Features
|
||||
============
|
||||
|
||||
|
||||
|
||||
Improvements
|
||||
============
|
||||
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
|
||||
|
||||
Deprecations
|
||||
============
|
||||
@ -1,5 +1,5 @@
|
||||
================================
|
||||
MediaCurator 0.0.8 Release Notes
|
||||
MediaCurator 0.0.9 Release Notes
|
||||
================================
|
||||
|
||||
Highlights
|
||||
|
||||
11
docs/_static/pygments.css
vendored
11
docs/_static/pygments.css
vendored
@ -1,8 +1,8 @@
|
||||
pre { line-height: 125%; margin: 0; }
|
||||
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
|
||||
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
|
||||
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
|
||||
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
|
||||
pre { line-height: 125%; }
|
||||
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
||||
span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
||||
td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
||||
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
||||
.highlight .hll { background-color: #ffffcc }
|
||||
.highlight { background: #f8f8f8; }
|
||||
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
|
||||
@ -54,6 +54,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px
|
||||
.highlight .nt { color: #004461; font-weight: bold } /* Name.Tag */
|
||||
.highlight .nv { color: #000000 } /* Name.Variable */
|
||||
.highlight .ow { color: #004461; font-weight: bold } /* Operator.Word */
|
||||
.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
|
||||
.highlight .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
|
||||
.highlight .mb { color: #990000 } /* Literal.Number.Bin */
|
||||
.highlight .mf { color: #990000 } /* Literal.Number.Float */
|
||||
|
||||
@ -66,7 +66,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -78,7 +78,8 @@
|
||||
<div class="toctree-wrapper compound">
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
@ -119,7 +120,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
BIN
docs/objects.inv
BIN
docs/objects.inv
Binary file not shown.
@ -107,7 +107,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
160
docs/releasenotes/0.0.10-changelog.html
Normal file
160
docs/releasenotes/0.0.10-changelog.html
Normal file
@ -0,0 +1,160 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<title>MediaCurator 0.0.10 Release Notes — MediaCurator documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
|
||||
<script src="../_static/jquery.js"></script>
|
||||
<script src="../_static/underscore.js"></script>
|
||||
<script src="../_static/_sphinx_javascript_frameworks_compat.js"></script>
|
||||
<script src="../_static/doctools.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="MediaCurator 0.0.9 Release Notes" href="0.0.9-changelog.html" />
|
||||
<link rel="prev" title="Errors" href="../usage/errors.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">
|
||||
|
||||
<section id="mediacurator-0-0-10-release-notes">
|
||||
<h1>MediaCurator 0.0.10 Release Notes<a class="headerlink" href="#mediacurator-0-0-10-release-notes" title="Permalink to this heading">¶</a></h1>
|
||||
<section id="highlights">
|
||||
<h2>Highlights<a class="headerlink" href="#highlights" title="Permalink to this heading">¶</a></h2>
|
||||
<p>Added support to mpeg filetype.</p>
|
||||
</section>
|
||||
<section id="dropped-support">
|
||||
<h2>Dropped Support<a class="headerlink" href="#dropped-support" title="Permalink to this heading">¶</a></h2>
|
||||
</section>
|
||||
<section id="future-changes">
|
||||
<h2>Future Changes<a class="headerlink" href="#future-changes" title="Permalink to this heading">¶</a></h2>
|
||||
<ul class="simple">
|
||||
<li><p>More filters</p></li>
|
||||
<li><p>Test AV1 Support</p></li>
|
||||
<li><p>Prepare API for GUI</p></li>
|
||||
</ul>
|
||||
</section>
|
||||
<section id="compatibility-notes">
|
||||
<h2>Compatibility notes<a class="headerlink" href="#compatibility-notes" title="Permalink to this heading">¶</a></h2>
|
||||
<section id="python-support">
|
||||
<h3>Python Support<a class="headerlink" href="#python-support" title="Permalink to this heading">¶</a></h3>
|
||||
<p>Mediacurator has been tested on Python 3.7 - 3.9.7</p>
|
||||
</section>
|
||||
<section id="ffmpeg-support">
|
||||
<h3>FFMPEG Support<a class="headerlink" href="#ffmpeg-support" title="Permalink to this heading">¶</a></h3>
|
||||
<p>Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.4.1</p>
|
||||
</section>
|
||||
<section id="os-support">
|
||||
<h3>OS Support<a class="headerlink" href="#os-support" title="Permalink to this heading">¶</a></h3>
|
||||
<p>Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows</p>
|
||||
</section>
|
||||
</section>
|
||||
<section id="new-features">
|
||||
<h2>New Features<a class="headerlink" href="#new-features" title="Permalink to this heading">¶</a></h2>
|
||||
</section>
|
||||
<section id="improvements">
|
||||
<h2>Improvements<a class="headerlink" href="#improvements" title="Permalink to this heading">¶</a></h2>
|
||||
</section>
|
||||
<section id="changes">
|
||||
<h2>Changes<a class="headerlink" href="#changes" title="Permalink to this heading">¶</a></h2>
|
||||
</section>
|
||||
<section id="deprecations">
|
||||
<h2>Deprecations<a class="headerlink" href="#deprecations" title="Permalink to this heading">¶</a></h2>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
</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" role="heading"><span class="caption-text">Usage:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/warnings.html">Warnings</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/installation.html">Installation</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/quickstart.html">Quickstart</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/manual.html">Manual</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/use_cases.html">Use cases</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../usage/errors.html">Errors</a></li>
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.5-changelog.html">MediaCurator 0.0.5 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.4-changelog.html">MediaCurator 0.0.4 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.1-changelog.html">MediaCurator 0.0.1 Release Notes</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="../usage/errors.html" title="previous chapter">Errors</a></li>
|
||||
<li>Next: <a href="0.0.9-changelog.html" title="next chapter">MediaCurator 0.0.9 Release Notes</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" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
|
||||
<input type="submit" value="Go" />
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<script>document.getElementById('searchbox').style.display = "block"</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"></div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
©2020, Fabrice Quenneville.
|
||||
|
||||
|
|
||||
Powered by <a href="http://sphinx-doc.org/">Sphinx 5.0.2</a>
|
||||
& <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.8</a>
|
||||
|
||||
|
|
||||
<a href="../_sources/releasenotes/0.0.10-changelog.rst.txt"
|
||||
rel="nofollow">Page source</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@ -109,7 +109,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -110,7 +110,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -113,7 +113,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -109,7 +109,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.7 Release Notes" href="0.0.7-changelog.html" />
|
||||
<link rel="prev" title="MediaCurator 0.0.8 Release Notes" href="0.0.9-changelog.html" />
|
||||
<link rel="prev" title="MediaCurator 0.0.9 Release Notes" href="0.0.9-changelog.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
|
||||
@ -108,7 +108,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
@ -121,7 +122,7 @@
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="0.0.9-changelog.html" title="previous chapter">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li>Previous: <a href="0.0.9-changelog.html" title="previous chapter">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li>Next: <a href="0.0.7-changelog.html" title="next chapter">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.18.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<title>MediaCurator 0.0.8 Release Notes — MediaCurator documentation</title>
|
||||
<title>MediaCurator 0.0.9 Release Notes — MediaCurator documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="../_static/pygments.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../_static/alabaster.css" />
|
||||
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
|
||||
@ -18,7 +18,7 @@
|
||||
<link rel="index" title="Index" href="../genindex.html" />
|
||||
<link rel="search" title="Search" href="../search.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.8 Release Notes" href="0.0.8-changelog.html" />
|
||||
<link rel="prev" title="Errors" href="../usage/errors.html" />
|
||||
<link rel="prev" title="MediaCurator 0.0.10 Release Notes" href="0.0.10-changelog.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
|
||||
@ -32,8 +32,8 @@
|
||||
<div class="bodywrapper">
|
||||
<div class="body" role="main">
|
||||
|
||||
<section id="mediacurator-0-0-8-release-notes">
|
||||
<h1>MediaCurator 0.0.8 Release Notes<a class="headerlink" href="#mediacurator-0-0-8-release-notes" title="Permalink to this heading">¶</a></h1>
|
||||
<section id="mediacurator-0-0-9-release-notes">
|
||||
<h1>MediaCurator 0.0.9 Release Notes<a class="headerlink" href="#mediacurator-0-0-9-release-notes" title="Permalink to this heading">¶</a></h1>
|
||||
<section id="highlights">
|
||||
<h2>Highlights<a class="headerlink" href="#highlights" title="Permalink to this heading">¶</a></h2>
|
||||
<p>Added support to webm filetype.</p>
|
||||
@ -108,7 +108,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul class="current">
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
@ -121,7 +122,7 @@
|
||||
<h3>Related Topics</h3>
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="../usage/errors.html" title="previous chapter">Errors</a></li>
|
||||
<li>Previous: <a href="0.0.10-changelog.html" title="previous chapter">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li>Next: <a href="0.0.8-changelog.html" title="next chapter">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
@ -95,7 +95,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -17,7 +17,7 @@
|
||||
<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="MediaCurator 0.0.8 Release Notes" href="../releasenotes/0.0.9-changelog.html" />
|
||||
<link rel="next" title="MediaCurator 0.0.10 Release Notes" href="../releasenotes/0.0.10-changelog.html" />
|
||||
<link rel="prev" title="Use cases" href="use_cases.html" />
|
||||
|
||||
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
|
||||
@ -100,7 +100,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
@ -114,7 +115,7 @@
|
||||
<ul>
|
||||
<li><a href="../index.html">Documentation overview</a><ul>
|
||||
<li>Previous: <a href="use_cases.html" title="previous chapter">Use cases</a></li>
|
||||
<li>Next: <a href="../releasenotes/0.0.9-changelog.html" title="next chapter">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li>Next: <a href="../releasenotes/0.0.10-changelog.html" title="next chapter">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -81,7 +81,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -201,7 +201,8 @@ mediacurator convert -del -in:avi,mpg -print:formated,verbose -dirs:/mnt/media/
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -92,7 +92,8 @@ mediacurator convert -del -in:avi,mpg -print:formated,verbose -dirs:/mnt/media/
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -144,7 +144,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -91,7 +91,8 @@
|
||||
</ul>
|
||||
<p class="caption" role="heading"><span class="caption-text">Release Notes:</span></p>
|
||||
<ul>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.10-changelog.html">MediaCurator 0.0.10 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.9-changelog.html">MediaCurator 0.0.9 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.8-changelog.html">MediaCurator 0.0.8 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.7-changelog.html">MediaCurator 0.0.7 Release Notes</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="../releasenotes/0.0.6-changelog.html">MediaCurator 0.0.6 Release Notes</a></li>
|
||||
|
||||
@ -30,6 +30,7 @@ The source code can be found on `GitHub <https://github.com/fabquenneville/Media
|
||||
:maxdepth: 1
|
||||
:caption: Release Notes:
|
||||
|
||||
releasenotes/0.0.10-changelog
|
||||
releasenotes/0.0.9-changelog
|
||||
releasenotes/0.0.8-changelog
|
||||
releasenotes/0.0.7-changelog
|
||||
|
||||
53
docsource/source/releasenotes/0.0.10-changelog.rst
Normal file
53
docsource/source/releasenotes/0.0.10-changelog.rst
Normal file
@ -0,0 +1,53 @@
|
||||
=================================
|
||||
MediaCurator 0.0.10 Release Notes
|
||||
=================================
|
||||
|
||||
Highlights
|
||||
==========
|
||||
|
||||
Added support to mpeg filetype.
|
||||
|
||||
Dropped Support
|
||||
===============
|
||||
|
||||
Future Changes
|
||||
==============
|
||||
|
||||
* More filters
|
||||
* Test AV1 Support
|
||||
* Prepare API for GUI
|
||||
|
||||
Compatibility notes
|
||||
===================
|
||||
|
||||
Python Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested on Python 3.7 - 3.9.7
|
||||
|
||||
FFMPEG Support
|
||||
--------------
|
||||
|
||||
Mediacurator has been tested to work with FFMPEG versions ranging from 4.1.6 to 4.4.1
|
||||
|
||||
OS Support
|
||||
----------
|
||||
|
||||
Mediacurator has been tested to work on various GNU/Linux distribution as well as Windows
|
||||
|
||||
New Features
|
||||
============
|
||||
|
||||
|
||||
|
||||
Improvements
|
||||
============
|
||||
|
||||
|
||||
Changes
|
||||
=======
|
||||
|
||||
|
||||
|
||||
Deprecations
|
||||
============
|
||||
@ -1,5 +1,5 @@
|
||||
================================
|
||||
MediaCurator 0.0.8 Release Notes
|
||||
MediaCurator 0.0.9 Release Notes
|
||||
================================
|
||||
|
||||
Highlights
|
||||
|
||||
@ -89,6 +89,8 @@ class MediaLibrary():
|
||||
videolist += list(path.rglob("*.[fF][lL][vV]"))
|
||||
if "mpg" in self.inputs or "any" in self.inputs or len(self.inputs) < 1:
|
||||
videolist += list(path.rglob("*.[mM][pP][gG]"))
|
||||
if "mpeg" in self.inputs or "any" in self.inputs or len(self.inputs) < 1:
|
||||
videolist += list(path.rglob("*.[mM][pP][eE][gG]"))
|
||||
if "vid" in self.inputs or "any" in self.inputs or len(self.inputs) < 1:
|
||||
videolist += list(path.rglob("*.[vV][iI][dD]"))
|
||||
if "vob" in self.inputs or "any" in self.inputs or len(self.inputs) < 1:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user