playwright/src/server/chromium
Dmitry Gozman 1a464c732c
feat(video): switch vp8 in ffmpeg to realtime (#5260)
This switches vp8 to "realtime" mode that works fast, adapting to
the speed of incoming frames, and produces the best quality in can
given realtime constraints.

In practice, this gives 2x larger video files but no noticible quality
difference. It also eliminates huge delays for encoding the video.

Drive-by: document our ffmpeg option choices and add some links
to documentation for future use.
2021-02-02 17:14:39 -08:00
..
chromium.ts feat(ui): extract recorder sidebar into a window (#5223) 2021-01-31 16:37:13 -08:00
crAccessibility.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
crBrowser.ts chore: centralize playwright creation, bind context listeners to instance (#5217) 2021-01-29 16:00:56 -08:00
crConnection.ts feat(errors): append recent browser logs when browser disconnects (#4625) 2020-12-08 09:35:28 -08:00
crCoverage.ts fix(debug): do not generate source urls for anonymous scripts (#3691) 2020-11-13 14:47:55 -08:00
crDevTools.ts chore: move chromium to src/server/chromium, enfore installer deps (#3582) 2020-08-22 15:46:42 -07:00
crExecutionContext.ts chore: remove source maps in pwdebug mode (#5148) 2021-01-25 16:36:57 -08:00
crInput.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
crNetworkManager.ts fix(chromium): make interception work with dedicated workers (#4658) 2020-12-10 15:04:57 -08:00
crPage.ts fix(oopifs): ignore target closure when broadcasting across oopifs (#5246) 2021-02-02 10:21:42 -08:00
crPdf.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
crProtocolHelper.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
protocol.ts docs: document electron api (#5229) 2021-02-01 11:43:26 -08:00
videoRecorder.ts feat(video): switch vp8 in ffmpeg to realtime (#5260) 2021-02-02 17:14:39 -08:00