markszabo / tapo-c200-timelapse

This is my setup to take time-lapse videos from my balcony with a Raspberry Pi using a TP-Link Tapo C200 IP-Camera
91 stars 17 forks source link

Add FFMPEG support #6

Closed lasdou closed 5 months ago

lasdou commented 5 months ago

In some case VLC is not working properly for some users

the workaround is to use FFMPEG instead that gives good results.

lasdou commented 5 months ago

Also you could have a solution for storing snapshot using jpeg compression instead of png. see here : https://github.com/kkroening/ffmpeg-python/blob/df129c7ba30aaa9ffffb81a48f53aa7253b0b4e6/examples/read_frame_as_jpeg.py#L19