Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
xiaoqi
/
mp4giftconvert
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e2d22008
authored
a month ago
by
xiaoqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脚本
parent
c3c8998c
master
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
convert_webp_2_mp4.py
convert_webp_2_mp4.py
View file @
e2d22008
...
...
@@ -314,6 +314,7 @@ def convert_to_grayscale(input_folder, output_folder):
def
check_file_or_dir
(
userinput
,
output_file_path
:
str
=
None
,
output_name
:
str
=
None
):
print
(
f
"入参:userinput={userinput} output_file_path={output_file_path} output_name={output_name}"
)
# 检查路径是否存在
if
not
os
.
path
.
exists
(
userinput
):
print
(
f
"路径不存在:{userinput}"
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment