[FFmpeg-user] matlab variable in ffmpeg
balouchrasheed
balouchrasheed at gmail.com
Sun Mar 16 10:54:38 CET 2014
ya it is here
[FileName,PathName] =
uigetfile({'*.avi';'*.flv';'*.mp4';'*.mpg';'*.mpeg';'*.wmv'});
path=strcat(PathName,FileName);
%set(handles.edit1,'String',path);
str2=FileName(1,strfind(FileName,'.'));
outputfolder=mkdir('d:\',str2);
mycommand=['!','ffmpeg',' -i',path,' -y',' -ss',' 5 -an -sameq -f image2 -r
1/5',outputfolder,'\filename%03d.jpg']
% Constructed command.
eval(mycommand)
No such file or direcotry
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/matlab-variable-in-ffmpeg-tp4664217p4664375.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list