MotionBlurIwa.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <html lang="ja">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <title>MotionBlurFx Iwa</title>
  5. </head>
  6. <body bgcolor="#f5f5f5" text="#220011">
  7. <h1><img src = ".\img\fx_iwa_motionblur.png" width = 30 height = 30 > MotionBlurFx Iwa</h1>
  8. <h4>● Overview</h4>
  9. This effect generates motion blur.<br>
  10. If you specify "Time during which the shutter is open before and after the current frame",<br>
  11. the image will be blurred according to the object's path.<br>
  12. As with iwa_BokehFx, the RGB values are converted into an exposure value before blurring,<br>
  13. Therefore, even if the highlight part is blurred, the brightness is not impaired.
  14. <h4>● Input Port</h4>
  15. <UL>
  16. <LI><b>Source</b> : Connect the input image.</LI>
  17. </UL>
  18. <h4>● Parameters</h4>
  19. <img src = ".\img\motionblur.png">
  20. <UL>
  21. <LI><b>Reference Object, Index</b> : Specify the object to follow the movement.<br>
  22. When "Own Motion" is specified, the column movement of the input image is tracked.</LI>
  23. <LI><b>Shutter Start</b> : Specify how long before the current frame the shutter should be opened.<br>
  24. The unit is in frames. The higher the value, the bigger the blur.</LI>
  25. <LI><b>Start Value</b> : Specify the strength of the blur when the shutter is opened.</LI>
  26. <LI><b>Start Curve</b> : Specify how to apply the blur, from the time the shutter is opened up to<br>
  27. the current frame. The default value is 1, with it the blur changes linearly.</LI>
  28. <LI><b>Shutter End</b> : Specify how long after the current frame the shutter should be closed.<br>
  29. The unit is in frames. The higher the value, the bigger the blur.</LI>
  30. <LI><b>End Value</b> : Specify the strength of the blur when the shutter is closed.</LI>
  31. <LI><b>End Curve</b> : Specify how to apply the blur, from the current frame up to the time<br>
  32. the shutter is closed. The default value is 1, with it the blur changes linearly.</LI>
  33. <LI><b>Trace Resolution</b> : Defines how detailed will be the tracking of the object's trajectory,<br>
  34. while the shutter is open.<br>
  35. At 1, the blur trajectory will be a straight line, even if the object is moving along a curve.</LI>
  36. <LI><b>Hardness</b> : Gamma value of the film. It is used to convert the RGB values and exposure<br>
  37. amount. The higher the value, the brighter the effect.</LI>
  38. <LI><b>Afterimage Mode</b> : When active, instead of a smooth blur, an afterimage is drawn at the<br>
  39. position traced, using the detail set with the "Trace Resolution" parameter.</LI>
  40. </UL>
  41. </body>
  42. </html>