-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video appears interlaced / combing #6
Comments
How? Is this done in a config file or a plist somewhere? |
Plex Directory. |
Perhaps the directory structure is different on linux
Which file should I be looking for to add this setting? |
Try finding for Android.xml |
Can't find the directory in FreeBSD. Can anyone provide me with the path I need? |
Symptoms:
Video appears interlaced.
Cause:
Video is interlaced from the source. Plex does not seem to be able to identify interlaced video, hence it does not deinterlace for transcoded streams.
Some clients are capable of deinterlacing the Original Quality streams that are not transcoded by Plex Media Server.
Resolution 1:
There is no known method of forcing deinterlacing support from plug-in level or Plex. Deinterlacing will require more system resources. Deinterlacing can be achieved by modifying the Client Profiles to add:
<Setting name="VideoEncodeFlags" value="-deinterlace" />
Client Profiles are located at:
64-bit Windows:
%PROGRAMFILES(X86)%\Plex\Plex Media Server\Resources\Profiles
32-bit Windows:
%PROGRAMFILES%\Plex\Plex Media Server\Resources\Profiles
Linux:
/usr/lib/plexmediaserver/Resources/Profiles
Example for Android.xml:
Restart Plex Media Server after modifying the Client Profiles.
Resolution 2:
If you have a HDHomeRun Extend (HDTC-2US), you can use transcoding profiles.
Set Pre-Transcode (HDTC-2US only) to Mobile (720p) or Internet### profiles, and video streams will be progressive / deinterlaced. Heavy profile video stream will still be interlaced.
Credits:
roberto188@plex
The text was updated successfully, but these errors were encountered: