Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Command Encode

Robert Thomas edited this page Jan 25, 2019 · 3 revisions

Description

The encode command processes a list generated from the list command and converts each listed file into two proposed codecs (set to H264 and AAC by default).

Usage

plexus encode -l /path/to/list.txt -d /path/to/media/ [flags]

plexus encode -l /path/to/list.txt -r RCloneRemote: [flags]

Flags

-a

Audio codec. Default = aac. This allows you to set a preferred audio codec on runtime, rather than setting a default via the config function.

-d

Media directory. Default = /mnt/plexdrive. This is the directory that your media is stored within.

-f

Force overwrite. Default = true. The newly encoded file will overwrite the existing file.

-l

List location. Default = /root/.plexus/list.txt. This is where your previously generated list file is.

-p

FFMpeg preset. Default = faster. This is the FFmpeg preset that will be used when encoding your media.

-r

RClone remote. Use this for RClone integration. Don't use this if you're converting local media. This points Plexus to your pre-configured RClone remote.

-v

Video codec. Default = h264. This allows you to set a preferred video codec on runtime, rather than setting a default via the config function.

--bwlimit

Limit RClone's active connection speed. To prevent using too much bandwidth, you can set an active limit in KB/s.

--verbose

Show detailed log. Shows you a more detailed log of what's happening. Use this when expriencing issues.

Clone this wiki locally