how can I add a line in a video and play it with implay command?
이전 댓글 표시
I want to play a video in which I want a line at a location in the full video, How can I do that. I want to use 'implay' because other methods take a long time and they don't have that many playing options.
댓글 수: 2
Geoff Hayes
2016년 5월 14일
Mohit - why don't you just read all frames of the video into an mxnx3xk array (assuming true colour frames), insert the line into each frame, and then pass this to implay?
답변 (1개)
Walter Roberson
2016년 6월 18일
0 개 추천
VideoFileReader, modify the frame, VideoFileWriter to write the frame. Afterwards you are left with a movie file you can play with implay
카테고리
도움말 센터 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!