MangoDowner

Results 1 issues of MangoDowner

如题,比如有如下场景: 1、需要将A/B/C视频合成为一个长视频,视频都被设置为静音 ```nodejs fvideo.setAudio(false); ``` 2、得到长视频D后,再对D视频做处理,就会报错 ``` [FF] FFVideo Audio preProcessing errorffmpeg exited with code 1: Output #0, mp3, to '/vcs_creator/cache/us72893827428/video_1_audio.mp3': Output file #0 does not contain any stream ```...