We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the mergeUsingFfmpeg flag as true, I'm greeted with this error from ffmpeg which causes the concat to fail.
mergeUsingFfmpeg
true
[Received: ...] All segments received, stopping Spawning FFMPEG ffmpeg -y -loglevel warning -f concat -i ffmpeg-input.txt -c copy /var/folders/34/hd4djspn12l773v88w8h7slh0000gn/T/hls-downloader/1667897884655.ts ffmpeg stderr: [concat @ 0x7fe494305b80] Unsafe file name '/var/folders/34/hd4djspn12l773v88w8h7slh0000gn/T/hls-downloader/1667897884655/seg-1-v1-a1.ts' ffmpeg stderr: ffmpeg-input.txt: Operation not permitted ffmpeg closed with status 1
I'm on macOS Ventura, and I'm not sure what's up.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
With the
mergeUsingFfmpeg
flag astrue
, I'm greeted with this error from ffmpeg which causes the concat to fail.I'm on macOS Ventura, and I'm not sure what's up.
The text was updated successfully, but these errors were encountered: