MCPcopy Create free account

hub / github.com/ChetanXpro/short-video-automation / functions

Functions40 in github.com/ChetanXpro/short-video-automation

↓ 2 callersFunctionconvertToWav
(inputFilePath: string, outputFilePath: string)
src/audio/elevenAudio.ts:67
↓ 2 callersFunctioncreateAudio
({ script, language, stabilityValue = 0.2, similarityBoostValue = 0.1, voice = 'wViXBPUzp2ZZixB1xQuM', o
src/audio/elevenAudio.ts:8
↓ 1 callersFunctionauthorize
* Create an OAuth2 client with the given credentials, and then execute the * given callback function. * * @param {Object} credentials The authoriza
src/upoad/upload.ts:91
↓ 1 callersFunctioncenterImage
({ path, videoPath }: { path: string; videoPath: string })
src/images/centerImage.ts:20
↓ 1 callersFunctionconnectDB
()
web-ui/db/mongodb.js:3
↓ 1 callersFunctioncreateQuoraImages
(question: string,upvote:string,comment:string,share:string,quoraTemplatePath:string,name:string)
src/images/createQuoraImage.ts:13
↓ 1 callersFunctiongenerateQuoraShort
({ language, // question, // answer, Quoralink, quoraDetails, }: { language: string // question: string
src/index.ts:122
↓ 1 callersFunctiongetNewToken
* Get and store new token after prompting for user authorization, and then * execute the given callback with the authorized OAuth2 client. * * @par
src/upoad/upload.ts:119
↓ 1 callersFunctionhandleOpenModel
()
web-ui/app/pageHook.js:67
↓ 1 callersFunctionmergeAudio
({ videoFilePath, audioFilePath, outputVideoPath, subtitlePath, }: { videoFilePath: string audioFilePath
src/video/video.ts:5
↓ 1 callersFunctionmergeTwoAudios
({ questionAudio, answerAudio ,finalOutput}: { questionAudio: string; answerAudio: string ,finalOutput:string}
src/audio/mergeTwoAudio.ts:11
↓ 1 callersFunctionprocessVTTFile
(filePath: string)
src/utils/utils.ts:3
↓ 1 callersFunctionrun
()
createImage.js:23
↓ 1 callersFunctionscrapeQuora
(url: string)
src/scrape.ts:5
↓ 1 callersFunctionstoreToken
* Store token to disk be used in later program executions. * * @param {Object} token The token to store to disk.
src/upoad/upload.ts:148
↓ 1 callersFunctionsummarizeShortScript
({ script }: { script: string })
src/videoScript.ts:35
↓ 1 callersFunctiontryy
(timestamp: string, totalQuerys: any)
src/promptTemplates/image.ts:46
↓ 1 callersFunctionuploadVideo
* Upload the video file. * * @param {google.auth.OAuth2} auth An authorized OAuth2 client.
src/upoad/upload.ts:45
↓ 1 callersFunctionvalidateEmail
(mail)
web-ui/app/pageHook.js:62
↓ 1 callersFunctionwhisper
(filePath: string, options?: any)
src/transcript/transcribe.ts:4
FunctionGET
(req)
web-ui/app/api/email/route.js:5
FunctionHeadpage
()
web-ui/app/Header/page.jsx:77
FunctionPOST
(req)
web-ui/app/api/email/route.js:9
FunctionRootLayout
({ children })
web-ui/app/layout.js:6
FunctionSwitch
({ checked, setChecked })
web-ui/app/Header/page.jsx:111
FunctionThemeToggleNav
({ className, rel, mouseX, ...props })
web-ui/app/Header/page.jsx:159
FunctionTheming
({ children })
web-ui/Theme/Theming.jsx:5
FunctioncreateScriptTemplate
(language: string, topic: string)
src/promptTemplates/templates.ts:1
FunctioncreateShortScript
({ language, topic }: { language: string; topic: string })
src/videoScript.ts:8
Functioncreatebase64
createImage.js:5
FunctiondownloadImages
(queries: any)
src/images/downloadImages.ts:3
FunctiongetImageQuerys
(subtitlesPath: string)
src/Editing/getImageQuerys.ts:11
FunctionhandleMouseMove
(event)
web-ui/app/pageHook.js:57
FunctionimageProccessing
({ language, topic, queries, }: { language?: string topic?: string queries: any })
src/images/imagesProccessing.ts:19
FunctionimageTemp
(timestamp: string)
src/promptTemplates/image.ts:1
FunctiononSubmit
(data)
web-ui/app/pageHook.js:74
Functionpage
()
web-ui/app/page.js:3
FunctiontoggleTheme
(e)
web-ui/app/Header/page.jsx:115
FunctionuploadFile
(containerName: string, blobName: string, filePath: string)
src/upoad/azureUpload.ts:9
FunctionuploadVideos
(title: string, description: string, tags: string[], videoPath: string)
src/upoad/upload.ts:25