Now supports both old and new AVConv versions
Added unitary test to ensure that the version check of AVConv works fine
This commit is contained in:
parent
3c1c32b4de
commit
15e237bab2
6 changed files with 135 additions and 5 deletions
|
|
@ -23,7 +23,7 @@ import devedeng.executor
|
|||
import os
|
||||
import json
|
||||
|
||||
class avprobe(devedeng.executor.executor):
|
||||
class avprobe(devedeng.avbase.avbase):
|
||||
|
||||
supports_analize = True
|
||||
supports_play = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue