MCPcopy Create free account

hub / github.com/RianNegreiros/AiShortsVideosGenerator / functions

Functions68 in github.com/RianNegreiros/AiShortsVideosGenerator

↓ 67 callersFunctioncn
(...inputs: ClassValue[])
frontend/lib/utils.ts:4
↓ 4 callersFunctionuseSidebar
()
frontend/components/ui/sidebar.tsx:41
↓ 1 callersMethodCallGoogleApi
(string input)
backend/Services/GeminiApiService.cs:12
↓ 1 callersFunctionGenerateAudioFile
(videoContentData: VideoContentItem[])
frontend/app/dashboard/create-new/page.tsx:91
↓ 1 callersFunctionGenerateCaptions
( fileUrl: string, videoContentData: VideoContentItem[], )
frontend/app/dashboard/create-new/page.tsx:115
↓ 1 callersFunctionGenerateImage
(videoContent: VideoContentItem[])
frontend/app/dashboard/create-new/page.tsx:151
↓ 1 callersMethodGenerateImageAsync
(string prompt)
backend/Services/CloudflareApiService.cs:28
↓ 1 callersFunctionGetVideos
()
frontend/app/dashboard/_components/ShortVideoGrid.tsx:26
↓ 1 callersFunctionSaveVideoToDatabase
(videoData: VideoData)
frontend/app/dashboard/create-new/page.tsx:138
↓ 1 callersMethodSynthesizeTextToSpeech
(string inputText)
backend/Services/TextToSpeechService.cs:7
↓ 1 callersMethodTranscribe
(string fileUrl)
backend/Services/AssemblyAiService.cs:8
↓ 1 callersMethodUploadAudio
(byte[] audioContent)
backend/Services/CloudinaryService.cs:10
↓ 1 callersMethodUploadImage
(byte[] imageContent)
backend/Services/CloudinaryService.cs:28
↓ 1 callersFunctiongetCurrentCaption
()
frontend/remotion/Composition.tsx:34
↓ 1 callersFunctiongetVideoContent
()
frontend/app/dashboard/create-new/page.tsx:66
↓ 1 callersFunctionuseIsMobile
()
frontend/hooks/use-mobile.tsx:5
MethodBuildModel
(ModelBuilder modelBuilder)
backend/Migrations/AppDbContextModelSnapshot.cs:18
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20241227131706_AddVideosTable.Designer.cs:21
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20241230105233_AddRenderIdToVideo.Designer.cs:21
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20241230063516_MakeOutputFileNullable.Designer.cs:21
MethodBuildTargetModel
<inheritdoc />
backend/Migrations/20241230053313_AddOutputFileToVideo.Designer.cs:21
MethodCloudflareApiService
(HttpClient httpClient, IConfiguration configuration)
backend/Services/CloudflareApiService.cs:13
FunctionCreateNew
()
frontend/app/dashboard/create-new/page.tsx:28
FunctionDELETE
(req: NextRequest)
frontend/app/api/delete-video/route.ts:8
FunctionDashboardLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
frontend/app/dashboard/layout.tsx:11
FunctionDashboardPage
()
frontend/app/dashboard/page.tsx:10
FunctionDashboardSidebar
()
frontend/app/components/DashboardSidebar.tsx:31
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/components/ui/dialog.tsx:56
MethodDown
<inheritdoc />
backend/Migrations/20241230053313_AddOutputFileToVideo.cs:22
MethodDown
<inheritdoc />
backend/Migrations/20241227131706_AddVideosTable.cs:36
MethodDown
<inheritdoc />
backend/Migrations/20241230105233_AddRenderIdToVideo.cs:21
MethodDown
<inheritdoc />
backend/Migrations/20241230063516_MakeOutputFileNullable.cs:23
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
frontend/components/ui/dropdown-menu.tsx:172
FunctionHome
()
frontend/app/(site)/page.tsx:5
FunctionImageCard
({ src, alt, title }: ImageCardProps)
frontend/app/components/ImageCard.tsx:11
FunctionLoading
({ loading, progress, message, showProgress = true, }: LoadingProps)
frontend/app/components/Loading.tsx:10
FunctionModeToggle
()
frontend/app/components/ThemeToggle.tsx:15
FunctionMyComposition
({ audioFileUrl, captions, images, }: VideoData)
frontend/remotion/Composition.tsx:13
FunctionNavbar
()
frontend/app/components/NavBar.tsx:8
MethodOnModelCreating
(ModelBuilder modelBuilder)
backend/Data/AppDbContext.cs:10
FunctionPOST
(req: NextRequest)
frontend/app/api/render-video/route.ts:14
FunctionProviders
({ children }: { children: React.ReactNode })
frontend/app/components/Providers.tsx:7
FunctionRemotionRoot
()
frontend/remotion/Root.tsx:10
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
frontend/app/layout.tsx:22
FunctionSelectDuration
({ onUserSelect }: SelectDurationProps)
frontend/app/dashboard/create-new/_components/SelectDuration.tsx:15
FunctionSelectStyle
({ onUserSelect }: SelectStyleProps)
frontend/app/dashboard/create-new/_components/SelectStyle.tsx:56
FunctionSelectTopic
({ onUserSelect }: SelectTopicProps)
frontend/app/dashboard/create-new/_components/SelectTopic.tsx:42
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/components/ui/sheet.tsx:77
FunctionShortVideoGrid
()
frontend/app/dashboard/_components/ShortVideoGrid.tsx:21
FunctionSiteLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
frontend/app/(site)/layout.tsx:5
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/components/ui/skeleton.tsx:3
FunctionSkeletonCard
({ count = 5 })
frontend/app/dashboard/_components/SkeletonCard.tsx:3
FunctionToaster
({ ...props }: ToasterProps)
frontend/components/ui/sonner.tsx:8
FunctionToasterProvider
()
frontend/app/components/Providers.tsx:21
MethodUp
<inheritdoc />
backend/Migrations/20241230053313_AddOutputFileToVideo.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20241227131706_AddVideosTable.cs:15
MethodUp
<inheritdoc />
backend/Migrations/20241230105233_AddRenderIdToVideo.cs:11
MethodUp
<inheritdoc />
backend/Migrations/20241230063516_MakeOutputFileNullable.cs:11
FunctionVideoPlayerDialog
({ video, isOpen, onClose, refreshVideos, }: VideoPlayerDialogProps)
frontend/app/components/VideoPlayerDialog.tsx:28
FunctionexportVideo
()
frontend/app/components/VideoPlayerDialog.tsx:55
FunctionhandleCancel
()
frontend/app/components/VideoPlayerDialog.tsx:80
FunctionhandleDelete
()
frontend/app/components/VideoPlayerDialog.tsx:85
FunctionhandleKeyDown
(event: KeyboardEvent)
frontend/components/ui/sidebar.tsx:101
FunctiononChange
()
frontend/hooks/use-mobile.tsx:10
FunctiononCreateSubmitHandler
(e: React.FormEvent)
frontend/app/dashboard/create-new/page.tsx:61
FunctiononHandleInputChange
(fieldName: string, fieldValue: string)
frontend/app/dashboard/create-new/page.tsx:54