新增video-loop-fill接口

* FIX : 修复ffmpeg_concat_medias没有添加inputs的bug
* FIX: ffmpeg_slice_media和ffmpeg_slice_stream_media新增marker时间范围检查,如切割点不在视频时长范围内会报错
* 新增video-loop-fill接口

---------

Merge request URL: https://g-ldyi2063.coding.net/p/dev/d/modalDeploy/git/merge/4740
Co-authored-by: shuohigh@gmail.com
This commit is contained in:
2025-05-23 14:27:38 +08:00
committed by Coding
parent be72473e4a
commit 225a003d45
6 changed files with 270 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "BowongModalFunctions"
dynamic = ["version"]
version = "0.1.4"
authors = [
{ name = "Yudi Xiao", email = "xyd@bowong.ai" },
]
@@ -31,6 +31,7 @@ dependencies = [
"modal>=0.76.3",
"python-dotenv>=1.1.0",
"python-multipart>=0.0.20",
"m3u8>=6.0.0",
]
classifiers = [
"Programming Language :: Python :: 3",