Borrar filtros
Borrar filtros

How can I use ffmpeg in Matlab?

44 visualizaciones (últimos 30 días)
Ali
Ali el 17 de Feb. de 2016
Respondida: PeterHaultan el 16 de Oct. de 2018
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...

Respuestas (1)

PeterHaultan
PeterHaultan el 16 de Oct. de 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

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by