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:18:26 +02:00 committed by GitHub
parent 02e49c3d25
commit ac5d8e13b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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