-
It looks like getting metadata involves spawning `ffprobe` process, does it mean that if I'm doing N metadata requests there would be N `ffprobe` processes and I need to control concurrency myself?
-
E.g.
[[
```console
> ffprobe -hide_banner -threads 0 -show_entries "stream=time_base:format=size" -of "flat=h=0" "Shadowing._rgb24.jxl"
Input #0, jpegxl_pipe, from 'Shadowing._rgb24.jxl':
D…
-
Here’s a template for a GitHub issue you can use to report the problem you’re facing with MoviePy when trying to read an audio file. You can fill in any additional details as needed.
---
**Title…
-
I am considering FFME as an alternate to MediaElement, but can't get it to run correctly.
I wrote a minimal .Net 4.8.2 FFME test project constructed according to the instructions, ie.,
- placing f…
-
大佬可以帮忙看看这个问题怎么搞吗?
win11+2080ti22G
运行点击生成后会出现下面的这个日志,我是直接用示例图的
```
(venv) PS D:\project\AI_video\SVD-webui> .\run_gui.ps1
D:\project\AI_video\SVD-webui\venv\lib\site-packages\torchaudio\back…
-
decodeEntities() does not decode html entities characters, but should as evident in the code.
Error occurs on ffprobe part of the code, as it cannot find the file (as the file name was not decoded)…
-
When embedding artwork into an mp4 file via the Python mutagen module, the artwork is added as stream 0, shifting the video track to stream 1.
`ffprobe mp4_without_embedded_artwork.mp4`:
```
Str…
-
安装完后,执行的时候提示这个错误,是什么原因呢
[1/3] | Screenshots generating...events.js:174
throw er; // Unhandled 'error' event
^
Error: Cannot find ffprobe
at /usr/local/Cellar/node/11.13.0/lib/no…
-
**Describe the bug**
I try test neolink connection but ffprobe give 503 error
**To Reproduce**
Steps to reproduce the behavior. Example:
1. Create this configuration file:
bind = "0.0.0.0"
…
-
In Stream (console) page srs report always **44100** as sampling frequency for audio regardless of real value.
At the moment srs can manage/recognize only four sampling frequency (5512, 11025, 22050,…