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
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
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.
For a small discussion of H.265 in MATLAB see https://www.mathworks.com/matlabcentral/answers/260310-h-265-hevc-support-in-matlab-2015
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!