aliakseis / FFmpegPlayer

Simple FFmpeg video player
MIT License
151 stars 44 forks source link

Player Record #10

Closed w136111526 closed 5 years ago

w136111526 commented 5 years ago

I want to record the video playing part. Does your player support this function?

aliakseis commented 5 years ago

Sorry, it is not clear: do you mean a possibility to select and save a part of the video? No, it is not implemented, but it could be a good feature request.

w136111526 commented 5 years ago

Yes, I'm using your player to play video right now. but I want video players to have more powerful features, such as saving videos, fast forward, fast back, twice the speed of playing, 0.5 times the speed of playing an and Single frame preview these features, but I do not know how to do.

xixihao123 commented 5 years ago

I also want to play the video at twice the speed. How can I modify this project?

aliakseis commented 5 years ago

Sorry, I am on it but don't have time to implement features fully yet. For now, you can set SPEED_COEFF = 2 to play the video at twice the speed

aliakseis commented 5 years ago

Seems to be implemented as for prototype. Please ping me if you have issues/ideas.