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

Feature Request #39

Closed Shane01638 closed 4 years ago

Shane01638 commented 6 years ago

I'm not sure where to post this. I was wondering if a similar script could be created to do the following:

  1. Check folder for .mp4, if exist, then ignore
  2. Convert mkv to 720p mp4 with AAC audio
  3. If 1080p exist in mkv filename, replace with 720p for new mp4 filename, if not exist, add 720p in new filename.
  4. Keep all files
  5. Option to remove non-English subs if exist
BrianDMG commented 4 years ago

It would be fairly straight-forward to do, but I'm very strapped for time these days. Perhaps you or someone else could fork and create a script with those features?