This Powershell script will recursively search through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio using ffmpeg. The purpose of this script is to reduce transcoding CPU load on a media server like Plex or Emby and increase video compatibility across platforms.
Fix out_path to have it set to the correct value from config file
Reset cfg.out_path to empty string at the start of each loop to prevent creating multiple subdirectories
Fix out_path to have it set to the correct value from config file Reset cfg.out_path to empty string at the start of each loop to prevent creating multiple subdirectories
Closes #58