Skip to content

Commit

Permalink
Be able to change duration of clips after “Generate Text on Timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatherly committed Jan 13, 2025
1 parent 5fa6e30 commit fcdd9c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docks/subtitlesdock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,6 @@ void SubtitlesDock::generateTextOnTimeline()
producer.set("mlt_image_format", "rgba");
producer.set("in", 0);
producer.set("out", frameEnd - frameStart);
producer.set("length", producer.frames_to_time(frameEnd - frameStart + 1, mlt_time_clock));
// Add a text filter
Mlt::Filter filter(MLT.profile(), "dynamictext");
filter.set(kShotcutFilterProperty, "dynamicText");
Expand Down

0 comments on commit fcdd9c6

Please sign in to comment.