From b2fd3c9cf5f51f6e85cd543ec4b7db4f343c52f6 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 18 Jun 2022 03:33:38 -0400 Subject: [PATCH] Adjust link to guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cd15b5..da4ead6 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 which can better handle transcoding, take advantage of hardware acceleration, or distribute transcodes across multiple servers for load balancing. +`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 @@ -18,7 +18,7 @@ rffmpeg is a remote FFmpeg wrapper used to execute FFmpeg commands on a remote s 1. Profit! -For a more detailed setup guide, see [the SETUP guide](SETUP.md). +For more detailed instructions, including what must be done to ensure data can be passed between the servers, please see [the SETUP guide](SETUP.md). ## rffmpeg options and caveats