Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use setfield, not --field-dominance. See #2297. | Rudolf Polzer | 2015-09-09 | 1 | -6/+6 |
| | |||||
* | idet.sh: Support larger files. | Rudolf Polzer | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | TOOLS/idet.sh: Adjust for changes in FFmpeg. | Rudolf Polzer | 2014-11-22 | 1 | -5/+1 |
| | | | | Compatibility to older idet is preserved. | ||||
* | TOOLS/idet.sh: add description | shdown | 2014-09-24 | 1 | -0/+3 |
| | | | | | | Just a copy of c0cd58e3f5b1daff58ad5ca48b964a2b1fb86d6d commit message (with a small fix: ildetect.sh+ildetect.so, not ildetect.sh+ildetect.sh). | ||||
* | TOOLS/idet.sh: remove unused and duplicated assignments | shdown | 2014-09-24 | 1 | -2/+0 |
| | |||||
* | TOOLS: idet: remove extra '$' in $(()) expansion | Ben Boeckel | 2014-09-21 | 1 | -4/+4 |
| | |||||
* | TOOLS/idet.sh: Handle the case of multiple Parsed_idet_0: output lines. | Rudolf Polzer | 2014-09-17 | 1 | -14/+23 |
| | | | | This seems to happen frequently now. It is handled by adding their values. | ||||
* | TOOLS: eliminate echoes with variable substitutions | shdown | 2014-09-17 | 1 | -2/+2 |
| | | | | | echo behaviour with backslash escapes seems to be non-portable: dash does expand such an escapes and bash does not, so use cat/printf instead. | ||||
* | TOOLS: idet: use quotes for the verdict value | Ben Boeckel | 2014-09-16 | 1 | -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 expansions | Ben Boeckel | 2014-09-16 | 1 | -15/+15 |
| | |||||
* | TOOLS: shellcheck: remove '$' on variables in $(()) expansion | Ben Boeckel | 2014-09-16 | 1 | -7/+7 |
| | |||||
* | TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd) | Ben Boeckel | 2014-09-16 | 1 | -1/+1 |
| | | | | Signed-off-by: wm4 <wm4@nowhere> | ||||
* | TOOLS: idet: remove unused code | Ben Boeckel | 2014-09-16 | 1 | -9/+0 |
| | |||||
* | idet.sh: Fix a typo. | Rudolf Polzer | 2014-07-16 | 1 | -1/+1 |
| | |||||
* | idet.sh: Fix telecine detection. | Rudolf Polzer | 2014-07-15 | 1 | -5/+5 |
| | |||||
* | idet.sh: An alternative to ildetect.sh. | Rudolf Polzer | 2014-05-27 | 1 | -0/+161 |
This script uses ffmpeg's "idet" filter for interlace detection. In the long run this should replace ildetect.sh+ildetect.sh. |