Does matlab read/write certain types of videos faster than others? (Ex: .avi vs .mp4 vs .wmv)
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Michael Cottingham
il 12 Feb 2021
Risposto: Walter Roberson
il 13 Feb 2021
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 Commenti
Risposta accettata
Walter Roberson
il 13 Feb 2021
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 Commenti
Più risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!