Skip to content

Commit

Permalink
Fix(?) PySceneDetect Encoding the Entire Stream as one Chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkl58 committed Mar 31, 2021
1 parent cfe48f6 commit 8889289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NotEnoughAV1Encodes/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2566,8 +2566,8 @@ private void PySceneDetectParse()
// Temporary value used for creating the ffmpeg command line
string previousScene = "00:00:00.000";

// Argument for seeking until the end of the video
FFmpegArgs.Add("-ss " + previousScene);
// Clears the Args List to avoid conflicts in Batch Encode Mode
FFmpegArgs.Clear();

// Iterates over the list of time codes and creates the args for ffmpeg
foreach (string sc in scenes)
Expand Down

0 comments on commit 8889289

Please sign in to comment.