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
aac emby ffmpeg ffprobe h264 handbrakecli kodi plex plex-library plex-media-server plex-server plex-transcoding powershell powershell-script video video-compatibility video-conversion video-encoding video-processing video-transcoding

conv2mp4

Main pipeline Dev pipeline Latest git release Latest Dockerhub release Commits since last release Code size Github issues Github stars

Powershell script that recursively searches through a user-defined file path and convert all videos of user-specified file types to MP4 with H264 video and AAC audio as needed using ffmpeg. If a conversion failure is detected, the script re-encodes the file with HandbrakeCLI. Upon successful encoding, Plex libraries are refreshed and source file is deleted. The purpose of this script is to reduce the amount of transcoding CPU load on a Plex server and increase video compatibility across platforms.

Get the latest image at Dockerhub

Features

UsageConfiguration

Want to contribute? Pull requests welcome!
GitLab | Github | Dockerhub