Page 1 of 1
To Move Source to different location after transcoding
Posted: Mon Jul 30, 2018 8:20 am
by dinesh24
We need the FFAStrans moulde for move source file to different location after transcoding. Below is image for workflow.
Please let me know there is any option is available in FFAStrans.
Re: To Move Source to different location after transcoding
Posted: Mon Jul 30, 2018 9:18 am
by admin
Please add the "Command executor" node and take a look at the help section.
-steinar
Re: To Move Source to different location after transcoding
Posted: Mon Jul 30, 2018 9:47 am
by dinesh24
Thanks for help.. Issue is that file is in watch folder for transcoding , i didn't know which process has been first completed there are two process first is custom ffmpeg for mp4 creation and AVC intra. i am confuse where i can add command executor.
Re: To Move Source to different location after transcoding
Posted: Mon Jul 30, 2018 10:45 am
by admin
You can connect the two destination "Folder" nodes to a "Hold" node and activate synchronize. Then you connect the "Command executor" to the "Hold" node. With that approach FFAStrans will wait at the "Hold" for the two branches to reach the same point, and then continue. But be aware that there are still two branches. So when adding the "Command executor" node to delete the source file, one of the branches should fail. This is logical and as expected.
-steinar
Re: To Move Source to different location after transcoding
Posted: Tue Jul 31, 2018 8:32 am
by dinesh24
Thanks you so much for help...