Changeset 1068 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jul 9, 2019, 10:10:18 AM (5 years ago)
Author:
sommeria
Message:

replicate updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r1065 r1068  
    254254
    255255%% case of an input argument for uvmat
    256 testinputfield=0;
     256%testinputfield=0;
    257257inputfile=[];
    258 Field=[];
     258%Field=[];
    259259if exist('input','var')
    260260    if ishandle(handles.UVMAT_title)
     
    790790%aviobj=avifile(MovieName,'Compression','None','fps',fps);
    791791
    792 aviobj = VideoWriter(MovieName,'Uncompressed AVI');
     792aviobj = VideoWriter(MovieName,'Motion JPEG AVI');
    793793open(aviobj)
    794794%% get info from uvmat and adjust it
     
    812812            set(htitle,'String',regexprep(Title,'t=\d+.\d*',['t=' time_str]))
    813813            mov=getframe(figure_movie);
    814            % aviobj=addframe(aviobj,mov);
    815814            writeVideo(aviobj,mov);
    816815    end
Note: See TracChangeset for help on using the changeset viewer.