ffmpeg to ffmpeg package

This commit is contained in:
Zen 2020-12-27 04:50:52 +02:00
parent 3dd430a329
commit 8ee638e902
2 changed files with 2 additions and 1 deletions

1
av1an/ffmpeg/__init__.py Normal file
View file

@ -0,0 +1 @@
from .ffmpeg import *

View file

@ -5,7 +5,7 @@ import subprocess
from pathlib import Path
from subprocess import PIPE, STDOUT
from typing import List
from .logger import log
from av1an.logger import log
def frame_probe_ffmpeg(source: Path):