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

Request - Queuing

Hazado opened this issue · comments

Could you build queuing into your script?
So say the script is already running and it gets started again, the new script will wait until the other exits to continue?
or it saves the path that the other one wanted to process and process that path once its done with its files.

This would prevent the script from running two+ instances of ffmpeg or handbrake

commented

Added in v2.2