Home | History | Annotate | Download | only in examples

Lines Matching full:cmd2

543     cmd2 = "mencoder '%s' -quiet -ss %d -endpos %d -o /dev/null -nosound -ovc lavc -vf cropdetect" % (video_source_filename, 2*skip, sample_length)
550 (command_output2, exitstatus2) = run(cmd2)
640 cmd2
645 run(cmd2)