gpt4 book ai didi

matlab - 在Matlab中从视频中提取音频。音频减速

转载 作者:行者123 更新时间:2023-12-03 02:35:04 24 4
gpt4 key购买 nike

输入视频长度为1分56秒,输出音频长度为2分47秒

    file1='vipmen1.wav'; %o/p file name
hmfr=video.MultimediaFileReader(file_fullpath,'AudioOutputPort',true,'VideoOutputPort',false);
hmfw = video.MultimediaFileWriter(file1,'AudioInputPort',true,'FileFormat','WAV');
while ~isDone(hmfr)
audioFrame = step(hmfr);
step(hmfw,audioFrame);
end
close(hmfw);
close(hmfr);

最佳答案

您必须为输出使用相同的采样率。从输入中读取采样率,并使用该速率写入输出。

关于matlab - 在Matlab中从视频中提取音频。音频减速,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34105353/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com