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:
Sergio Costas 2015-08-30 01:09:18 +02:00
parent 3c1c32b4de
commit 15e237bab2
6 changed files with 135 additions and 5 deletions

View file

@ -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