8000 #4: print ffmpeg version · Powercoder64/ffmpeg-python@a32ba18 · GitHub
[go: up one dir, main page]

Skip to content

Commit a32ba18

Browse files
committed
kkroening#4: print ffmpeg version
1 parent 4fe531f commit a32ba18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ffmpeg/tests/test_ffmpeg.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
12
import ffmpeg
23
import os
4+
import subprocess
35

46

57
TEST_DIR = os.path.dirname(__file__)
@@ -9,6 +11,9 @@
911
TEST_OUTPUT_FILE = os.path.join(SAMPLE_DATA_DIR, 'dummy2.mp4')
1012

1113

14+
print(subprocess.check_call(['-version']))
15+
16+
1217
def test_fluent_equality():
1318
base1 = ffmpeg.file_input('dummy1.mp4')
1419
base2 = ffmpeg.file_input('dummy1.mp4')

0 commit comments

Comments
 (0)
0