https://bugs.kde.org/show_bug.cgi?id=428563
--- Comment #2 from Dmitrii Utkin <[email protected]> --- Sure. Unfortunately I don't have Windows, but the log message makes sense. > "Pattern type 'glob' was selected but globbing is not supported by this > libavformat build" >From some SO answer: > glob is defined in the POSIX standard and it's not available on Windows by > default. I didn't expected that.. Please could you re-test it following the steps: 1) open export dialog and select MP4 x264 profile 2) press "edit video profile" button (a small button with pencil icon next to combo box) 3) replace the content of "FFMpeg arguments" edit box with: --- SNIP ------------------------------------ -framerate $IN_FPS -i "$INPUT_DIR%07d.jpg" -vf "scale=$WIDTH:$HEIGHT" -c:v libx264 -r $OUT_FPS -pix_fmt yuv420p --- SNIP ------------------------------------ 4) Press OK and try to export as usual If this works I'll submit a fix. -- You are receiving this mail because: You are watching all bug changes.
