diff --git a/libs/ardour/export_graph_builder.cc b/libs/ardour/export_graph_builder.cc index 5afb5c1e7d..d9e2a60cfb 100644 --- a/libs/ardour/export_graph_builder.cc +++ b/libs/ardour/export_graph_builder.cc @@ -383,7 +383,7 @@ ExportGraphBuilder::Encoder::init_writer (boost::shared_ptrto_s () << "}" << endmsg; - if (exec->start ()) { + if (exec->start (SystemExec::MergeWithStdin)) { throw ExportFailed ("External encoder (ffmpeg) cannot be started."); } writer.reset (new AudioGrapher::CmdPipeWriter (exec, writer_filename));