Refactor FfmpegService to improve progress tracking and streamline command building

This commit is contained in:
2025-07-09 18:25:51 +02:00
parent fa89c66260
commit c512f055ee
5 changed files with 79 additions and 52 deletions

View File

@@ -29,7 +29,7 @@ public class EditService {
return 1f;
}
return job.getProgress();
return job.getProgress().get();
}
private void validateClipConfig(VideoMetadata videoMetadata) {