Search found 20 matches
- Tue Apr 27, 2021 8:15 am
- Forum: Bug reporting
- Topic: P2 error localizing file
- Replies: 2
- Views: 4765
Re: P2 error localizing file
Thank you for your reply! I already become to the same solution)
- Mon Apr 26, 2021 5:36 pm
- Forum: Bug reporting
- Topic: P2 error localizing file
- Replies: 2
- Views: 4765
P2 error localizing file
Hi! I have an intresting issue. FFAStrans trying to process an xml while it's still copying an mxf to watchfolder and i constantly get "error localizing file". So it's do nothing when all files come to the watchfolder. What should i do to make workflow start only after copying
- Wed Apr 21, 2021 3:28 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
Maybe I need some kind of delay right before conditional node, to be more precise and have a control over situation when 3 or more renders stops simultaneously.
- Tue Apr 20, 2021 1:43 pm
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
Looks like i did it! It works for structures like foldername/contents
- Tue Apr 20, 2021 9:25 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
I never heard about that feature
. I'll definitely send you that file as soon as possible!

- Tue Apr 20, 2021 9:14 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
We can use cd-like commands because we moved our media storage from nas to pc where ffastrans installed. That strange issue happen only at my home pc because of Russian language as system default.
- Tue Apr 20, 2021 8:21 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
If anyone wonder command looks like
%comspec% /C "d: & cd %s_original_path% & cd.. & cd.. & rd contents /s /q"
%comspec% /C "d: & cd %s_original_path% & cd.. & cd.. & rd contents /s /q"
- Tue Apr 20, 2021 7:56 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
it’s working in cmd
“D: & cd %s_original_path% & cd..”
Result
D:
D:\in\contents\clip
D:\in\contents
And I can use “& cd..” twice to get CONTENTS. And after condition node I’ll try to remove contents with another execution
“D: & cd %s_original_path% & cd..”
Result
D:
D:\in\contents\clip
D:\in\contents
And I can use “& cd..” twice to get CONTENTS. And after condition node I’ll try to remove contents with another execution
- Tue Apr 20, 2021 7:23 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
Thank you for responding! I was thinking about safe deleting and come to conclusion that I can just use if “number of successful renders” = “number of files in folder” then “rmdir”. Nom I’m trying to use both %s_original_path% and cd.. in command executor to navigate in selected folder
- Tue Apr 20, 2021 2:53 am
- Forum: Feature requests
- Topic: Panasonic P2
- Replies: 28
- Views: 28412
Re: Panasonic P2
Thank you! I have read about cmd commands. Looks like you right and “rmdir” is what I need. Now I just need to check if render is still going, if not > rmdir, but how to do it
. So many questions
