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

1 次查看(过去 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