From 65f43cdd199eea9265309d4250544018121c8496 Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Mon, 22 Nov 2010 22:29:00 +0000 Subject: [PATCH] Fix regression in HDV capture. svn path=/trunk/kdenlive/; revision=5111 --- src/recmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/recmonitor.cpp b/src/recmonitor.cpp index cfddee22..51e9b1bf 100644 --- a/src/recmonitor.cpp +++ b/src/recmonitor.cpp @@ -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"; -- 2.39.2