Hello Steinar,
Thank you! this is the solution.
Kind regards,
Search found 19 matches
- Thu Sep 29, 2022 6:14 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
- Thu Sep 15, 2022 6:19 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
Sorry,
The file is to big to share here in Attachents, i have make a link:
The file is to big to share here in Attachents, i have make a link:
- Mon Sep 12, 2022 7:57 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
and the picture
- Fri Sep 09, 2022 6:32 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
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
on my laptop it's the workflow working but on my "server" not.
Kind regards
- Thu Sep 08, 2022 4:11 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
this one?
- Mon Sep 05, 2022 5:56 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
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,
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,
- Sun Sep 04, 2022 7:49 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
Hello All,
I will change the workflow to a another computer. but now get i the error: Watermark@DESKTOP-LG01KEO: Validate: Unknown error occured.
Did somebody what i can do?
Kind regards,
MKZ
I will change the workflow to a another computer. but now get i the error: Watermark@DESKTOP-LG01KEO: Validate: Unknown error occured.
Did somebody what i can do?
Kind regards,
MKZ
- Mon Aug 08, 2022 8:17 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
i found the mistake. i forgot the av-media deencode
- Sun Aug 07, 2022 6:30 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
Here also me template
- Thu Aug 04, 2022 7:23 pm
- Forum: Feature requests
- Topic: Resize with only one value
- Replies: 20
- Views: 20833
Re: Resize with only one value
Hi video_m, You can sort of easily do the computation yourself by storing the calculated width or height in a variable. For example, if you want to resize 1080 video to 720 you can do the following in the Populate node. %i_my_digit% = (%i_width%/%i_height%)*720 The result of this would be 1280 if s...