I cannot find any working solutions, already searched a lot. How to execute this command in ffmpeg fluent (nodejs)
ffmpeg -f concat -safe 0 -i mylist.txt -c copy output.mp4
Inputing a List of Files for Concatenation with Node.js Module fluent-ffmpeg
ffmpeg('C:/path/to/list.txt').inputFormat('concat').mergeToFile('C:/path/to/out.mp4', 'C:/path/to/temp');
when following this solution, it showing this error. don't know how can I give the -safe command to this solution. So with that exact solution, I am getting this error.
[concat @ 0000020ee8c82400] Unsafe file name './test/114/1.mp3'
./concat.txt: Operation not permitted