Page 2 of 3

Re: Resize with only one value

Posted: Mon Sep 05, 2022 6:09 am
by emcodem
Aye @video_m
well without any job logs i can only guess. My first guess would be that the path to image you selected for overlay does not exist or is not accessible on the new computer.

Re: Resize with only one value

Posted: Mon Sep 05, 2022 5:56 pm
by video_m
Hello emcodem,

i use network path and for the share the same user.

I have make a export of the logs.

DId i need a special plugin/drive for png file to read?

Kr,

Re: Resize with only one value

Posted: Wed Sep 07, 2022 7:32 am
by emcodem
Sorry we need the full_log.json. Rightclick on a finished job in jobmonitor and hit open log directory. There should be full_log.json.
An easy way to investigate yourself is using webinterface, there is a log viewer builtin. The error message we are looking for should be written in some ffprobe log at start of watermark node. Probably in the clip_check function.

Re: Resize with only one value

Posted: Thu Sep 08, 2022 4:11 pm
by video_m
this one?

Re: Resize with only one value

Posted: Fri Sep 09, 2022 9:15 am
by admin
Hi video_m,

Would it be possible to share the jpg source? Or, is it possible for you to test if the exact same job works on another host? The job crash before the watermark node starts doing its thing so the problem lies before that point.

-steinar

Re: Resize with only one value

Posted: Fri Sep 09, 2022 6:32 pm
by video_m
When i'm home i can share the picture. it's a png.

on my laptop it's the workflow working but on my "server" not.

Kind regards

Re: Resize with only one value

Posted: Mon Sep 12, 2022 7:57 pm
by video_m
and the picture :)

Re: Resize with only one value

Posted: Tue Sep 13, 2022 10:03 am
by emcodem
Thanks for sharing! Unfortunately what steinar requested is the source file, not the watermark file.
In a log that you shared, the file is named test.jpg and has resolution "width":4897,"height":3265.
Even if you can reproduce the issue with "all files", steinar wants to make sure that we work with the exact same files as you do.

The error happens in the resize processor not in the watermark processor. It is just the watermark processor complaining because first thing it does is to check if it can work with it's input but in this case it cannot because the resize node fucked up for some reason.. We were not yet able to find anything that could make resize work on one server but not the other one, that is why we want to work with exactly your source file.

Re: Resize with only one value

Posted: Thu Sep 15, 2022 6:19 pm
by video_m
Sorry,

The file is to big to share here in Attachents, i have make a link:

Re: Resize with only one value

Posted: Tue Sep 27, 2022 1:24 pm
by admin
Hi video_m

I think we have found the problem. Your CPU is too old probably. Can you please download this package:
https://github.com/jpsdr/plugins_JPSDR/ ... _v3_3_0.7z

Find the plugins_JPSDR.dll file in plugins_JPSDR_v3_3_0.7z\x64\Release_W7_AVX and replace the one in FFAStrans\Processors\avs_plugins\JPSDR\x64\Release_W7

Please try and report back.

-steinar