File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
appium/webdriver/extensions Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,12 @@ def start_recording_screen(self, **options):
55
55
'mjpeg' by default. (Since Appium 1.10.0)
56
56
videoFps (int): [iOS only] The Frames Per Second rate of the recorded video. Change this value if the resulting video
57
57
is too slow or too fast. Defaults to 10. This can decrease the resulting file size.
58
+ videoFilters (str): [iOS only] The FFMPEG video filters to apply. These filters allow to scale,
59
+ flip, rotate and do many other useful transformations on the source video stream. The format of the property
60
+ must comply with https://ffmpeg.org/ffmpeg-filters.html. (Since Appium 1.15)
58
61
videoScale (str): [iOS only] The scaling value to apply. Read https://trac.ffmpeg.org/wiki/Scaling for possible values.
59
- No scale is applied by default. (Since Appium 1.10.0)
62
+ No scale is applied by default. If videoFilters are set then the scale setting is effectively ignored.
63
+ (Since Appium 1.10.0)
60
64
pixelFormat (str): [iOS only] Output pixel format. Run `ffmpeg -pix_fmts` to list possible values.
61
65
For Quicktime compatibility, set to "yuv420p" along with videoType: "libx264". (Since Appium 1.12.0)
62
66
You can’t perform that action at this time.
0 commit comments