diff --git a/css/css.css b/css/css.css
index 26f4e9e..766a729 100644
--- a/css/css.css
+++ b/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%;
+ }
+}
diff --git a/img/ivtc_originalvideo.gif b/img/ivtc_originalvideo.gif
new file mode 100644
index 0000000..88359b0
Binary files /dev/null and b/img/ivtc_originalvideo.gif differ
diff --git a/img/ivtc_result.gif b/img/ivtc_result.gif
new file mode 100644
index 0000000..dce2431
Binary files /dev/null and b/img/ivtc_result.gif differ
diff --git a/index.html b/index.html
index 48d8c98..7795556 100644
--- a/index.html
+++ b/index.html
@@ -594,6 +594,12 @@
The enclosing quote marks are necessary when you use spaces within the filtergraph, e.g. -vf "fieldmatch, yadif, decimate"
, and are included above as an example of good practice.
Note that if applying an inverse telecine procedure to a 29.97i file, the output framerate will actually be 23.976fps.
This command can also be used to restore other framerates.
+Before and after inverse telecine:
+ + +