NMM视频技术(旧)

 找回密码
 成为会员
搜索
查看: 3722|回复: 0

问GK中AviSynthPlugins的FDecimate.dll的使用方法

[复制链接]
发表于 2005-10-8 14:11 | 显示全部楼层 |阅读模式
<?xml version="1.0" encoding="utf-8" ?>
- <!-- AviSynth plugin description version 1.1
  -->
- <plugin name="FDecimate">
  <description />
- <filters>
- <filter name="FDecimate" category="Deinterlacing & Pulldown Removal" helpfile="fdecimate" type="clip">
  <description>This filter provides extended decimation capabilities not available from Decimate(). It can remove frames from a clip to achieve the desired frame rate, while retaining audio/video synchronization. It preferentially removes duplicate frames where possible.</description>
- <colorspaces>
  <colorspace>yv12</colorspace>
  <colorspace>yuy2</colorspace>
  </colorspaces>
- <parameters>
- <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  <description />
  <items />
  </parameter>
- <parameter name="rate" type="float" default="23.976" max="0" min="0" step="0" optional="True" paramList="False">
  <description>This parameter sets the desired output frame rate. Frames will be removed from the video to achieve this frame rate while keeping audio and video in sync.</description>
  <items />
  </parameter>
- <parameter name="threshold" type="float" default="1.0" max="0" min="0" step="0" optional="True" paramList="False">
  <description>This parameter sets the threshold difference metric for duplicate detection. If the difference metric between two frames exceeds this threshold, the two frames are considered to be different frames. i.e., not duplicates. Refer to the "How to Use FDecimate()" section above for an explanation of how to set this threshold properly.</description>
  <items />
  </parameter>
- <parameter name="metrics" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  <description>This parameter is used to determine the proper threshold to use for duplicate detection. When it is set to true, no decimation occurs and the difference metric for each frame is shown overlaid on the video and in the DebugView output. Refer to the "How to Use FDecimate()" section above for an explanation of how to use this parameter to set the threshold properly.</description>
  <items />
  </parameter>
- <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  <description>This parameter enables information to be displayed on the frame. It also displays the software version.</description>
  <items />
  </parameter>
- <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  <description>This parameter enables information to be printed via OutputDebugString(). A utility called DebugView is available for catching these strings. The information displayed is the same as shown by the show option above.</description>
  <items />
  </parameter>
  </parameters>
  </filter>
  </filters>
  </plugin>
说明如上,希望大家一起帮忙看一下
您需要登录后才可以回帖 登录 | 成为会员

本版积分规则

小黑屋|手机版|NMM视频技术

GMT+8, 2025-6-22 14:06 , Processed in 0.107409 second(s), 14 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表