https://bugs.kde.org/show_bug.cgi?id=379365
mvowada <freebo...@tiscali.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |freebo...@tiscali.it --- Comment #3 from mvowada <freebo...@tiscali.it> --- Created attachment 105311 --> https://bugs.kde.org/attachment.cgi?id=105311&action=edit ("Render Animation" dialogue capture) (In reply to wolthera from comment #1) > FFMPEG can't seem to find the frames. This sounds like a bug that may have > gotten fixed in 3.1.3, which we're releasing next week, so if you could > check if the bug still happens in that version, that'd be great. > > If it is still bugged there, could you tell us 1) The stuff in the status > bar, is it an 8bit/channel image? Or higher? And what is the resolution? And > 2) Could you make a screenshot of the export window? Then we can tell what > exact export options caused this. Hi, I think I can reproduce the issue with: - Krita 3.1.3 - ffmpeg version 2.7.2 - on Ubuntu 14.04 - (16bit float image) The alert with the error message says: "Could not render animation: FFMpeg failed to convert the image sequence. Check the logfile in your output directory for more information." And the log_encode.log file content is: "ffmpeg version 2.7.2-1dhor~trusty Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.8 (Ubuntu 4.8.4-2ubuntu1~14.04.1) configuration: --prefix=/usr --extra-version='1dhor~trusty' --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --enable-avresample --enable-avisynth --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-openal --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libxvid --enable-libzvbi --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-libssh --enable-libsoxr --enable-libx264 --enable-libopencv --enable-libx265 libavutil 54. 27.100 / 54. 27.100 libavcodec 56. 41.100 / 56. 41.100 libavformat 56. 36.100 / 56. 36.100 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 16.101 / 5. 16.101 libavresample 2. 1. 0 / 2. 1. 0 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.100 / 1. 2.100 libpostproc 53. 3.100 / 53. 3.100 Splitting the commandline. Reading option '-v' ... matched as option 'v' (set logging level) with argument 'debug'. Reading option '-nostdin' ... matched as option 'stdin' (enable or disable interaction on standard input) with argument 0. Reading option '-progress' ... matched as option 'progress' (write program-readable progress information) with argument '/tmp/KritaFFmpegProgress.j24805'. Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '24'. Reading option '-start_number' ... matched as AVOption 'start_number' with argument '0'. Reading option '-i' ... matched as input file with argument '/tmp/render.animation/frame%04d.png'. Reading option '-crf' ... matched as AVOption 'crf' with argument '23'. Reading option '-preset' ... matched as AVOption 'preset' with argument 'medium'. Reading option '-profile' ... matched as option 'profile' (set profile) with argument 'high422'. Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'yuv422p'. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '/tmp/render.animation/170502.01.mp4' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option v (set logging level) with argument debug. Applying option nostdin (enable or disable interaction on standard input) with argument 0. Applying option progress (write program-readable progress information) with argument /tmp/KritaFFmpegProgress.j24805. Applying option y (overwrite output files) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file /tmp/render.animation/frame%04d.png. Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 24. Successfully parsed a group of options. Opening an input file: /tmp/render.animation/frame%04d.png. [image2 @ 0x705be0] Could find no file with path '/tmp/render.animation/frame%04d.png' and index in the range 0-4 /tmp/render.animation/frame%04d.png: No such file or directory" Hope it helps :) -- You are receiving this mail because: You are watching all bug changes.