1) Transcode plugin using nvidia GPU.
2) Plugin to clean title metadata from video if detected. This only cleans the title, the current plugin cleans all metadata if title is detected.
3) Plugin to clean audio, remove unwanted languages & tag unknown language tracks.
4) Plugin to clean subtitles, remove unwanted languages & tag unknown language tracks.
5) Plugin to convert stereo tracks to AAC and/or create downmix audio tracks.
6) Organise streams into order.
Updated for 1.104 beta to support inputs.
change install_packages to yes to automatically install the node_module that is required for this plugin.
ISO-639-2 node module can now be installed on any system automatically!
Only tested on Linux but should hypothetically work on other OS too.
Plugin that checks for unwanted audio, per 1.104 beta you can change the languages yourself from within Tdarr!
Untill you enter a value it keep english tracks by default.
Undefined languages are kept to prevent videos without sound.
If you would like to keep track of the languages you have for each file you can use the 'special' option.
-Added mitigation for embeded pictures to avoid errors during transcode.
-added mitigation for mkv unsupported subtitle codec. (codec mov_text converts to srt)
-Cleaned up unnecessary code.
"Segmentation Fault" error when truehd audio caused by truehd stream
Added search for truehd stream
-max_muxing_queue_size 1024 added to encode cli code to account for error
Changed conversion of bytes to KB from 1024 to 1000
Added infolog for bitrate
Files now check if bitrate is lower then default set bitrate. If lower decreases bitrate by percentage and converts.
Added -a53cc 0 to remove Closed Captioning Issues (closed captioning no longer kept)