Commit Graph

10 Commits

Author SHA1 Message Date
Thom Shutt
5ad522cf23 Revert "Remove scene detection code (#377)"
This reverts commit 98566e26c0.
2024-01-19 09:07:47 +00:00
Thom Shutt
98566e26c0 Remove scene detection code (#377)
* Remove scene detection code

* Remove tensorflow from runner
2024-01-15 10:31:13 +00:00
Ivan Poleshchuk
8b5dca93fe lpms: Netint hardware support (#318)
* Netint hardware support

* make netcat flags depend on OS

* Self-review, cleanup, temporary disable some failing tests

* Uncomment signature test

* Support HEVC for Netint, refactor decoder selection

* Uncomment signature test, cleanup

* Set profile to high for h264 in transcoding script

* Pass profile in xcoderParams for Netint

* enable detectionFreq test for merging
2022-04-19 17:38:07 +04:00
Ivan Poleshchuk
0eb91f2fac Support H.265/HEVC, VP8, VP9 (#279)
* support other popular codecs

* use install_ffmpeg.sh from go-livepeer, refactor tests

* set environment variable to build ffmpeg with tools and modules required for tests

* Fix NV-SW encoder selection

* Change HEVC display name to be alphanumeric

* refactor tests

* refactor tests

* refactor tests

* Fix unsupported codec test comments

* Bump to trigger CI

* Set env for dynamic libraries

* Test cleanup, temporary use install_ffmpeg.sh from go-livepeer branch

* Create cache key with right install_ffmpeg.sh

* Bump to trigger CI

* Switch back to master install_ffmpeg.sh
2022-01-11 17:14:01 +02:00
Ivan Tivonenko
37ccc0d3b5 cmd/transcoding: specify 'from' and 'to' args as flag options (-from, -to) 2021-11-30 23:54:44 +02:00
Ivan Tivonenko
5da83d2f46 add from/to parametrs support for transcoding function
from/to specified in ms from segment start
2021-11-30 23:54:44 +02:00
Oscar
4e4a3a87d2 ffmpeg/detector: Add support for content detection
Co-authored-by: Jai Luthra <me@jailuthra.in>
2021-06-23 18:03:28 +05:30
Josh Allmann
f32e37b8cd ffmpeg: Return stats on decoded stream from transcoder. 2019-08-20 08:04:02 -07:00
Josh Allmann
a31a7c3b79 cmd: Update transcoding example to use new API. 2019-08-15 12:53:39 -07:00
Josh Allmann
fb696c073b ffmpeg: Add transcoder example program.
Includes support to toggle GPU via CLI flags.

Also update documentation.
2019-05-22 21:23:01 +00:00