Search found 10 matches
- Fri Oct 20, 2023 1:21 pm
- Forum: Usage, tips and tricks
- Topic: Moving/copying files
- Replies: 8
- Views: 5292
Re: Moving/copying files
here you are
- Fri Oct 20, 2023 10:13 am
- Forum: Usage, tips and tricks
- Topic: Moving/copying files
- Replies: 8
- Views: 5292
Re: Moving/copying files
Thanks!
"Skip source verification" is off, I made that correction.
I've implemented that function: "wait_for_file.au3" and its working, but when file is not ready, it interrupts the entire process, like in screen below"
"Skip source verification" is off, I made that correction.
I've implemented that function: "wait_for_file.au3" and its working, but when file is not ready, it interrupts the entire process, like in screen below"
- Fri Oct 20, 2023 7:53 am
- Forum: Usage, tips and tricks
- Topic: Moving/copying files
- Replies: 8
- Views: 5292
Re: Moving/copying files
Thanks for reply! Finally I've found a reason. When I'm copying or moving something to my main storage, which is used in the first node, data size doesn't increase, so FFAStrans assumes that file is copied, so it doesn't know that the process is not completed and go ahead with another nodes. Is ther...
- Thu Oct 19, 2023 12:23 pm
- Forum: Usage, tips and tricks
- Topic: Moving/copying files
- Replies: 8
- Views: 5292
Moving/copying files
Hello all! I have a little problem with FFAStrans. I would like to make some automatization in my workflow. Case concerns two nodes, first one is "Folder" which is monitoring one of the location where I'm coping or moving files from another disc location (it checks file growth continuously...
- Wed Aug 17, 2022 7:33 am
- Forum: Usage, tips and tricks
- Topic: Video quality processor
- Replies: 1
- Views: 1604
Video quality processor
Hello! I have a question regarding video quality processor. I would like to create watchfolder and use psnr to compare two pictures from separate folders. Bulding on the previous suggestions in another topics i prepare something like in attachement. I think that the problems could be connected with ...
- Mon Jul 11, 2022 6:53 am
- Forum: Usage, tips and tricks
- Topic: Custom FFmpeg
- Replies: 4
- Views: 2947
Re: Custom FFmpeg
Perfect! Thank you !
- Fri Jul 08, 2022 1:24 pm
- Forum: Usage, tips and tricks
- Topic: Custom FFmpeg
- Replies: 4
- Views: 2947
Re: Custom FFmpeg
Thanks for your reply. Commandline processor y meaning command executor? "%s_ffmpeg%" -i "%s_source%" -f mp4 -pass 1 -passlogfile %s_original_path% -c:v libx264 -b:v 5000k -profile:v high -level 4.1 -map v:0 -c:a aac -ar 48k -b:a 320k -map a:0 -pix_fmt yuv420p -sws_flags lanczos ...
- Fri Jul 08, 2022 8:55 am
- Forum: Usage, tips and tricks
- Topic: Custom FFmpeg
- Replies: 4
- Views: 2947
Custom FFmpeg
Hello, How corectly set custom ffmpeg command with 2 pass render? -pass 1 -passlogfile %s_original_path% -c:v libx264 -b:v 5000k -profile:v high -level 4.1 -map v:0 -c:a aac -ar 48k -b:a 320k -map a:0 -pix_fmt yuv420p -sws_flags lanczos -pass 2 -passlogfile %s_original_path% -c:v libx264 -b:v 5000k ...
- Fri Jun 10, 2022 4:57 am
- Forum: Usage, tips and tricks
- Topic: Email notification
- Replies: 2
- Views: 1761
Re: Email notification
rightclick the green input connector set it to "execute on Error" - that option solved a problem, thanks !
- Thu Jun 09, 2022 11:13 am
- Forum: Usage, tips and tricks
- Topic: Email notification
- Replies: 2
- Views: 1761
Email notification
Hello, i would like to use a email notification in two situations. When job is completed correctly and when is failed based from result in status monitor. How to set it properly?