mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
Add example images; media queries
This commit is contained in:
parent
c85d6c5874
commit
cdd65fd765
13
css/css.css
13
css/css.css
@ -18,6 +18,7 @@ img {
|
|||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sample-image {
|
.sample-image {
|
||||||
@ -88,3 +89,15 @@ div {
|
|||||||
.footnote {
|
.footnote {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 576px) {
|
||||||
|
img {
|
||||||
|
max-width: 60%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
BIN
img/ivtc_originalvideo.gif
Normal file
BIN
img/ivtc_originalvideo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
img/ivtc_result.gif
Normal file
BIN
img/ivtc_result.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
@ -594,6 +594,12 @@
|
|||||||
The enclosing quote marks are necessary when you use spaces within the filtergraph, e.g. <code>-vf "fieldmatch, yadif, decimate"</code>, and are included above as an example of good practice.</p>
|
The enclosing quote marks are necessary when you use spaces within the filtergraph, e.g. <code>-vf "fieldmatch, yadif, decimate"</code>, and are included above as an example of good practice.</p>
|
||||||
<p>Note that if applying an inverse telecine procedure to a 29.97i file, the output framerate will actually be 23.976fps.</p>
|
<p>Note that if applying an inverse telecine procedure to a 29.97i file, the output framerate will actually be 23.976fps.</p>
|
||||||
<p>This command can also be used to restore other framerates.</p>
|
<p>This command can also be used to restore other framerates.</p>
|
||||||
|
<div class="sample-image">
|
||||||
|
<h4>Example</h4>
|
||||||
|
<p>Before and after inverse telecine:</p>
|
||||||
|
<img src="img/ivtc_originalvideo.gif" alt="GIF of original video">
|
||||||
|
<img src="img/ivtc_result.gif" alt="GIF of video after inverse telecine">
|
||||||
|
</div>
|
||||||
<p class="link"></p>
|
<p class="link"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user