ffmpegwasm / ffmpegwasm/ffmpeg.wasm

when i use image and audio then -filter_complex not work

Open
#667 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
17.8k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
when i use image and audio then -filter_complex not work

**To Reproduce**
```
[
"-loop",
1,
"-t",
3.504,
"-i",
"img_0.jpeg",
"-i",
"audio_0.mp3",
"-loop",
1,
"-t",
3.696,
"-i",
"img_1.jpeg",
"-i",
"audio_1.mp3",
"-filter_complex",
"[0:v][1:a][2:v][3:a]concat=n=2:v=1:a=1 [v][a]",
"-map",
"[v]",
"-map",
"[a]",
"-c:v",
"libx264",
"-c:a",
"aac",
"-shortest",
"-movflags",
"+faststart",
"output.mp4"
]
```
the error is "FS error"

**Expected behavior**
the output.mp4 can be producted.

**Screenshots**
![image](https://github.com/ffmpegwasm/ffmpeg.wasm/assets/4978379/736e6e4a-3807-42f4-ae76-21e2c4987182)

**Desktop (please complete the following information):**
- OS: mac
- Browser chrom
- Version 0.12.10

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.