Lines Matching refs:output
167 output, _ = p.communicate()
170 decoded_output = output.decode('utf-8')
350 raise AssertionError(str(e.output)) from e
352 output = str(raw_output.decode('utf-8')).strip()
353 logging.debug('ffprobe command %s output: %s', ' '.join(cmd), output)
355 re.search(r'avg_frame_rate=*([0-9]+/[0-9]+)', output)
387 raise AssertionError(str(e.output)) from e
389 output = str(raw_output.decode('utf-8')).strip().split('\n')
392 for line in output:
432 raise AssertionError(str(e.output)) from e
437 output = str(raw_output.decode('utf-8')).strip().split('\n')
438 logging.debug('output: %s', output)
439 for line in output: