BrianDMG / conv2mp4

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.
129 stars 23 forks source link

Update conv2mp4-ps.ps1 #60

Closed BladeWDR closed 4 years ago

BladeWDR commented 4 years ago

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