Tucker Willenborg

Results 81 comments of Tucker Willenborg

@phinjensen Thanks for posting this! A plugin is a much better solution.

I did correctly eject from menu bar. Haven't made that mistake since my thunderbolt cable got knocked and blew up every app regardless of the GPU it was running on....

Can't reproduce either issue with eGPU readings disabled (not that I could ever reproduce the plug-in one consistently - probably a fluke).

Thanks! @effigies Looking at the indexed-gzip docs, I was able to find the flag - ```keep_file_open = True``` While indexed-gzip alone does help, that's all that is needed for this...

I'm looking for nearly the exact use case, and am encountering the same error. Passing -f png gets a clearer error message: ```[NULL @ 0x6ab100] Requested output format 'png' is...

Can confirm. The only enabled encoders are (ffmpeg -enccoders): ``` V..... libvpx libvpx VP8 (codec vp8) A..... libopus libopus Opus (codec opus) ``` Whereas my machine has a massive list,...

You would need to compile from source, and add the PNG flag for the encoders. Not sure if it is supported though (might not be included because it doesn't work)....

I'm not finding a good way to dump the raw pixel data either. Checking the compile options, you'll see: --enable-demuxer=image2 However the muxer is missing. Haven't tested it yet, but...

Ok. Source compile looks like it is going to be painful. Docker is crashing on me, and the compile might have had problems anyway (got the error in #149) Have...