Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TOOLS/vf_dlopen/ildetect.sh: remove duplicated assigment | shdown | 2014-10-16 | 1 | -1/+0 |
| | |||||
* | ildetect: add ILDETECT_FORCE_RUN (if interlacing could not be decided, ↵ | Rudolf Polzer | 2013-12-18 | 1 | -1/+7 |
| | | | | assume yadif). | ||||
* | ildetect: $ILDETECT_RUN_INTERLACED_ONLY to only run the job if not progressive | Rudolf Polzer | 2013-06-21 | 1 | -4/+10 |
| | |||||
* | ildetect.sh: add a quiet mode; verify telecine decision | Rudolf Polzer | 2013-06-20 | 1 | -5/+18 |
| | | | | | | | For quiet mode: ILDETECT_QUIET=1 ildetect.sh ... Telecine decision (guess by ildetect.so) is verified by retrying the ildetect run with the pullup filter inserted. | ||||
* | ildetect.sh: skip needlessly going through vo_lavc | Rudolf Polzer | 2013-06-20 | 1 | -2/+2 |
| | | | | | We can now turn off encoding mode by command line and use vo_null instead. | ||||
* | ildetect.sh: better interlace detection range | Rudolf Polzer | 2013-06-20 | 1 | -1/+1 |
| | |||||
* | ildetect.sh: env vars support | Rudolf Polzer | 2013-06-20 | 1 | -8/+35 |
| | |||||
* | vf_dlopen ildetect: make the wrapper shell script more robust | Rudolf Polzer | 2013-06-16 | 1 | -7/+2 |
| | |||||
* | vf_dlopen filters: add an "ildetect" filter that detects interlacing | Rudolf Polzer | 2013-06-16 | 1 | -0/+43 |
The filter analyzes each frame for combing, and decides at the end whether the content is likely interlaced, telecined or progressive. |