-
Cancelling workflow is not working. At one point we let running or schedule tasks complete and just did not schedule any new ones but now all tasks continue. When testing this, I ran beeflow-dag sever…
-
### Problem Description
Failure to support FFMPEG 6.X
```
ffmpeg -version
ffmpeg version 6.1.1 Copyright (c) 2000-2023 the FFmpeg developers
built with gcc 11 (Ubuntu 11.4.0-1ubuntu1~22.04)
co…
-
../nginx-vod-module/vod/thumb/thumb_grabber.c:112:9: error: ‘avcodec_close’ is deprecated [-Werror=deprecated-declarations]
112 | avcodec_close(state->decoder);
| ^~~~~~~~~~~…
-
Software HEVC decoder sometimes (quite often actually) returns corrupted frames after FFmpeg commit https://github.com/FFmpeg/FFmpeg/commit/4b9adb35b609b7acb591be0459cde07550fd4ebe, with or without cu…
-
**Describe the bug**
moonlight crashed
**Steps to reproduce**
launch install
**Moonlight settings (please complete the following information)**
- have to use software encoding otherwise cr…
-
有没创建strm缩略图的插件,像FFmpeg缩略图
-
It says it has support for Linux, but when I extract it there's only for Ubuntu 20 and 22. Since I use Debian 12, I assumed they're mostly the same but the plugin doesn't show up. I need confirmation …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behaviour:
Build debian, run, see error
**Expected behaviour**
Share screen i…
-
# Convert flv to mp4 without re-encode
+ ref: https://superuser.com/a/860127
```
ffmpeg -i input.flv -c copy -copyts output.mp4
```
# Convert unplayable mp4 to samsung supported mp4
```
…
-
This is because rec.read() takes some time, but if you read each frame from the video it takes a lot of time.
Maybe use other forms of frame grabbers such as ffmpeg