1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/streama_ynh.git synced 2024-09-03 20:26:30 +02:00

Update README.md

This commit is contained in:
liberodark 2020-05-29 15:10:27 +02:00 committed by GitHub
parent 757a3ff5da
commit 9454bcb153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: