concat files in growing folders - possible?
Posted: Thu Mar 23, 2017 3:51 pm
Hi to everybody,
from the depth of archiving-jobs it´s me again...
simplified:
I got many folders with .MOV-clips:
>Folder_01
>Clip 01.MOV
>Clip 02.MOV
...
>Clip n.MOV
>Folder_02
>Clip 01.MOV
>Clip 02.MOV
...
>Clip n.MOV
...
>Folder_n
>Clip 01.MOV
>Clip 02.MOV
...
>Clip n.MOV
The processing should be like this:
- check number of .MOV-clips in each Folder
- concat Clips from Folder_01 to one file (FolderContent_01.MOV)
- concat Clips from Folder_02 to one file (FolderContent_02.MOV)
- concat Clips from Folder_n to one file (FolderContent_n.MOV)
I have set MAX ACTIVE JOBS to 4 in the prefs. Is it likely that one folder gets prepared despite the fact that it is already in progress?
In Depth:
I have a watchfolder in which for each Film there is a sub-Folder created with the film-Number
In the Monitor-Folder-Node I have RECURSE and CHECK FOR GROWING FOLDERS enabled.
Next Node is a COMMAND-EXECUTOR-NODE with %comspec% /c "ren "%s_original_full%" "%s_original_name%.mov"" because the original Filenames have no extension. But I need it for archival purposes. And this works.
Now the complication begins.
How can I tell FFAStrans to concate them as described above? First I though, it would be simple with variables, but I can´t get it to work. Then I tried to write the Filenames in a .txt-file for each File in a Folder with the same Folder-Structure.
But I do not know how to retain the Filepath from the Text-File
AND
I do not really know how to tell FFAStrans to concate them in case of different clip-counts in each folder... I mean, the names are quiet the same in each folder as described above, but one Folder has only one clip, the other may have 4 or 12 or whatever.
How to solve this?
thanks in advance,
tom
from the depth of archiving-jobs it´s me again...
simplified:
I got many folders with .MOV-clips:
>Folder_01
>Clip 01.MOV
>Clip 02.MOV
...
>Clip n.MOV
>Folder_02
>Clip 01.MOV
>Clip 02.MOV
...
>Clip n.MOV
...
>Folder_n
>Clip 01.MOV
>Clip 02.MOV
...
>Clip n.MOV
The processing should be like this:
- check number of .MOV-clips in each Folder
- concat Clips from Folder_01 to one file (FolderContent_01.MOV)
- concat Clips from Folder_02 to one file (FolderContent_02.MOV)
- concat Clips from Folder_n to one file (FolderContent_n.MOV)
I have set MAX ACTIVE JOBS to 4 in the prefs. Is it likely that one folder gets prepared despite the fact that it is already in progress?
In Depth:
I have a watchfolder in which for each Film there is a sub-Folder created with the film-Number
In the Monitor-Folder-Node I have RECURSE and CHECK FOR GROWING FOLDERS enabled.
Next Node is a COMMAND-EXECUTOR-NODE with %comspec% /c "ren "%s_original_full%" "%s_original_name%.mov"" because the original Filenames have no extension. But I need it for archival purposes. And this works.
Now the complication begins.
How can I tell FFAStrans to concate them as described above? First I though, it would be simple with variables, but I can´t get it to work. Then I tried to write the Filenames in a .txt-file for each File in a Folder with the same Folder-Structure.
But I do not know how to retain the Filepath from the Text-File
AND
I do not really know how to tell FFAStrans to concate them in case of different clip-counts in each folder... I mean, the names are quiet the same in each folder as described above, but one Folder has only one clip, the other may have 4 or 12 or whatever.
How to solve this?
thanks in advance,
tom