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
2421ff7a
authored
Apr 23, 2025
by
xiaoqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改成黑色
parent
c3211600
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
46 additions
and
1 deletions
convert_webp_2_mp4.py
ios/ExportOptions.plist
ios/app.ipa
ios/index.html
convert_webp_2_mp4.py
View file @
2421ff7a
...
...
@@ -158,7 +158,7 @@ def png2mp4(output_video, fps2, png_dir, target_fps: int = 1000):
image_clip
=
ImageSequenceClip
(
image_arrays
,
fps
=
fps
)
# 创建纯色背景
background_color
=
(
230
,
230
,
230
)
# 背景颜色(浅灰色
)
background_color
=
(
0
,
0
,
0
)
# 背景颜色(黑
)
background
=
ColorClip
(
size
=
image_clip
.
size
,
# 背景尺寸与图像帧一致
color
=
background_color
,
# 背景颜色
...
...
ios/ExportOptions.plist
0 → 100644
View file @
2421ff7a
<
?xml
v
e
rsion="
1
.
0
"
e
n
c
o
d
ing="UT
F
-
8
"?
>
<
!
D
O
C
TYP
E
plist
PU
B
LI
C
"-//
A
ppl
e
//
D
T
D
PLIST
1
.
0
//
E
N"
"http://www.
a
ppl
e
.
c
om/
D
T
D
s/Prop
e
rtyList-
1
.
0
.
d
t
d
"
>
<
plist
v
e
rsion="
1
.
0
"
>
<
d
i
c
t
>
<
k
e
y
>
items
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
k
e
y
>
assets
<
/k
e
y
>
<
a
rr
a
y
>
<
d
i
c
t
>
<
k
e
y
>
kind
<
/k
e
y
>
<
string
>
software-package
<
/string
>
<
k
e
y
>
url
<
/k
e
y
>
<
string
>
http://192.168.1.7:8080/app.ipa
<
/string
>
<
!--
IP
A
文件地址
--
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
k
e
y
>
metadata
<
/k
e
y
>
<
d
i
c
t
>
<
k
e
y
>
bundle-identifier
<
/k
e
y
>
<
string
>
com.ft.chat.ios
<
/string
>
<
k
e
y
>
bundle-version
<
/k
e
y
>
<
string
>
50.3
<
/string
>
<
k
e
y
>
kind
<
/k
e
y
>
<
string
>
software
<
/string
>
<
k
e
y
>
title
<
/k
e
y
>
<
string
>
FireflyLive
<
/string
>
<
/
d
i
c
t
>
<
/
d
i
c
t
>
<
/
a
rr
a
y
>
<
/
d
i
c
t
>
<
/plist
>
ios/app.ipa
0 → 100644
View file @
2421ff7a
File added
ios/index.html
0 → 100644
View file @
2421ff7a
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Install Your App
</title>
</head>
<body>
<h1>
Install Your App
</h1>
<p>
Click the link below to install the app on your device:
</p>
<a
href=
"itms-services://?action=download-manifest&url=http://192.168.1.7:8080/ExportOptions.plist"
>
Install App
</a>
</body>
</html>
\ No newline at end of file
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