how to split a video according to a input-frame
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello everyone
How can i split a video according to a specified frame?
ex: vid1 = 1000 frames a=150; b=250; c=300;
split vid1 into a,b,c (write 3 different movies = a(1:150), b(151:250), c(251:300))
thanks in advance!
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!