#4: fix test directory assertion

This commit is contained in:
Karl Kroening 2017-05-25 15:10:10 -10:00
parent 9397923281
commit 1d783fa73b

View File

@ -104,7 +104,7 @@ def test_get_args_complex_filter():
'[1]hflip[v3];' \ '[1]hflip[v3];' \
'[v2][v3]overlay=eof_action=repeat[v4];' \ '[v2][v3]overlay=eof_action=repeat[v4];' \
'[v4]drawbox=50:50:120:120:red:t=5[v5]', '[v4]drawbox=50:50:120:120:red:t=5[v5]',
'-map', '[v5]', '/Users/karlk/src/ffmpeg_wrapper/ffmpeg/tests/sample_data/dummy2.mp4', '-map', '[v5]', os.path.join(SAMPLE_DATA_DIR, 'dummy2.mp4'),
'-y' '-y'
] ]