From 876a6633261c6e41cd7a5603773c40422e655b93 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 19 Jul 2022 22:06:31 -0400 Subject: [PATCH] Center logos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a79ce3..4f677e6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # rffmpeg +

Chat on Matrix +

`rffmpeg` is a remote FFmpeg wrapper used to execute FFmpeg commands on a remote server via SSH. It is most useful in situations involving media servers such as Jellyfin (our reference user), where one might want to perform transcoding actions with FFmpeg on a remote machine or set of machines which can better handle transcoding, take advantage of hardware acceleration, or distribute transcodes across multiple servers for load balancing.