]> git.sesse.net Git - kdenlive/commitdiff
Fix regression in HDV capture.
authorDan Dennedy <dan@dennedy.org>
Mon, 22 Nov 2010 22:29:00 +0000 (22:29 +0000)
committerDan Dennedy <dan@dennedy.org>
Mon, 22 Nov 2010 22:29:00 +0000 (22:29 +0000)
svn path=/trunk/kdenlive/; revision=5111

src/recmonitor.cpp

index cfddee22ad68a3b4d42c12c30552b67af0fe35c0..51e9b1bf202df2d50989b20e5f2a2ff851bfb0a1 100644 (file)
@@ -426,7 +426,7 @@ void RecMonitor::slotStartCapture(bool play)
         case 3:
             // HDV CAPTURE
             m_captureArgs << "--format" << "hdv";
-            m_displayArgs << "-f" << KdenliveSettings::video4container();
+            m_displayArgs << "-f" << "mpegts";
             break;
         }
         if (KdenliveSettings::firewireautosplit()) m_captureArgs << "--autosplit";