-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathai-video-generator.html
More file actions
75 lines (64 loc) · 2.83 KB
/
ai-video-generator.html
File metadata and controls
75 lines (64 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HS1CLSVM1Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HS1CLSVM1Z');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>image to Video ai </title>
<meta name="keywords" content="image to video converter,image to video ai,chat gpt clone,openai api projects,openai api chatbot,chat gpt prompts,chatgpt api,chatgpt coding,chatgpt python,chatgpt prompts,chat gpt prompt engineering,chatgpt programming,Midjourney,ElevenLabs,D-ID,ai made this video,text to video,image to video,deep fake,deep fake video"/>
<meta name="description" content="in this video, we will create a Deep Fake video using AI. we wil use mid journey, chat gpt and d-id AI for image to video converter. ">
<style>
body{
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
p{
background-color: whitesmoke;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
a{
color: blue;
text-decoration: none;
}
h2{
background-color:lightskyblue;
}
</style>
</head>
<body>
<div class="title">
<h2>
AI Made this video -> Image + Text = Video
</h2>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/d8Yuy4yV5Cg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="text"><p>
Mid journey and Open AI's Dall E are used for Text to Image Generation.
</p>
<h2>Create a Deep Fake Video using AI</h2> <p>
Title: Creating an AI Video Using ChatGPT, Mid Journey, and D-ID AI</p><p>
Are you interested in creating an AI avatar? In this video, we will show you how to use ChatGPT, Mid Journey, and D-ID AI to create your own personalized AI avatar.</p><p>
D-ID AI is a platform that allows you to animate your avatar using AI technology. With D-ID AI, you can create lifelike movements and expressions for your avatar.
</p>
<p>
Prompt for Midjourney:</p><p>
A medium shot of white woman wearing a T-shirt, captured with a Nikon D850 and a Nikon AF-S NIKKOR 70-200mm f/2.8E FL ED VR lens, lit with high-key lighting to create a soft and ethereal feel, with a shallow depth of field –ar 2:3 </p><p>
Text to Audio - (Eleven Labs ):</p><p>
<a href="https://beta.elevenlabs.io" target="_blank">Text to Audio</a> </p><p>
Image to Video - (D-ID): </p><p>
<a href="https://d-id.com" target="_blank">Text to Audio</a> </p><p>
</div>
</body>
</html>