Added pixel format to readme

This commit is contained in:
Zen 2020-01-26 22:58:45 +02:00 committed by GitHub
parent 941973e15d
commit b799bcc8d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,6 +60,8 @@ With your own parameters:
-vf --video_filter FFmpeg video filter options. Example: -vf --video_filter FFmpeg video filter options. Example:
... -vf 'scale=320:240' ... ... -vf 'scale=320:240' ...
-fmt --pix_format Setting custom pixel/bit format(Default: 'yuv420p')
Example for 10 bit: 'yuv420p10le'
-log --logging Path to .log file(Default: no logging) -log --logging Path to .log file(Default: no logging)
Currently not working on Windows Currently not working on Windows