I need Help to execute algoritjms given in the attached file.How can I apply H265,H264,H263 and compare their Results?

조회 수: 2 (최근 30일)
All the algorithms are given in the attached file.

채택된 답변

Dinesh Iyer
Dinesh Iyer 2018년 7월 17일
You cant apply these kinds of compression to a video file in MATLAB. VideoWriter supports writing to H.264 encoded MP4 files. You can adjust the quality setting. Thats it!
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 7월 17일
You can apply those kinds of compression in MATLAB -- you just cannot use VideoWriter to do so.
Writing H.264 or related code as MATLAB source is a bit long and tedious, and it is usually much easier to find external libraries that do the work.

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

추가 답변 (0개)

제품

Community Treasure Hunt

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

Start Hunting!

Translated by