How can I add ffplay command in my i.MX6 Apalis toradex board?

Hello,

Want to add ffplay command in my toradex board.

I have added ‘ffmpeg’ command but not ffplay.

How can I add and what I need to change it in yocto ?

IMAGE_INSTALL_append += " ffmpeg"

What dependency package needs to be installed to build the ffplay command along ffmpeg ?

Thanks for your support.

Hi

I don’t think that ffplay has its own recipe yet. So you will have to write your own recipe which provides it and then add the produced package to IMAGE_INSTALL.

Max

Thanks max.tx