-
Notifications
You must be signed in to change notification settings - Fork 11
Command Encode
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).
plexus encode -l /path/to/list.txt -d /path/to/media/ [flags]
plexus encode -l /path/to/list.txt -r RCloneRemote: [flags]
Audio codec. Default = aac. This allows you to set a preferred audio codec on runtime, rather than setting a default via the config function.
Media directory. Default = /mnt/plexdrive. This is the directory that your media is stored within.
Force overwrite. Default = true. The newly encoded file will overwrite the existing file.
List location. Default = /root/.plexus/list.txt. This is where your previously generated list file is.
FFMpeg preset. Default = faster. This is the FFmpeg preset that will be used when encoding your media.
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.
Video codec. Default = h264. This allows you to set a preferred video codec on runtime, rather than setting a default via the config function.
Limit RClone's active connection speed. To prevent using too much bandwidth, you can set an active limit in KB/s.
Show detailed log. Shows you a more detailed log of what's happening. Use this when expriencing issues.