필터 지우기
필터 지우기

How can I use ffmpeg in Matlab?

조회 수: 44 (최근 30일)
Ali
Ali 2016년 2월 17일
답변: PeterHaultan 2018년 10월 16일
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개)

PeterHaultan
PeterHaultan 2018년 10월 16일
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

카테고리

Help CenterFile Exchange에서 Audio and Video Data에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by