how to obtain the bitstream from decoded video?

조회 수: 1 (최근 30일)
Yogini Kulkarni
Yogini Kulkarni 2013년 10월 28일
댓글: Yogini Kulkarni 2013년 10월 28일
i have a video. i want to obtain decoded bitstream from that video. how can i do that?

채택된 답변

Walter Roberson
Walter Roberson 2013년 10월 28일
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
Yogini Kulkarni
Yogini Kulkarni 2013년 10월 28일
how in the bitstream i can find the quantization factor?

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

추가 답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!

Translated by