Correct VideoCodec help string

This commit is contained in:
tomkat83 2016-05-15 16:30:09 +02:00
parent cbf3638076
commit 2fe457e496

View file

@ -1671,7 +1671,7 @@ class API():
'height': xxx, e.g. '816' 'height': xxx, e.g. '816'
'width': xxx, e.g. '1920' 'width': xxx, e.g. '1920'
'aspectratio': xxx, e.g. '1.78' 'aspectratio': xxx, e.g. '1.78'
'bitrate': xxx, e.g. 10642 (an int!) 'bitrate': xxx, e.g. '10642'
'container': xxx e.g. 'mkv', 'container': xxx e.g. 'mkv',
'bitDepth': xxx e.g. '8', '10' 'bitDepth': xxx e.g. '8', '10'
} }