フィルターのクリア

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 Center および File ExchangeAudio and Video Data についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by