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:
parent
757a3ff5da
commit
9454bcb153
1 changed files with 4 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue