New video clipping util

This commit is contained in:
Scott Idem
2023-11-10 19:17:02 -05:00
parent 6268d04d16
commit 7423e66fec

View File

@@ -1365,7 +1365,7 @@ async def clip_video(
video_file: UploadFile = File(...),
start_time: str = Form(...),
end_time: str = Form(...),
reencode: bool = False,
reencode: bool = Form(False), # reencode: bool = False,
):
log.setLevel(logging.DEBUG)
log.debug(locals())