img capture then ffmpeg? cant figure out with my outstanding 360p res setting sadly, we sure live on top of giants' shoulders like such open source projects, always appreciate such time to time!
Screen capture is done with mss, then I resize with opencv and write to an ffmpeg process via a pipe! I'll talk through how it works on a stream sometime soon. The way I implemented delay between frames is probably very rough but it works.
@@davidroome137 kinda remember me writing all frames first in ramdisk then generating txt with delay written to it, then feeding that text file to ffmpeg... sounds like pipe is better option than this mess haha
img capture then ffmpeg? cant figure out with my outstanding 360p res setting sadly,
we sure live on top of giants' shoulders like such open source projects, always appreciate such time to time!
Screen capture is done with mss, then I resize with opencv and write to an ffmpeg process via a pipe! I'll talk through how it works on a stream sometime soon. The way I implemented delay between frames is probably very rough but it works.
@@davidroome137 kinda remember me writing all frames first in ramdisk then generating txt with delay written to it, then feeding that text file to ffmpeg... sounds like pipe is better option than this mess haha