예제 #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)