New video clipping util
This commit is contained in:
@@ -1365,7 +1365,7 @@ async def clip_video(
|
|||||||
video_file: UploadFile = File(...),
|
video_file: UploadFile = File(...),
|
||||||
start_time: str = Form(...),
|
start_time: str = Form(...),
|
||||||
end_time: str = Form(...),
|
end_time: str = Form(...),
|
||||||
reencode: bool = False,
|
reencode: bool = Form(False), # reencode: bool = False,
|
||||||
):
|
):
|
||||||
log.setLevel(logging.DEBUG)
|
log.setLevel(logging.DEBUG)
|
||||||
log.debug(locals())
|
log.debug(locals())
|
||||||
|
|||||||
Reference in New Issue
Block a user