OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 31 Mar 2009 17:30:10 +0000 (17:30 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Tue, 31 Mar 2009 17:30:10 +0000 (17:30 +0000)
- Updated Preview Query generation code to handle new -stop-at format.

git-svn-id: svn://localhost/HandBrake/trunk@2287 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/frmMain/QueryGenerator.cs

index 05e73b8..6c01286 100644 (file)
@@ -75,7 +75,7 @@ namespace Handbrake
             }\r
 \r
             query += " --start-at-preview " + preview;\r
-            query += " --stop-at-duration " + duration + " ";\r
+            query += " --stop-at duration:" + duration + " ";\r
 \r
             // Destination tab\r
             if (mainWindow.text_destination.Text != "")\r