Dudemanguy
6ed521fd14
TOOLS/idet: fix some outdated cli syntax
...
d3cef97ad3
changed the way the command
line was parsed and syntax like "--foo value" stopped being considered
valid. This old script still was using the old syntax and thus was
broken. Update it to "--msg-level=ffmpeg=v" which is the recommended
syntax. Fixes #11892 .
2023-07-06 22:40:51 -05:00
Rudolf Polzer
37544e53dc
Use setfield, not --field-dominance. See #2297 .
2015-09-09 02:57:44 +02:00
Rudolf Polzer
f14a3df778
idet.sh: Support larger files.
2015-06-02 15:37:41 +02:00
Rudolf Polzer
92316eb740
TOOLS/idet.sh: Adjust for changes in FFmpeg.
...
Compatibility to older idet is preserved.
2014-11-22 08:13:26 +01:00
shdown
7e5f707baf
TOOLS/idet.sh: add description
...
Just a copy of c0cd58e3f5
commit message
(with a small fix: ildetect.sh+ildetect.so, not
ildetect.sh+ildetect.sh).
2014-09-24 02:08:47 +02:00
shdown
3eae8b7170
TOOLS/idet.sh: remove unused and duplicated assignments
2014-09-24 02:08:45 +02:00
Ben Boeckel
54d1dae687
TOOLS: idet: remove extra '$' in $(()) expansion
2014-09-21 15:06:47 +02:00
Rudolf Polzer
a173d3a2fb
TOOLS/idet.sh: Handle the case of multiple Parsed_idet_0: output lines.
...
This seems to happen frequently now. It is handled by adding their values.
2014-09-17 14:11:56 +02:00
shdown
f2c46bc1d1
TOOLS: eliminate echoes with variable substitutions
...
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.
2014-09-17 00:00:05 +02:00
Ben Boeckel
5fd8660f5f
TOOLS: idet: use quotes for the verdict value
...
ShellCheck warns about "vara-varb" about not being in $(()), but we
actually want the literal string, so quote it. Also fix a typo.
2014-09-16 17:32:39 +02:00
Ben Boeckel
11c044aa48
TOOLS: shellcheck: quote variable expansions
2014-09-16 17:32:33 +02:00
Ben Boeckel
45e2345a7f
TOOLS: shellcheck: remove '$' on variables in $(()) expansion
2014-09-16 17:29:46 +02:00
Ben Boeckel
ec2c6a17dc
TOOLS, version.sh: shellcheck: replace `cmd` with $(cmd)
...
Signed-off-by: wm4 <wm4@nowhere>
2014-09-16 17:29:39 +02:00
Ben Boeckel
ba2a3f40ac
TOOLS: idet: remove unused code
2014-09-16 17:29:11 +02:00
Rudolf Polzer
35c20c3094
idet.sh: Fix a typo.
2014-07-16 16:15:12 +02:00
Rudolf Polzer
f5449870e0
idet.sh: Fix telecine detection.
2014-07-15 11:10:24 +02:00
Rudolf Polzer
c0cd58e3f5
idet.sh: An alternative to ildetect.sh.
...
This script uses ffmpeg's "idet" filter for interlace detection. In the
long run this should replace ildetect.sh+ildetect.sh.
2014-05-27 18:41:40 +02:00