So, we started with a clean installation of Jessie and followed the instructions to install the software and create the python script.
We had a set of jpg files in a folder called animation as per the instructions.
Had to change
Code: Select all
avconv -r 10 -qscale 2 -i animation/frame%03d.jpg animation.mp4
Code: Select all
avconv -r 10 -i animation/frame%03d.jpg -qscale 2 animation.mp4
The mp4 file is created but when we run omxplayer as
Code: Select all
omxplayer animation.mp4Video codec omx-h264 width 1920 height 1080 profile 100 fps 10.000000
Subtitle count: 0, state: off, index: 1, delay: 0
and no video
i have searched the internet but have not found a solution that works
we have tried
omxplayer -o hdmi animation.mp4
has anyone got any suggestions
cheers
Steve