mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-01-24 00:44:58 +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;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sample-image {
|
||||
@ -88,3 +89,15 @@ div {
|
||||
.footnote {
|
||||
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>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user