lianganwei1994

Results 1 issues of lianganwei1994

Thanks for provide this convenient project which help me a lot,but I've encounter a big trouble as folw: process1 = ( ffmpeg .input("XXX") .output('pipe:', format='rawvideo', pix_fmt='rgb24',video_bitrate=1244160, vframes=100) .run_async(pipe_stdout=True) ) here...