kundanshrivastava
Results
2
comments of
kundanshrivastava
@uvjustin, Its start working on mac with ffmpeg 4..42 and PyAV 9.2.0 but on ubuntu 20 its still not able to locate libvpx. Would you please help me to make...
@uvjustin , will you please help me with thread_count option in pyav, here is my sample code: self.container = av.open(path, mode="w") self.stream = self.container.add_stream("h264", rate=round(frame_rate)) self.stream.pix_fmt = "yuv420p" self.stream.thread_count =...