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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option to disable or adjust file size check percentage

onedererer opened this issue · comments

commented

Good suggestion, I'll definitely add that in a future update. In the meantime, if you search for ".75" in the script and replace with the value you want (where .75 = 75%), that will change the threshold.

commented

This feature will be available in v4.0 (currently in the feature/unify), which should be in master in the next few weeks.