
Okay So:
I have a 2 folders, video and audio where all the unwrapped files get placed into.
The video files contains 100+ files all have same naming convention.
E.g
food_show_johnsCooking_P2Highc450277201909032309330827.m2v
or
travel_Doc_worldOfWonders_P2High00c4502772015445548438484.m2v
same structure for audio.
food_show_johnsCooking_P2High00c450277201909032309330843.wav
audio have the exact same name as the video except for the random numbers that get added at the end and from the files I've seen, its not exact amount of random strings that are added.
What i need to do is take the video and its audio file either single stereo (or some which have a left and right audio file) and merge them to give me an output of a single file which is the video that has audio in it.
the original videos in the video file do not have audio and my task is to get the right audio for each of the video and merge them together
All video files are .m2v
All audio files are .wav
When the audio ad video folder is empty, the lecture will place a video and audio to its folder to see if the new placed files get picked up and merged.
i was going to move the video and audio file from the original location to the in folder and then process them bu merging.
The issue i'm having is i do not know how to make sure that the correct audio and video file is pulled into the in folder.
I really do appreciate for all the help
