diff --git a/img/deinterlaced_video.png b/img/deinterlaced_video.png new file mode 100644 index 0000000..7380398 Binary files /dev/null and b/img/deinterlaced_video.png differ diff --git a/img/interlaced_video.png b/img/interlaced_video.png new file mode 100644 index 0000000..c39718f Binary files /dev/null and b/img/interlaced_video.png differ diff --git a/index.html b/index.html index 85bc2fd..535bde2 100644 --- a/index.html +++ b/index.html @@ -470,6 +470,12 @@

For more H.264 encoding options, see the latter section of the encode H.264 command.

"yadif,format=pix_fmts=yuv420p" is an ffmpeg filtergraph. Here the filtergraph is made up of one filter chain, which is itself made up of the two filters (separated by the comma).
The enclosing quote marks are necessary when you use spaces within the filtergraph, e.g. -vf "yadif, format=pix_fmts=yuv420p", and are included above as an example of good practice.

+
+

Example

+

Before and after deinterlacing:

+ VLC screenshot of original interlaced video + VLC screenshot of deinterlaced video +