Two mono audio streams to one stereo audio stream
Re: Two mono audio streams to one stereo audio stream
Both method I described works perfectly when I'm testing. Either you create two command executors that move each file or you concatenate the two commands just like you would do in dos like my last example.
Currently ffastrans does not react on folders alone. What is the user scenario?
-steinar
Currently ffastrans does not react on folders alone. What is the user scenario?
-steinar
Re: Two mono audio streams to one stereo audio stream
We have received source files in folders, as per below example.
Folder Name:
Test
File Name:
Test_StL.wav
Test_StR.wav
Wanted to process those files using folders. We have more than 800 folders which we need to process using same workflow. That's why we are trying to automate it as much as possible.
Will try the moving option again and let you know.
Thanks,
Vijay
Folder Name:
Test
File Name:
Test_StL.wav
Test_StR.wav
Wanted to process those files using folders. We have more than 800 folders which we need to process using same workflow. That's why we are trying to automate it as much as possible.
Will try the moving option again and let you know.
Thanks,
Vijay
Re: Two mono audio streams to one stereo audio stream
I am able to move the files now, error in %s_my_user_var%_StL.wav, also wanted to know if I can move both the source files to one folder with source file name?
Thanks,
Vijay
Thanks,
Vijay
Re: Two mono audio streams to one stereo audio stream
Yes you can move both source filed to one folder with the source name. With the "Command executor"-node you can do pretty much whatever you want but you need some basic knowledge on running dos commands and on how to use variables in FFAStrans.
You can "monitor" folders by monitoring files with the "Recurse"-option checked. So lets say you monitor "d:\media"...
Use %s_original_path~n% to retrieve the folder name(s) of the original file. Replacing n with 1 gives you the folder name that holds the files. F.ex.if you pick up the file "d:\media\something\strange\SUPERCOOL\Test_StL.wav", using %s_original_path~1% would return "SUPERCOOL". With the same logic, %s_original_path~2% would return "strange".
You can create folders in the "Comman executor"-node by using the md (makedir) command. This is dos, has nothing to do with FFAStrans but you utilize the variables in FFAStrans to dynamically construct your command line.
Hope this helps
-steinar
You can "monitor" folders by monitoring files with the "Recurse"-option checked. So lets say you monitor "d:\media"...
Use %s_original_path~n% to retrieve the folder name(s) of the original file. Replacing n with 1 gives you the folder name that holds the files. F.ex.if you pick up the file "d:\media\something\strange\SUPERCOOL\Test_StL.wav", using %s_original_path~1% would return "SUPERCOOL". With the same logic, %s_original_path~2% would return "strange".
You can create folders in the "Comman executor"-node by using the md (makedir) command. This is dos, has nothing to do with FFAStrans but you utilize the variables in FFAStrans to dynamically construct your command line.
Hope this helps
-steinar
Re: Two mono audio streams to one stereo audio stream
Hi Steinar,
Please suggest on below error.
Mono_To_Stereo|2017/04/11 16:00:54|2017/04/11 16:01:58|\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU.StL.wav|Process exited with error code: 1 (The system cannot find the file specified.)|0
Files processed successfully but source files can't move to completed folder. If source files are not there how come output file processed?
I attached logs of both the files (Error file and sucessfully processed file)
Thanks,
Vijay
Please suggest on below error.
Mono_To_Stereo|2017/04/11 16:00:54|2017/04/11 16:01:58|\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU.StL.wav|Process exited with error code: 1 (The system cannot find the file specified.)|0
Files processed successfully but source files can't move to completed folder. If source files are not there how come output file processed?
I attached logs of both the files (Error file and sucessfully processed file)
Thanks,
Vijay
Re: Two mono audio streams to one stereo audio stream
Your file naming is not consistent.
What you process:
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU.StL.wav
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU.StR.wav
What you try to move:
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU_StL.wav
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU_StR.wav
-steinar
What you process:
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU.StL.wav
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU.StR.wav
What you try to move:
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU_StL.wav
\\tnc1\IDS_ITUNES\TERN\Mono_To_Stereo\Inbox\TE00001124_01_0001_A0_HD_HD_D_PV02_A_DEU_StR.wav
-steinar
Re: Two mono audio streams to one stereo audio stream
Thanks for your support.
Re: Two mono audio streams to one stereo audio stream
Hi Steinar,
I am receiving below message while processing jobs on 0.8.0.2 version.
Once I click on OK, job start processing.
Please find attached workflow I am using, after completion of jobs I am getting two notification in status monitor window. Please find below screenshot for your reference.
Please suggest if there is any changes require in workflow.
Can you please check and suggest.
Regards,
Vijay
I am receiving below message while processing jobs on 0.8.0.2 version.
Once I click on OK, job start processing.
Please find attached workflow I am using, after completion of jobs I am getting two notification in status monitor window. Please find below screenshot for your reference.
Please suggest if there is any changes require in workflow.
Can you please check and suggest.
Regards,
Vijay
Re: Two mono audio streams to one stereo audio stream
Oh that's a bad one!
I've updated to 0.8.0.3. Please upgrade.
Thanks for reporting!
-steinar
I've updated to 0.8.0.3. Please upgrade.
Thanks for reporting!
-steinar
-
- Posts: 1
- Joined: Thu Nov 29, 2018 10:52 am
Re: Two mono audio streams to one stereo audio stream
Hi, I can't get this to work in v0.9.3, the custom ffmpeg doesn't get populated with a path to the file so errors with no video or audio. If I try and make a directory named after the user variable using the command executor this errors with error 1 so again the path is not being passed over. Any ideas?admin wrote: ↑Tue Apr 04, 2017 9:29 pm You can construct a new name by f.ex. setting %s_my_user_var% to $trimr("%s_original_name%", 2). %s_my_user_var% is now set to "Test". *_L" is stripped away.
On the destination folder node check the "Drop original name" option and insert your variable %s_my_user_var% in the "Prefix" field. Now your output should be "Test.wav" if you input file was "Test_L.wav".
-steinar
thanks,
Paul