summaryrefslogtreecommitdiffstats
path: root/TOOLS/lua/autodeint.lua
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS/lua/autodeint: update to lavfi-bridgeRicardo Constantino2017-08-211-27/+38
| | | | | Also use lavfi setfield instead of removed field-dominance. Remove missing remainder of field-dominance in docs.
* TOOLS: make autodeint detect telecine in parallelKevin Mitchell2015-07-161-45/+26
| | | | This avoids having to rewind the video for a second telecine detection pass.
* Remove trailing whitespacesMichael Vetter2015-05-151-1/+1
|
* options: deprecate 'lua' based options/dirs for 'script'Avi Halachmi (:avih)2014-12-151-1/+1
| | | | | | | | | | | | - --lua and --lua-opts change to --script and --script-opts - 'lua' default script dirs change to 'scripts' - DOCS updated - 'lua-settings' dir was _not_ modified The old lua-based names/dirs still work, but display a warning. Signed-off-by: wm4 <wm4@nowhere>
* TOOLS/lua: add autodeint.luaKevin Mitchell2014-10-211-0/+164
This isn't quite as robust as idet.sh as the default detection interval is only 4 seconds vs 35 for idet.sh. idet.sh can have such a large sample time since it turns off the vo and uses --untimed, which is currently not possible from lua.