Skip to content

jcs-elpa/ffmpeg-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License: GPL v3

ffmpeg-player

Play video using ffmpeg.

External Program

This package uses these following programs, make sure these program are added to your path.

Capability

Base on ffplay's website.

ffplay is a very simple and portable media player using the FFmpeg libraries and the SDL library. It is mostly used as a testbed for the various FFmpeg APIs.

Hence, I have encounter some issues synchronize video and audio. Try move the timeline by pressing <left> or <right> key multiple times could resolve such a issue.

Usage

You can play the video by calling function ffmpeg-player-video.

(ffmpeg-player-video (expand-file-name "./test/1.avi"))

And here is the control of the media.

  • space - Pause/Unpause.
  • up - Increase volume by 5.
  • down - Decrease volume by 5.
  • left - Backward timeline 10 seconds.
  • right - Forward timeline 10 seconds.
  • m - Mute/Unmute.
  • r - Replay.

Todo List

  • Play youtube video through url.

Contribution

If you would like to contribute to this project, you may either clone and make pull requests to this repository. Or you can clone the project and establish your own branch of this tool. Any methods are welcome!

About

Play video using ffmpeg.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

  •  
  •  

Packages

No packages published