MP4の圧縮エンコード設定
Show older comments
AVIファイルを読み込み、MP4ファイルに変換するコーディングを行いました。 質問:MP4の圧縮形式はH.264でしょうか?そのときのCRTの圧縮レートの設定(圧縮エンコード設定)を教えていただけませんでしょうか?
コード例
reader = VideoReader(r_filename); % AVI読み込み
writer = VideoWriter(w_filename, 'MPEG-4'); % MP4書き出し
Accepted Answer
More Answers (0)
Categories
Find more on オーディオとビデオ in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!