Changing Names of Files Based on Address in Video
I'm exporting over 100 videos and would somehow like to change the file names using this format:
2025_SEPT_WLF_FAMILY_9x16_City, State_v100.mp4
The only thing I want changed is the CITY and STATE values in this line. It should look something like this:
2025_SEPT_WLF_FAMILY_9x16_Mays Landing, NJ_v100
2025_SEPT_WLF_FAMILY_9x16_Birmingham, England_v100
2025_SEPT_WLF_FAMILY_9x16_San Anotonio, TX_v100
I've used a .CSV file to change the these values when inputting the dates in the videos themselves. Is there a way to do so similarly here?
2025_SEPT_WLF_FAMILY_9x16_City, State_v100.mp4
The only thing I want changed is the CITY and STATE values in this line. It should look something like this:
2025_SEPT_WLF_FAMILY_9x16_Mays Landing, NJ_v100
2025_SEPT_WLF_FAMILY_9x16_Birmingham, England_v100
2025_SEPT_WLF_FAMILY_9x16_San Anotonio, TX_v100
I've used a .CSV file to change the these values when inputting the dates in the videos themselves. Is there a way to do so similarly here?