Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
yadif [2019/06/26 19:50] beandogyadif [2019/06/27 02:04] (current) beandog
Line 8: Line 8:
   * [[https://wiki.videolan.org/Deinterlacing]]   * [[https://wiki.videolan.org/Deinterlacing]]
  
-<code> +  * mode 
-It accepts the following parameters: +    send_frame Output one frame for each frame **(default)** 
- +    send_field Output one frame for each field (my preferred method) 
-mode +    send_frame_nospatial Like send_frame, but it skips the spatial interlacing check 
-The interlacing mode to adopt. It accepts one of the following values: +    send_field_nospatial Like send_field, but it skips the spatial interlacing check 
- +  parity 
-0send_frame +    tff Assume the top field is first 
-Output one frame for each frame+    bff Assume the bottom field is first 
- +    -1 auto Enable automatic detection of field parity **(default)** 
-1send_field +    If the interlacing is unknown or the decoder does not export this information, top field first will be assumed 
-Output one frame for each field+  deint 
- +    all Deinterlace all frames **(default)** 
-2send_frame_nospatial +    interlaced Only deinterlace frames marked as interlaced
-Like send_frame, but it skips the spatial interlacing check+
- +
-3send_field_nospatial +
-Like send_field, but it skips the spatial interlacing check+
- +
-The default value is send_frame. +
- +
-parity +
-The picture field parity assumed for the input interlaced video. It accepts one of the following values: +
- +
-0tff +
-Assume the top field is first+
- +
-1bff +
-Assume the bottom field is first+
- +
--1auto +
-Enable automatic detection of field parity. +
- +
-The default value is auto. If the interlacing is unknown or the decoder does not export this information, top field first will be assumed+
- +
-deint +
-Specify which frames to deinterlace. Accept one of the following values: +
- +
-0all +
-Deinterlace all frames+
- +
-1interlaced +
-Only deinterlace frames marked as interlaced+
- +
-The default value is all. +
-</code>+
  
 The best description I've seen of the filter options is here: [[https://www.avidemux.org/admWiki/doku.php?id=using:video_filter_yadif]] The best description I've seen of the filter options is here: [[https://www.avidemux.org/admWiki/doku.php?id=using:video_filter_yadif]]