Video processing fails with 0.8.0 #110
Comments
Apparently the video was ignored in 0.7.0 (the video is in Motion JPEG format). Is there a plan to support this format? or can the video be also ignored in 0.8? |
Hi @sebiii |
hi @saimn , thank you for the answer! Unfortunately, sigal still fails when trying to open the temporary tumbnail file (see trace below). I have also attached the output of sigal in debug mode.
|
Are you sure you have updated the code with the master branch from github ? I can't reproduce it, but I have added an extra check in 6997209. Please check if it is better now. |
Dear @saimn , I have tested the code with the extra check and it now skips the videos just fine, but seems to fail in the end at the zip generation (i have zip_media_format = 'resized').
|
Ah yeah, if the video have not been generated they can't be used in the zip process ... I will also add a check there. The main issue is that currently the failed images/videos are not removed from the list of files of an album, I must to look at this. |
@sebiii : I have added the check, can you test again to see if it is ok ? Thanks. |
Dear @saimn , the build process now exits without errors, but I have the videos in my gallery as items (which obviously cannot be played). |
Yeah, currently the solution is to remove these files from the source directory, but I will try to find a better solution. It was on my todo list but I have created an issue to track this (#112). Thanks for your help on tracking these failures ! |
Hi,
after upgrading to 0.8.0 i found that unfortunately sigal fails while processing a video. With 0.7.0 everything just worked fine.
here the stacktrace:
The text was updated successfully, but these errors were encountered: