mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 02:12:30 +01:00
Make ffmpeg map metadata
This commit is contained in:
parent
60060d4b73
commit
61a13ceabe
@ -67,6 +67,7 @@ async function cut(customOutDir, filePath, format, cutFrom, cutTo, onProgress) {
|
||||
const ffmpegArgs = [
|
||||
'-i', filePath, '-y', '-vcodec', 'copy', '-acodec', 'copy',
|
||||
'-ss', cutFrom, '-t', cutTo - cutFrom,
|
||||
'-map_metadata', '0',
|
||||
'-f', format,
|
||||
outPath,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user