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

Option for script to make new log file not overwrite existing?

hwwilliams opened this issue · comments

I have this running automatically everyday and it's been awesome so far but I was thinking it'd be nice if I could see log files from previous script runs. I don't know if anyone would find that useful but I think I'd be nice.

If it's a bunch of work to rewrite stuff though then its fine, just a thought.

commented

This will be addressed in the next release, thanks for the suggestion!