https://github.com/iolanguage/avcodec
https://github.com/iolanguage/avcodec
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/avcodec
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T11:47:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-12T17:49:30.000Z (about 8 years ago)
- Last Synced: 2025-01-21T00:48:53.206Z (over 1 year ago)
- Language: C
- Size: 729 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AVCodec
> NOTE: Doesn't compile — uses deprecated API.
An object for encoding and decoding audio and video streams.
When an input stream containing audio data is opened, the following slots will be set:
```Io
audioChannels
audioSampleRate
audioBitRate
audioDuration
audioFrameCount
```
When an input stream containing video data is opened, the following slots will be set:
```Io
framePeriod
videoDuration
videoFrameCount
```
# Installation
`ffmpeg` should be installed and foundable in your system. Then:
```
eerie install https://github.com/IoLanguage/AVCodec.git
```