Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Find something you want to modify with this text. When you have decided what you

Create a topic branch in your forked repository for the modifications that you decided to do. Instructions on how to create a topic branch can be found here: https://help.github.com/articles/creating-and-deleting-branches-within-your-repository/

### 1.3.1 Lindas Modification
This is just me doing things.

## 1.4 Issue a pull request

In your topic branch implement the feature and verify it works. Then issue a pull request, and instructions on how to do that can be found here: https://help.github.com/articles/creating-a-pull-request/
Expand Down Expand Up @@ -155,4 +158,4 @@ ffmpeg -i bunny.mp4 -c:v libvpx-vp9 -c:a libvorbis bunny.webm
```
This tells FFMEG to transcode the input `bunny.mp4` using the `libvpx-vp9` VP9 implementation for the video, and `libvorbis` Vorbis encoder, and write the output to the file `bunny.webm`.

Congratulations, you've just transcoded a media file using FFMPEG! To learn more about FFMPEG, take a look at the [documentation](https://www.ffmpeg.org/documentation.html).
Congratulations, you've just transcoded a media file using FFMPEG! To learn more about FFMPEG, take a look at the [documentation](https://www.ffmpeg.org/documentation.html).