From 717a3882f22501ee55df5d12af19dece0e723531 Mon Sep 17 00:00:00 2001 From: "Juan D. Jara" Date: Mon, 11 May 2020 02:29:17 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f2d580..562256a 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ You can start a development version that listens for changes in the files with t ### transcoder details -It only transcode to webm now, video bitrate of 1024k and an audio bitrate of 128k. However, it can run any ffmpeg command that is implemented. Other ffmpeg parameters used are '-crf 17', '-error-resilient 1', '-deadline good', '-cpu-used 2' +It only transcodes to webm now, with a video bitrate of 1024k and an audio bitrate of 128k. However, it can run any ffmpeg command that is implemented. Other ffmpeg parameters used are '-crf 17', '-error-resilient 1', '-deadline good', '-cpu-used 2'