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

Script reports files as same size, doesn't calculate total cumulative storage difference

hwwilliams opened this issue · comments

shot_171022_210909
shot_171022_210930

A gig in file difference, says same file size in the script output.

shot_171022_212117

This isn't a huge deal obviously, the script still converts fine. But I thought you'd like to know something isn't working as intended because I do like to occasionally see the space I'm saving.

commented

Weird, I'll look into it. Thanks for pointing it out!

commented

Just published a beta to fix this issue on the bugfix-diskusage branch. I didn't have many videos to test on, so I committed it to this branch for testing for a few days until I have enough data. Feel free to check it out and let me know how it works out for you. My limited tests have been positive.

commented

Code merged to master.