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

This commit is contained in:
Harun CAN
2026-05-06 10:48:07 +02:00
parent 2d6f068363
commit a40619ef33
44 changed files with 4295 additions and 126 deletions
+2
View File
@@ -21,6 +21,7 @@ public class RemotionService
List<GeneratedMediaFile> generatedMedia,
string? musicPath,
int targetDurationSeconds,
string visualEffect,
CancellationToken ct)
{
_logger.LogInformation("🎬 Remotion render başlatılıyor — Project: {Id}", projectId);
@@ -32,6 +33,7 @@ public class RemotionService
var props = new
{
musicPath = musicPath,
visualEffect = visualEffect,
scenes = scenes.Select(s => new
{
imagePath = s.ImagePath,