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

Updated README.md #7

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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome
# Welcome new developer
First of all, we are happy to welcome you as new developer and consultant at Eyevinn Technology. The purpose with the following tasks is to get you quickly on-board to be able to contribute to the company and the video streaming open source community.

Our manifesto is that whenever we have the possibility to release our code as open source we should. Source code under non-disclosure agreement and where the intellectual property belongs to our customers are of course not released.
Expand Down Expand Up @@ -155,4 +155,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).