mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Codec examples
This commit is contained in:
parent
93b7f3de95
commit
e41b457e20
1 changed files with 13 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ module.exports.details = function details() {
|
|||
return {
|
||||
id: "Tdarr_Plugin_075a_Transcode_Customisable",
|
||||
Stage: "Pre-processing",
|
||||
Name: "Transcode Customisable",
|
||||
Name: "Video Transcode Customisable",
|
||||
Type: "",
|
||||
Operation: "Transcode",
|
||||
Description: `[TESTING][Contains built-in filter] Specify codec filter and transcode arguments for HandBrake or FFmpeg \n\n`,
|
||||
|
|
@ -19,6 +19,18 @@ module.exports.details = function details() {
|
|||
|
||||
\\nFor example, if you're transcoding into hevc (h265), then add a filter to prevent hevc being transcoded so your newly transcoded files won't be infinitely looped/processed. \\n
|
||||
|
||||
|
||||
\\nCommon video codecs:
|
||||
|
||||
\\nmpeg4
|
||||
\\nhevc
|
||||
\\nh264
|
||||
\\nmpeg2video
|
||||
\\ntheora
|
||||
\\nvp8
|
||||
\\nvp9
|
||||
|
||||
|
||||
\\nExample:\\n
|
||||
|
||||
hevc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue