-
error in mov2mov / automatic1111
Traceback (most recent call last):
File "C:\SDW\sd.webui\webui\modules\call_queue.py", line 74, in f
res = list(func(*args, **kwargs))
File "…
-
### Description
Hello,
when I try to export as a movie my project I get this error message:
Command: /tmp/.mount_pencilyGVzmc/usr/plugins/ffmpeg -i /tmp/Pencil2D/Default_Y2xD_456aebye/data/sound_…
-
Hey Erwin, I see that you pushed a new version, thanks for your work. When I followed your instructions and try to run one of the examples, I get the below error.
```
Unrecognized option '/filter_…
-
When connecting to a VMware Horizon Pool, the session appears to be accelerated. However, upon checking the log file located at /tmp/vmware-tsuser/vmware-mks-123435.log, I encounter the following erro…
-
I am new to Rust and in audio, it throws error like this when I want to build:
```
error: failed to run custom build command for `ffmpeg-sys-next v4.4.0`
note: To improve backtraces for build depen…
-
### mpv Information
```bash
$ mpv --version
mpv 0.39.0-UNKNOWN Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects
built on Oct 14 2024 20:40:02
libplacebo version: v7.341.0
FFmpeg version: 7.0.…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting that yt-dlp is…
-
### Checklist
- [X] I'm reporting a bug unrelated to a specific site
- [X] I've verified that I'm running yt-dlp version **2022.05.18** ([update instructions](https://github.com/yt-dlp/yt-dlp#upda…
-
### Describe the current behavior
When peertube runners are enabled for VOD transcoding on my 6.3.0 peertube instance, requesting a "Run HLS transcodes" from the videos Overview page causes the pee…
-
like
```
ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex \
'[0:v]pad=iw*2:ih[int];[int][1:v]overlay=W/2:0[vid]' \
-map [vid] -c:v libx264 -crf 23 -preset veryfast output.mp4
```