| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
There were some blocking issues in the code. They are small, but break
tests and/or production. Fixed some of them.
|
|
|
|
| |
Add {'webm': (640, 640)}
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Porting includes:
- thumbnailer
- transcoder
- metadata handling
- new common discoverer for media
- new tests with in-memory test video generating
- handling regardless of audio availability in the file
- Pythonic gst pipelines
|
|
Previous thumbnailer didn't always work properly. It was also not ready
to be ported to GStreamer 1.0
The rewrite makes it shorter, more pythonic and prepares it for porting.
- no longer uses playbin2;
- is tested
- logs some events
- previous thumbnailer is removed
|