Try to enable all streams in MOV exports.
authorCarl Hetherington <cth@carlh.net>
Fri, 7 Aug 2020 21:41:15 +0000 (23:41 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 20 Nov 2020 20:44:14 +0000 (21:44 +0100)
This is a speculative fix which I haven't tested.

src/lib/ffmpeg_file_encoder.cc

index 05b6b7fe51aaee8923b5deda1124b3e4d9a994d6..9a3c434d4b0c311b61e65cc6b3899a2c36218510 100644 (file)
@@ -80,6 +80,7 @@ public:
                }
 
                _stream->id = stream_index;
+               _stream->disposition |= AV_DISPOSITION_DEFAULT;
 DCPOMATIC_DISABLE_WARNINGS
                _stream->codec = _codec_context;
 DCPOMATIC_ENABLE_WARNINGS