Tdarr_Plugin_MC93_Migz1FFMPEG
Migz Transcode Using Nvidia GPU & FFMPEG (v3.1)
Files not in H265 will be transcoded into H265 using Nvidia GPU with ffmpeg. Settings are dependant on file bitrate Working by the logic that H265 can support the same ammount of data at half the bitrate of H264. NVDEC & NVENC compatable GPU required. This plugin will skip any files that are in the VP9 codec.
Inputs:
Name: container
Type: string
Tooltip:
Specify output container of file. Use 'original' wihout quotes to keep original container.
\n Ensure that all stream types you may have are supported by your chosen container.
\n mkv is recommended.
\nExample:\n
mkv
\nExample:\n
mp4
\nExample:\n
original
Name: bitrate_cutoff
Type: string
Tooltip:
Specify bitrate cutoff, files with a current bitrate lower then this will not be transcoded.
\n Rate is in kbps.
\n Leave empty to disable.
\nExample:\n
6000
\nExample:\n
4000
Name: enable_10bit
Type: boolean
Tooltip:
Specify if output file should be 10bit. Default is false.
\nExample:\n
true
\nExample:\n
false
Name: enable_bframes
Type: boolean
Tooltip:
Specify if b frames should be used.
\n Using B frames should decrease file sizes but are only supported on newer GPUs.
\n Default is false.
\nExample:\n
true
\nExample:\n
false
Name: force_conform
Type: boolean
Tooltip:
Make the file conform to output containers requirements.
\n Drop hdmv_pgs_subtitle/eia_608/subrip/timed_id3 for MP4.
\n Drop data streams/mov_text/eia_608/timed_id3 for MKV.
\n Default is false.
\nExample:\n
true
\nExample:\n
false