mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 10:22:31 +01:00
parent
e93a222227
commit
b26119b06c
@ -88,7 +88,7 @@ function useFfmpegOperations({ filePath, enableTransferTimestamps, needSmartCut
|
||||
// concat list - always first
|
||||
addInput([
|
||||
// https://blog.yo1.dog/fix-for-ffmpeg-protocol-not-on-whitelist-error-for-urls/
|
||||
'-f', 'concat', '-safe', '0', '-protocol_whitelist', 'file,pipe',
|
||||
'-f', 'concat', '-safe', '0', '-protocol_whitelist', 'file,pipe,fd',
|
||||
'-i', '-',
|
||||
]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user