Bloxxy
Bloxxy
Can you use ffprobe to get the duration writen to the file metadata? Also, you can try to re-encode it using ffmpeg since that most of the time solves issues...
Can you show us the code you used?
Thanks, but I started using ffmpeg to record the browser so I cannot test this method. But thanks anyways!
(This code has been tested on windows. I dont think it works on linux) ffmpeg -y -rtbufsize 30M -f gdigrab -thread_queue_size 4096 -probesize 5M -draw_mouse 0 -i title="Page Tittle -...
Yeah. With puppeteer-stream it uses VP8 software video encoding and libopus software audio encoding. With ffmpeg you could just copy the video stream (You should use a hardware encoder tho,...
for user:password auth you cannot use chrome/chromium (not supported yet, you need to intercept requests to use poxies with auth)
The last ideea is actually easy to program, and very efficient. In a matter of minutes you can create a proxy system, and you can use some kind of api...
Hey @MShawon , I found pretty interesting stuff while rewriting my view bot, you should check it out. It turns out, that my theory that google makes a big list...
@MShawon Firstly you add some code that runs on new documents, and the code should set navigator.webdriver to false: ```python code = "Object.defineProperty(navigator, 'webdriver', { value: false, configurable: false, enumerable:...
> @JijaProGamer But selenium Firefox doesn't support `driver.execute_cdp_cmd()` Yeah, Ive sent a fix rn