-
`FFmpeg` is currently used for extracting, probing, and merging audio tracks, but these commands are written directly in-place without any abstraction. This results in code that is difficult to interp…
-
```
const recordChunk = async () => {
const granted = await requestPermissions();
if (!granted) {
isRecording.current = false;
return;
}
if (!isRecording.current…
-
### Version information
* fluent-ffmpeg version:2.1.2
* ffmpeg version: 2023-07-16-git-c541ecf0dc-full_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers
* OS: Windows 11
###…
-
My operating environment is as follows:
macOS 11.23
electron 13.0.1
Run the following code in the main process of electron:
```javascript
const FfmpegCommand = require('fluent-ffmpeg');
import…
-
I am using [FFmpeg](https://github.com/WritingMinds/ffmpeg-android-java) to concat three Audio file combine into one
- audio.m4a (get from assets)
- Recorded audio.m4a (Record using MediaRecorder)
- a…
-
The [code for this plugin will note that the command failed](https://github.com/HaveAGitGat/Tdarr_Plugins/blob/master/FlowPluginsTs/CommunityFlowPlugins/ffmpegCommand/ffmpegCommandExecute/1.0.0/index.…
-
### 请确保您已阅读以上注意事项,并勾选下方的确认框。
- [X] 该问题是由轻量工具箱单独引起。
- [ ] 该问题是由多个插件之间互不兼容引起。
- [X] 我已经尝试过删除插件的配置文件并重启 QQ,问题依旧存在。
- [X] 我已经在 [Issue Tracker](https://github.com/xiyuesaves/LiteLoaderQQNT-lite_tools…
-
/data/data/io.tempage.dorynode/cache/node_modules/m3u8-to-mp4/index.js:50
reject(new Error(error));
^
Error: Error: Cannot find ffmpeg
at FfmpegCommand. (/data/dat…
-
run example
`/Users/laodao/www/dao-kuaikan-video/app/script/a.mp4
null
/Users/laodao/www/dao-kuaikan-video/node_modules/ffmpeg-remix/dist/index.js:109
throw _iteratorError;
^
Typ…
-
我先对file1进行裁剪,得到结果file3后和file2进行拼接操作,会报错
Process: voicerecorder.audiorecorder.voice, PID: 867
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.next(ArrayList.ja…