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

Function Comments Incorrect

opened this issue · comments

All Encoding Functions have the same description - likely copied/pasted without being updated :)

If a file video codec is already H264, but audio codec is not AAC, use these arguments

Function EncodeBoth

If a file video codec is already H264, but audio codec is not AAC, use these arguments

Function EncodeVideo

If a file video codec is already H264, but audio codec is not AAC, use these arguments

Function EncodeAudio
commented

Good catch! Fixed. Thanks!