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 16:08:15 +02:00 committed by GitHub
parent df577a485c
commit bf2b413ee8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Streama Server
### Convert video : ### Convert video :
$ find -iname "*.mkv" -o -iname "*.avi" | parallel --citation 'ffmpeg -i {} -vcodec h264 -acodec aac -strict -2 {.}.mp4' $ ./convert.sh
### Upgrade this package: ### Upgrade this package: