Iteration of writing videos
1 view (last 30 days)
Show older comments
Hello! My the purpose of my code is to cut out 8-second scenes from a video from specific time stamps. I'm having an issue where the first 8-second video comes out good but it cannot make anymore and just cycles through the loop. Heres the code thank you

Answers (1)
VBBV
on 6 Jan 2023
Edited: VBBV
on 6 Jan 2023
Place the below line
close(cutvideo)
Outside of the outer for loop with index k.
3 Comments
VBBV
on 6 Jan 2023
Yes. you are right. The filename appears to be same for each iteration. In such case, the line reading filename needs to be modified as
fileName = sprintf('%d.10.07.2022 lool before 3,4.mp4',k)
v = VideoReader(fullfile(rootDirectory),fileName)
See Also
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!