Merge pull request #32 from Helvio88/patch-1

Update README.md
This commit is contained in:
aptalca 2022-02-04 12:30:33 -05:00 committed by GitHub
commit 0a3b8b995a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ All images should be a png and run through pngquant for web optimization IE:
pngquant yourimage.png
```
Videos should be mp4 format and compressed pretty heavily to be optimized for web while load quickly in the web interface, IE using ffmpeg: (aac is also acceptible, but I had better results with mp3)
Videos should be mp4 format and compressed pretty heavily to be optimized for web while load quickly in the web interface, IE using ffmpeg: (aac is also acceptable, but I had better results with mp3)
```
ffmpeg -i input.mp4 -c:v libx264 -preset slow -crf 32 -acodec libmp3lame -qscale:a 7 output.mp4