summaryrefslogtreecommitdiffstats
path: root/TOOLS/idet.sh
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS: idet: use quotes for the verdict valueBen Boeckel2014-09-161-8/+8
| | | | | ShellCheck warns about "vara-varb" about not being in $(()), but we actually want the literal string, so quote it. Also fix a typo.
* TOOLS: shellcheck: quote variable expansionsBen Boeckel2014-09-161-15/+15
|
* TOOLS: shellcheck: remove '$' on variables in $(()) expansionBen Boeckel2014-09-161-7/+7
|
* TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)Ben Boeckel2014-09-161-1/+1
| | | | Signed-off-by: wm4 <wm4@nowhere>
* TOOLS: idet: remove unused codeBen Boeckel2014-09-161-9/+0
|
* idet.sh: Fix a typo.Rudolf Polzer2014-07-161-1/+1
|
* idet.sh: Fix telecine detection.Rudolf Polzer2014-07-151-5/+5
|
* idet.sh: An alternative to ildetect.sh.Rudolf Polzer2014-05-271-0/+161
This script uses ffmpeg's "idet" filter for interlace detection. In the long run this should replace ildetect.sh+ildetect.sh.