AI Note to YouTube Video Generator
About this app
Generate any note into a video on YouTube in just in a minute’s time.
AI Note to YouTube Video Generator AI Note to YouTube Video Generator Note Generate Video
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>AI Note to YouTube Video Generator</title>
<meta name="description" content="Generate any note into a video on YouTube in just in a minute’s time.">
<meta name="keywords" content="youtube, notes, videos, generation.">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<!-- Built-In Functions for Apps -->
<script type="text/javascript">
var localStoragePrefix = "ct-168830728050868";
var lastSave = 0;
// save video to camera roll
function saveLocal(data) {
if (Date.now() - lastSave < 1000) {
return;
}
// save to cookie
let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict";
cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString();
document.cookie = cookie;
lastSave = Date.now();
}
// load from localstorage
function loadLocal() {
var cookiePrefix = localStoragePrefix + "=";
var cookieStart = document.cookie.indexOf(cookiePrefix);
if (cookieStart > -1) {
let cookieEnd = document.cookie.indexOf(";", cookieStart);
if (cookieEnd == -1) {
cookieEnd = document.cookie.length;
}
var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd);
return JSON.parse(cookieData);
}
}
$(document).ready(function() {
// Code goes here
});
</script>
<style>
/* App CSS Goes Here */
body {
font-family: 'Roboto', sans-serif;
background-color: #f7f7f7;
}
.container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #333;
}
.form-group {
margin-bottom: 20px;
}
label {
display: block;
font-weight: bold;
margin-bottom: 5px;
}
input[type="text"],
textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 16px;
}
.btn {
display: block;
width: 100%;
padding: 10px;
background-color: #333;
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 5px;
font-size: 16px;
}
.btn:hover {
background-color: #111;
}
</style>
<link rel="canonical" href="https://calculator.tools/prompt/1026/">
<meta charset="utf-8">
</head>
<body>
<div id="main-container" class="container">
<h1>AI Note to YouTube Video Generator</h1>
<div class="form-group">
<label for="note">Note</label>
<textarea id="note" rows="5" placeholder="Enter your note"></textarea>
</div>
<a href="#" class="btn">Generate Video</a>
</div>
<script>
// auto-resize iframe
var observer = new MutationObserver(
function() {
window.parent.postMessage({height: document.documentElement.scrollHeight || document.body.scrollHeight},"*");
}
);
window.addEventListener('load', function() {
observer.observe(document.body, {attributes: true, childList: true, subtree: true});
window.parent.postMessage({height: document.documentElement.scrollHeight || document.body.scrollHeight},"*");
});
</script>
</body>
</html>
NEW APPS
These are apps made by the community!