From 89aae9763501a1d9ad0d7c4102ee7f50a9e21565 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 18 Jun 2022 03:32:43 -0400 Subject: [PATCH] Adjust tag line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da38d38..0cd15b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rffmpeg -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 to better handle the load. +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. ## Quick usage