mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
#4: fix test directory assertion
This commit is contained in:
parent
9397923281
commit
1d783fa73b
@ -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'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user