Diffusion Krita c349f45cb3b3

Don't use '-pattern_type glob' for ffmpeg stream input

Authored by dkazakov on Jan 31 2017, 1:18 PM.

Description

Don't use '-pattern_type glob' for ffmpeg stream input

'glob' option is not available on Windows in normal ffmpeg builds.
Therefore, we should use '-start_number' instead.

Fixes T5228