Posts

veo 3

const express = require('express'); const axios = require('axios'); const app = express(); app.use(express.json()); // Replace with your actual API keys const TTS_API_KEY = 'your-google-tts-key'; const VIDEO_API_KEY = 'your-video-api-key'; app.post('/generate-video', async (req, res) => { try { // Step 1: Generate audio from text const ttsResponse = await axios.post( 'https://texttospeech.googleapis.com/v1/text:synthesize', { input: { text: req.body.script }, voice: { languageCode: 'en-US', name: req.body.voice }, audioConfig: { audioEncoding: 'MP3' } }, { params: { key: TTS_API_KEY } } ); // Step 2: Generate video with audio const videoResponse = await axios.post( 'https://api.synthesia.io/v2/videos', { test: false, input: [ { scriptText: req.body.script, avatar: "anna_...

image to animate vedio Tool

Image
Image to Animated Video Converter Select Image Animation Effects: Zoom In/Out Pan Left/Right Fade Transition Rotation Bounce Effect Duration (seconds): 5 Effect Intensity: 5 Generate Video Download Video

Text to Animated Picture

Text to Animated Image Tool Enter Your Text: Text Style Font Family: Arial Verdana Georgia Times New Roman Courier New Impact Comic Sans MS Font Size: Small Large Text Color: Background Color: Text Style: Bold Italic Underline Animation Effects Effect Type: Color Change Slide In Bounce Fade In/Out Neon Glow Rainbow Speed: Slow Fast Intensity: ...

Image to animate

Image Animation Tool Upload Image Animation Effects Effect Type: Pulse Shake Float Rotate Zoom In/Out Speed: Slow Fast Intensity: Subtle Strong Animate Image Reset Preview Your animated image will appear here Download Animated Image