Skip to content

Commit

Permalink
Merge pull request #24 from OpenPIV/2018a
Browse files Browse the repository at this point in the history
several fixes that shall work for 2018a version of Matlab
  • Loading branch information
alexlib authored Nov 3, 2018
2 parents 5504f5c + 7bc0e9d commit 5f9ae10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spatialbox/spatialbox.m
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ function pushbutton_save_movie_Callback(~, ~, handles, varargin)
set(handles.pushbutton_save_movie,'Value',0);
return
end
handles.mov = avifile(file{1},'compression','none','quality',100,'fps',15);
handles.mov = VideoWriter(file{1},'compression','none','quality',100,'fps',15);
% It is possible to change the compression and the video codec, and the
% frame rate
% mov = avifile(file{1},'compression','Indeo5','quality',100,'fps',5);
Expand Down

0 comments on commit 5f9ae10

Please sign in to comment.