mummybot / convert-videos-for-plex

Converts all videos in nested folders to h264 and audio to aac using HandBrake with the Fast 1080p30 preset.
54 stars 9 forks source link

Video testing fails in dry run and transcode #13

Open nathanaeljames opened 1 year ago

nathanaeljames commented 1 year ago

I have installed this on multiple machines, WSL on Windows and MacOS. When doing a transcode or even a dry run, convert-videos-for-plex will successfully identify and skip videos which it has already transcoded, returning Skipping (video format AVC Main@L4 will already play in Plex) UNTIL it comes to the first video in the directory which requires transcoding, after which point it will return false positives for everything in the directory and if -r is used it will transcode the video again despite it already being in the proper format. This makes it impossible to use this tool to do periodic checks of the entire library to eliminate one-off videos in the wrong format.

falconraptor commented 4 months ago

Please try my fork in Python: https://github.com/falconraptor/convert-videos-for-plex Another option is https://github.com/mdhiggins/sickbeard_mp4_automator