generated from fahricansecer/boilerplate-be
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user