From f58ea1cb7a6a23ca6a909bdf296c0e4d576ec662 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Fri, 9 Aug 2019 19:30:35 +0200 Subject: [PATCH] change README.md to english give some more explanation Signed-off-by: Conrad Zelck <git@simpel.cc> --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8c8aeb..a3d6ace 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # R128 -Diese GUI misst die Lautheit nach EBU R128 von MXF-Files mit Hilfe von ffmpeg. +This application measures loudness according to EBU R128 with ffmpeg. + +You can send video or audio files to the app. +Channel layout inside video can be mono or stereo. But mono files will temporarily merge to a stereo file at first. +Temporary output.wav is exported to %temp% in 24bit 48kHz. \ No newline at end of file -- GitLab