Is there a way to define the file format in Regext
Posted: Wed Sep 18, 2019 11:21 am
HI All,
I have a populate variable used to find the name of two matching files which then later need to get merged together.
the workflow starts of with two wtahc folder, i need to find the matching name of the video and audio
they are named the same except for the ending which has a Fixed variable followed by random string e.g
filename_High555458586669.mp4 video
filename_High865848652145896.wav audio
the filename match and then the _High match for all videos. but the strings after HIgh are different.
i got this in populate variable
$regext("%s_original_name%","(.+)_High")
problem is that the audio and video file are separate, i need a way to make them merge after getting transcoded via a ffmpeg command then output in a out delivery box.
I can make a watch folder for audio and video then add delivery where they are dropped then go through the populate variable to match the audio and video. i just dont knw how i can make sure that when they merge after if it will merge with the right audio and video and will get transcoded.
Any advice + help will be appreciated
I have a populate variable used to find the name of two matching files which then later need to get merged together.
the workflow starts of with two wtahc folder, i need to find the matching name of the video and audio
they are named the same except for the ending which has a Fixed variable followed by random string e.g
filename_High555458586669.mp4 video
filename_High865848652145896.wav audio
the filename match and then the _High match for all videos. but the strings after HIgh are different.
i got this in populate variable
$regext("%s_original_name%","(.+)_High")
problem is that the audio and video file are separate, i need a way to make them merge after getting transcoded via a ffmpeg command then output in a out delivery box.
I can make a watch folder for audio and video then add delivery where they are dropped then go through the populate variable to match the audio and video. i just dont knw how i can make sure that when they merge after if it will merge with the right audio and video and will get transcoded.
Any advice + help will be appreciated