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
df577a485c
commit
bf2b413ee8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue