mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-15 10:15:54 -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 {
|
return {
|
||||||
id: "Tdarr_Plugin_075a_Transcode_Customisable",
|
id: "Tdarr_Plugin_075a_Transcode_Customisable",
|
||||||
Stage: "Pre-processing",
|
Stage: "Pre-processing",
|
||||||
Name: "Transcode Customisable",
|
Name: "Video Transcode Customisable",
|
||||||
Type: "",
|
Type: "",
|
||||||
Operation: "Transcode",
|
Operation: "Transcode",
|
||||||
Description: `[TESTING][Contains built-in filter] Specify codec filter and transcode arguments for HandBrake or FFmpeg \n\n`,
|
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
|
\\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
|
\\nExample:\\n
|
||||||
|
|
||||||
hevc
|
hevc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue