mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
ffmpeg to ffmpeg package
This commit is contained in:
parent
3dd430a329
commit
8ee638e902
2 changed files with 2 additions and 1 deletions
1
av1an/ffmpeg/__init__.py
Normal file
1
av1an/ffmpeg/__init__.py
Normal file
|
@ -0,0 +1 @@
|
||||||
|
from .ffmpeg import *
|
|
@ -5,7 +5,7 @@ import subprocess
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from subprocess import PIPE, STDOUT
|
from subprocess import PIPE, STDOUT
|
||||||
from typing import List
|
from typing import List
|
||||||
from .logger import log
|
from av1an.logger import log
|
||||||
|
|
||||||
|
|
||||||
def frame_probe_ffmpeg(source: Path):
|
def frame_probe_ffmpeg(source: Path):
|
Loading…
Reference in a new issue