chore(analyzer): move ffmpeg and utils modules to pipeline
This commit is contained in:
parent
120f24b1a4
commit
c6124b4012
5 changed files with 5 additions and 5 deletions
|
@ -5,7 +5,7 @@ from typing import Any, Dict
|
|||
|
||||
from loguru import logger
|
||||
|
||||
from ..ffmpeg import compute_silences, probe_duration
|
||||
from ._ffmpeg import compute_silences, probe_duration
|
||||
|
||||
|
||||
def analyze_cuepoint(filepath: str, metadata: Dict[str, Any]) -> Dict[str, Any]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue