How can I use ffmpeg in Matlab?
Afficher commentaires plus anciens
Hi. I downloaded the ffmpeg. It works on command prompt but I could not make it work into Matlab. I tried some commands but nothing works. Thank you...
1 commentaire
Walter Roberson
le 18 Fév 2016
Which operating system are you using?
Réponses (1)
PeterHaultan
le 16 Oct 2018
if you are using windows and for example you want to convert *.mp4 to *.avi add this line to your code make sure you have ffmpeg.exe file in the working directory
!ffmpeg -i vid_org.mp4 vid_new.avi
Catégories
En savoir plus sur Audio and Video Data dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!