Skip to content
Samuel edited this page Nov 16, 2016 · 8 revisions
  • Enable GPU acceleration
    Use graphics processing unit (GPU) acceleration with AviSynth and VLC engines.
    Note: Works only on video cards with GPU acceleration supported.

  • Lossless DVD video playback
    Do not transcode DVD.

Misc settings

  • Transcoding quality (MPEG-2)
    Sets the quality for MPEG-2 conversion; MPEG-2 is the fallback format if the client does not support a video format natively.
    You can choose a predefinined value or make a custom one. Automatic options are highly recommended since they will adapt based on the videos type and the quality of your network.

  • Transcoding quality (H.264)
    Sets the quality for H.264 conversion. Possible values are either "Automatic (Wired)", "Automatic (Wireless)",
    "Lossless quality (16)" or a custom CRF (Constant Rate Factor) value.
    Automatic options are highly recommended since they will adapt based on the video type and the quality of for your network.

  • Skip transcoding for the following extensions
    Do not transcode files with an extension in the list.
    Asterisk * means do not transcode anything.
    Note: This overrides the renderer configuration. It should only be used for troubleshooting when you are not able to edit the renderer configuration.
    Will not work with files having subtitle(s).

  • Force transcoding for the following extensions
    Always transcode files with an extension in the list.
    Asterisk * means transcode everything.
    Note: This overrides the renderer configuration. It should only be used for troubleshooting when you are not able to edit the renderer configuration.


Clone this wiki locally