필터 지우기
필터 지우기

Adding text to movie in Matlab

조회 수: 3 (최근 30일)
Prakhar
Prakhar 2011년 5월 17일
댓글: Anand 2014년 4월 25일
Hi Guys
The Phantom camera captures about 3000 frames during my experiment. Using the camera software, I make a movie (.avi format) from these frames. I now wish to add the time (text) to each frame. Can i do this in Matlab? I tried loading the .avi file in matlab..but i'm not able to find the commands which will help me to put some text on each frame. Any help will be appreciated
cheers Prakhar (Grad Student, Caltech)

답변 (2개)

Jan
Jan 2011년 5월 17일
Without doubt Matlab is powerful. And you can hit a nail in the wall using a drilling machine.
Nevertheless, if there are dedicated usable solutions for a very specific task, it is in general more efficient to use them: The logo filter of VirtualDub, MovieMaker, etc. You could start with asking your favourite internet search engine for "insert text in AVI".

Michelle Hirsch
Michelle Hirsch 2011년 5월 17일
Try the text command.
- scott
  댓글 수: 1
Anand
Anand 2014년 4월 25일
hi, i want to add text to every certain frames in a movie. the code below adds text throughout the video. do you know how i approach this problem? thank you
Title_={'Smile'};
imshow(Background), hold on
text(40,100,Title_{1},'Color','k','FontWeight','Bold','FontSize',40);

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Descriptive Statistics and Visualization에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by