mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-13 00:42:47 +01:00
new style
This commit is contained in:
parent
cdfb3f7365
commit
74f0a6678b
10
index.html
10
index.html
@ -103,14 +103,14 @@
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<!-- where the text goes -->
|
<!-- where the text goes -->
|
||||||
<div class="well">
|
<div class="well">
|
||||||
<h2>ffmpeg -i {path/inputfile.extension} -f image2 -vf fps=fps=1/60 out%d.png</h2>
|
<h3>Many thumbnails</h3>
|
||||||
</div>
|
<p>
|
||||||
|
<code>ffmpeg -i {path/inputfile.extension} -f image2 -vf fps=fps=1/60 out%d.png
|
||||||
|
</code>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div class="well">
|
|
||||||
<p>This will grab a thumbnail every minute and output sequential png files.</p>
|
<p>This will grab a thumbnail every minute and output sequential png files.</p>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="well">
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>ffmpeg: calls the program</li>
|
<li>ffmpeg: calls the program</li>
|
||||||
<li>-i for input</li>
|
<li>-i for input</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user