| |
|---|
| Video decoding | gst-launch filesrc location=sample.mp4 ! qtdemux ! ffdec_h264 ! mfw_v4lsink |
Notes:
- On LTIB BSP 3.0.35_4.0.0, prep the package and apply the attached patch on top, then build.
- On Yocto, the easy way to add the gst-ffmpeg package is by adding these two lines on the conf/local.conf file:
IMAGE_INSTALL_append = " gst-ffmpeg"
LICENSE_FLAGS_WHITELIST = 'commercial'