示例#1
0
文件: utils.py 项目: paulmaki/miro
def run_media_metadata_extractor(movie_path, thumbnail_path):
    from miro.plat.renderers import gst_extractor
    return gst_extractor.run(movie_path, thumbnail_path)
示例#2
0
文件: utils.py 项目: kfatehi/miro
def run_media_metadata_extractor(movie_path, thumbnail_path):
    return gst_extractor.run(movie_path, thumbnail_path)
示例#3
0
文件: utils.py 项目: kfatehi/miro
def run_media_metadata_extractor(movie_path, thumbnail_path):
    from miro.plat.renderers import gst_extractor
    return gst_extractor.run(movie_path, thumbnail_path)