main
Some checks failed
Backend Deploy 🚀 / build-and-deploy (push) Has been cancelled

This commit is contained in:
Harun CAN
2026-03-14 14:01:01 +03:00
parent 0fefbe6859
commit dee6e29cfd
37 changed files with 1925 additions and 157 deletions

View File

@@ -173,7 +173,7 @@ export class VeoVideoService {
const video: GeneratedVideo = {
id: `vid-${Date.now()}`,
prompt,
url: `https://storage.example.com/videos/${Date.now()}.mp4`,
url: `https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/720/Big_Buck_Bunny_720_10s_1MB.mp4`,
thumbnailUrl: `https://storage.example.com/videos/${Date.now()}_thumb.jpg`,
duration: finalDuration,
aspectRatio: finalRatio,