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

Force additional AAC (stereo) audio stream?

LilChippyD opened this issue · comments

I'm curious if there's a way to make sure it always creates a Stereo audio stream to be chosen. Was watching at my girlfriend's place through TV speakers and the quality was not so great with the only 5.1 stream, obviously. Love the script! Thanks!

commented

It would require changing the ffmpeg options, which would be pretty clumsy in the script's current iteration. I'm planning on working on an update soon, I'll consider adding this in.

commented

Implemented in #51