From 9454bcb153028ffdfda4de4793141b5eba7cf220 Mon Sep 17 00:00:00 2001 From: liberodark Date: Fri, 29 May 2020 15:10:27 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 668cb19..a776dc2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ Streama Server $ sudo yunohost app install https://github.com/YunoHost-Apps/streama_ynh Data Folder is in : /home/yunohost.app/streama - + +### Convert video : + + $ find -iname "*.mkv" -o -iname "*.avi" | parallel 'ffmpeg -i {} -vcodec h264 -acodec aac -strict -2 {.}.mp4' ### Upgrade this package: