Does matlab read/write certain types of videos faster than others? (Ex: .avi vs .mp4 vs .wmv)
4 次查看(过去 30 天)
显示 更早的评论
Question is the title - I'm just wanting to know if I change the video input/output to a different format if it will be beneficial for the speed.
0 个评论
采纳的回答
Walter Roberson
2021-2-13
Yes. Some formats are faster than others. However, which is fastest depends on your operating system and on your exact CPU.
For example, the Intel i3 processor contains special hardware to decode H.264, and Windows 10 Media software knows that and will invoke the hardware, whereas the i5 does not have that hardware (my memory could be wrong about that).
Uncompressed movies take the least amount of time to decode. On the other hand they also take up the most disk space, and fetching from disk is typically the slowest part. Moving the video onto SSD could completely change the balance of which format is fastest.
0 个评论
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!