[krita] [Bug 428563] Error rendering with FFMPEG on Windows

2020-11-03 Thread Dmitrii Utkin
https://bugs.kde.org/show_bug.cgi?id=428563

Dmitrii Utkin  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Dmitrii Utkin  ---
Great! The MR is already merged so the fixes will be included into the next
build.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 428563] Error rendering with FFMPEG on Windows

2020-11-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=428563

--- Comment #5 from ramskulls...@gmail.com ---
Hi! Sorry about the late reply but I tried it out and it worked! :D Thank you
so much!

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 428563] Error rendering with FFMPEG on Windows

2020-11-02 Thread Dmitrii Utkin
https://bugs.kde.org/show_bug.cgi?id=428563

--- Comment #4 from Dmitrii Utkin  ---
MR: https://invent.kde.org/graphics/krita/-/merge_requests/562

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 428563] Error rendering with FFMPEG on Windows

2020-11-02 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=428563

--- Comment #3 from Boudewijn Rempt  ---
I think we actually had the same issue in the call to ffmpeg animation plugin.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 428563] Error rendering with FFMPEG on Windows

2020-11-02 Thread Dmitrii Utkin
https://bugs.kde.org/show_bug.cgi?id=428563

--- Comment #2 from Dmitrii Utkin  ---
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.

[krita] [Bug 428563] Error rendering with FFMPEG on Windows

2020-11-02 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=428563

Boudewijn Rempt  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |loen...@gmail.com
 Ever confirmed|0   |1
 Status|REPORTED|ASSIGNED
 CC||b...@valdyas.org

--- Comment #1 from Boudewijn Rempt  ---
Dmitrii, 

Can you take a look?

-- 
You are receiving this mail because:
You are watching all bug changes.