Page 1 of 1

Is there a way to define the file format in Regext

Posted: Wed Sep 18, 2019 11:21 am
by APerson
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

Re: Is there a way to define the file format in Regext

Posted: Wed Sep 18, 2019 1:00 pm
by momocampo
Hello,
Well, you should read the post called "Merge video and audio". We speak about what you want and I uploaded a workflow to merge video and audio.
You should have to modify a little bit these workflow but you will have the idea.
;)

Re: Is there a way to define the file format in Regext

Posted: Wed Sep 18, 2019 1:01 pm
by APerson
momocampo wrote: Wed Sep 18, 2019 1:00 pm Hello,
Well, you should read the post called "Merge video and audio". We speak about what you want and I post a workflow to merge video and audio.
You should have to modify a little bit these workflow but you will have the idea.
;)
Ok Thanks :D

Re: Is there a way to define the file format in Regext

Posted: Wed Sep 18, 2019 1:30 pm
by APerson
Can someone help me, im having so many errors