E
E
evve2014-06-02 18:25:24
PHP
evve, 2014-06-02 18:25:24

How to make the player show the first frame of the video?

How to make the player show the first frame of the video?
Now js does it for me:
'events': {onReady: function () { this.play(); this.pause();} The
disadvantage of this implementation is that all videos on the page start loading at the same time!
The customer does not want to separately cut a frame for videos, because. There are a lot of them and they change often.
The site is implemented in php, modx, jwplayer.
There was an idea to connect to ffmpeg so that it crops the first frame. However, how does ffmpeg "know" about a new video? And how is youtube implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Velichko, 2014-06-02
@Zoxon

All players support image insertion. Put the picture on the player.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question