how to obtain the bitstream from decoded video?

2 visualizaciones (últimos 30 días)
Yogini Kulkarni
Yogini Kulkarni el 28 de Oct. de 2013
Comentada: Yogini Kulkarni el 28 de Oct. de 2013
i have a video. i want to obtain decoded bitstream from that video. how can i do that?

Respuesta aceptada

Walter Roberson
Walter Roberson el 28 de Oct. de 2013
You can use the Image Acquisition toolbox, with getsnapshot() (single frame) or getdata() (multiple frame). That will bring the decoded frames into memory. You can then use the usual tricks to convert the arrays into binary, such as dec2bin()
Alternately, there are tools in the Computer Vision Toolbox, which is more oriented towards video stream processing than single frame processing. But using both toolboxes together would be common.
  1 comentario
Yogini Kulkarni
Yogini Kulkarni el 28 de Oct. de 2013
how in the bitstream i can find the quantization factor?

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by