Fix: video file suffix (#10740)

### What problem does this PR solve?


### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-10-23 11:13:09 +08:00
committed by GitHub
parent 484c536f2e
commit f24d464a53
3 changed files with 4 additions and 3 deletions

View File

@ -144,7 +144,8 @@ class ParserParam(ProcessParamBase):
"video": {
"suffix":[
"mp4",
"av"
"avi",
"mkv"
],
"output_format": "json",
},