Borrar filtros
Borrar filtros

how can I add a line in a video and play it with implay command?

1 visualización (últimos 30 días)
MOHIT
MOHIT el 14 de Mayo de 2016
Respondida: Walter Roberson el 18 de Jun. de 2016
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 comentarios
Geoff Hayes
Geoff Hayes el 14 de Mayo de 2016
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?
MOHIT
MOHIT el 15 de Mayo de 2016
Editada: MOHIT el 15 de Mayo de 2016
Thanks for the suggestion but, I have more than one hour video, storage of that much memory is a problem (It shows an error). If I do this frame by frame using 'for' loop then it will take more time.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 18 de Jun. de 2016
VideoFileReader, modify the frame, VideoFileWriter to write the frame. Afterwards you are left with a movie file you can play with implay

Community Treasure Hunt

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

Start Hunting!

Translated by