Skip to content

Commit fded49e

Browse files
committed
version gold
1 parent f84d513 commit fded49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shapes.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
video = VideoReader('video\Sillas_1_2019_lenta.mp4');
22
final = VideoWriter('vprocesado.mp4', 'MPEG-4');
33
open(final);
4-
video.CurrentTime = 80;
4+
55
while hasFrame(video)
66
tic;
77

0 commit comments

Comments
 (0)