Skip to content

Commit

Permalink
Removed data streams mapping from resulting files
Browse files Browse the repository at this point in the history
  • Loading branch information
valery-kirichenko committed Sep 27, 2022
1 parent 3b4f720 commit d860f35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ private async Task Save_Click_Internal(object? sender, RoutedEventArgs eventArgs

string args = $"-y -ss {startKeyframe} -i \"{inputFile}\" -map_metadata 0 " +
$"-to \"{_fragment.Stop - startKeyframe}\" -c:v copy -c:a copy " +
$"-map 0 \"{outputFile}\"";
$"-map 0 -map -0:d \"{outputFile}\"";

var startInfo = new ProcessStartInfo
{
Expand Down

0 comments on commit d860f35

Please sign in to comment.