From 3cfbe163e87f484a940fd5f856ff0d6ea9394f6a Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Sun, 20 Sep 2020 03:22:33 +0300 Subject: [PATCH] this is for sure now --- videoclip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/videoclip.lua b/videoclip.lua index e668604..d4c79c6 100644 --- a/videoclip.lua +++ b/videoclip.lua @@ -175,7 +175,7 @@ encoder.create_clip = function(clip_type) end if string.match(ret.stdout, "could not open") then - mp.osd_message(string.format("Error: couldn't create the clip.\nDoes %s exist?", location), 5) + mp.osd_message(string.format("Error: %s doesn't exist.", location), 5) else mp.osd_message(string.format("Clip saved to %s.", location), 2) end