diff options
Diffstat (limited to 'multimedia/emby-server/pkg-message')
-rw-r--r-- | multimedia/emby-server/pkg-message | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/multimedia/emby-server/pkg-message b/multimedia/emby-server/pkg-message index 8c8d3302158a..3075fef98793 100644 --- a/multimedia/emby-server/pkg-message +++ b/multimedia/emby-server/pkg-message @@ -1,7 +1,18 @@ -Emby Server uses ffmpeg for transcoding, which by default has -lame support disabled due to licensing issues. To enable mp3 -audio when transcoding, you must reinstall multimedia/ffmpeg -from ports with the lame support option enabled. +Emby Server uses FFmpeg for transcoding and ImageMagick for +generating thumbnails. The default ports/pkg builds of FFmpeg +and ImageMagick on FreeBSD have a number of options which +could be SET/UNSET to improve your Emby Server experience. + +It is recommended to recompile the multimedia/ffmpeg package +from ports with the following options ENABLED (SET): + - ASS (required for subtitle rendering) + - LAME (required for mp3 audio transcoding, disabled by default due to mp3 licensing restrictions) + - OPUS (required for opus audio codec support) + - X265 (required for H.265 video codec support + +It is recommended to recompile the graphics/ImageMagick package +from ports with the following options DISABLED (UNSET): + - 16BIT_PIXEL (to increase thumbnail generation performance) If you had mediabrowser installed before the project was renamed to emby-server, you may want to rename the user and |