command = (['ffmpeg', '-framerate', '25'] + video_source(stack) +
['-f', 'pulse', '-ac', '2', '-i', 'default', filename])
# pylint: disable=consider-using-with
command = (['ffmpeg', '-framerate', '25'] + video_source(stack) +
['-f', 'pulse', '-ac', '2', '-i', 'default', filename])
# pylint: disable=consider-using-with