Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psteinb/libav-h26x-sandbox
sandbox code to try h264 and h265 encoding/decoding with ffmpeg
https://github.com/psteinb/libav-h26x-sandbox
Last synced: 7 days ago
JSON representation
sandbox code to try h264 and h265 encoding/decoding with ffmpeg
- Host: GitHub
- URL: https://github.com/psteinb/libav-h26x-sandbox
- Owner: psteinb
- License: bsd-2-clause
- Created: 2015-08-14T13:08:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T15:27:12.000Z (over 9 years ago)
- Last Synced: 2023-03-22T18:55:11.433Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome
=======sandbox that collects code snippets from bug tickets and ffmpeg/libav forum entries which tries to encode a given volume with h264 and h265. As I am so glad, that the code seems to work, I am lacking documentation. Feel free to ask any question through the issue tracker, upon which I might add documentation.
Dependencies
============I tested this with ffmpeg 2.5.8 with the following flags/versions:
```
ffmpeg version 2.5.8 Copyright (c) 2000-2015 the FFmpeg developers
built on Aug 11 2015 08:55:10 with gcc 4.9.2 (GCC) 20150212 (Red Hat 4.9.2-6)
configuration: --prefix=/home/steinbac/software/ffmpeg/2.5.8 --enable-libx265 --enable-libx264 --enable-gpl --enable-shared
libavutil 54. 15.100 / 54. 15.100
libavcodec 56. 13.100 / 56. 13.100
libavformat 56. 15.102 / 56. 15.102
libavdevice 56. 3.100 / 56. 3.100
libavfilter 5. 2.103 / 5. 2.103
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 3.100 / 53. 3.100
```LICENSE
=======See LICENSE for details. If I overlooked some legal requirements, accept apologies. I invite you to get in touch through the issue tracker, so we can find an agreement.