Skip to content

Commit 4dede13

Browse files
committed
removed metastrip
1 parent 5b4d3c7 commit 4dede13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/Transcode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ public function getAudioUrl($filePath, $audioOptions): string
387387

388388
// Assemble the destination path and final ffmpeg command
389389
$destAudioPath .= $destAudioFile;
390-
$ffmpegCmd .= ' -map_metadata -1 -f '
390+
$ffmpegCmd .= ' -f '
391391
.$thisEncoder['fileFormat']
392392
.' -y '.escapeshellarg($destAudioPath);
393393

0 commit comments

Comments
 (0)