I have many files in the folder:
Filename1.mp4
Filename2.mp4
Filename3.mp4
Etc.
As well as many files with added suffix to the name:
Filename1_x264.mp4
Filename2_x264.mp4
Filename3_x264.mp4
Etc.
I am trying to catch the matching pairs using find
command and execute an external command on them but can't figure out a way to do it yet.
Any ideas would be greatly appreciated.