ffmpegwasm / ffmpegwasm/ffmpeg.wasm

Can't absolute paths be used in the ffmpeg.run method

Open
#756 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

Can't it be written like this
ffmpeg.run('-i' , 'http://127.0.0.1:5001/upload/202406/11dc85da-4937-473e-9e79-d193bf83902d.mp4'.......)
Can we only do this
ffmpeg.FS(
"writeFile",
"video",
await fetchFile(
"http:xxxx.mp4"
)
)
ffmpeg.run('-i' , 'video'.......)

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.