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

Customize Handbreak Settings

jmartinezmd opened this issue · comments

Is the script modifiable in a way we can change Handbrake settings to our liking (ie. I want to encode files to H265 instead of H264)?

commented

Hey @jmartinezmd, you can absolutely modify the script and change the Handbrake values to whatever you like. @Lowestkillcount created a fork that focuses on H265 (https://github.com/Lowestkillcount/conv2mp4-ps/commits/h265), so I'd recommend checking that out (I don't have any intention of looking into H265 until it has wider adoption).