Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ビデオファイルのオーディオ部分とビデオ部分を別々のファイルとして読み取る方法を教えてもらえますか? ビデオ ファイルからのサンプリング レートとオーディオ サンプルが必要です。ありがとう。
これをオーディオに使用します。
video.MultimediaFileReader(videofilename,'AudioOutputPort',true,'VideoOutputPort',false);
これをビデオに使用します。
video.MultimediaFileReader(videofilename,'AudioOutputPort',false,'VideoOutputPort',true);