From da3e14a2d734fbc33a37419bf93602a91aea0611 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 19 Sep 2013 16:25:02 +0100 Subject: working on fast start --- rotord/src/libavwrapper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rotord/src/libavwrapper.cpp') diff --git a/rotord/src/libavwrapper.cpp b/rotord/src/libavwrapper.cpp index ca14736..6b07b62 100644 --- a/rotord/src/libavwrapper.cpp +++ b/rotord/src/libavwrapper.cpp @@ -210,7 +210,8 @@ bool libav::exporter::record(std::string filename){ AVDictionary *opts = NULL; // "create" an empty dictionary - av_dict_set(&opts, "movflags", "empty_moov", 0); + //THIS DOES SEEM TO SET CONTAINER OPTS= AS MOOV_SIZE MAKES THE MOVIE BANJAXED + //av_dict_set(&opts, "moov_size", "20000", 0); // Write the stream header, if any. // -- cgit v1.2.3