Skip to content

Commit 7946424

Browse files
committed
Update url.
1 parent 0eed73c commit 7946424

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
[![Build Status](https://travis-ci.com/jcs090218/ffmpeg-player.svg?branch=master)](https://travis-ci.com/jcs090218/ffmpeg-player)
1+
[![Build Status](https://travis-ci.com/jcs-elpa/ffmpeg-player.svg?branch=master)](https://travis-ci.com/jcs-elpa/ffmpeg-player)
22
[![MELPA](https://melpa.org/packages/ffmpeg-player-badge.svg)](https://melpa.org/#/ffmpeg-player)
33
[![MELPA Stable](https://stable.melpa.org/packages/ffmpeg-player-badge.svg)](https://stable.melpa.org/#/ffmpeg-player)
44
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
55

6-
76
# ffmpeg-player
87
> Play video using ffmpeg.
98
10-
119
## Acknowledge
1210

1311
This package will output video into images (in frame). This might causes
@@ -17,7 +15,6 @@ before you use this package.
1715

1816
*See [melpa/6560](https://github.com/melpa/melpa/pull/6560) for more information.*
1917

20-
2118
## External Program
2219

2320
This package uses these following programs, make sure these program are added
@@ -26,7 +23,6 @@ to your path.
2623
* [ffmpeg](https://www.ffmpeg.org/)
2724
* [ffplay](https://www.ffmpeg.org/) - Bundle with `ffmpeg`.
2825

29-
3026
## Capability
3127

3228
Base on `ffplay`'s website.
@@ -38,7 +34,6 @@ Hence, I have encounter some issues synchronize video and audio. Try move the
3834
timeline by pressing `<left>` or `<right>` key multiple times could resolve
3935
such an issue.
4036

41-
4237
## Usage
4338

4439
You can play the video by calling function `ffmpeg-player-video`.
@@ -57,12 +52,10 @@ And here is the control of the media.
5752
* <kbd>m</kbd> - Mute/Unmute.
5853
* <kbd>r</kbd> - Replay.
5954

60-
6155
## Todo List
6256

6357
- [ ] Play youtube video through url.
6458

65-
6659
## Contribution
6760

6861
If you would like to contribute to this project, you may either

0 commit comments

Comments
 (0)