diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-08-07 23:41:15 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-14 00:59:10 +0200 |
| commit | a86c6edbc0f640df85ffee3ba89dc3325785560b (patch) | |
| tree | a7b5427f3ef3850376476dfeacaf69cfe367bd20 | |
| parent | ff623a7f045575169820b28a9e1d4ee10ec2fb69 (diff) | |
Hack to enable all streams in MOV exports; don't know if it works.enable-mov-audio-streams
| -rw-r--r-- | src/lib/ffmpeg_file_encoder.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_file_encoder.cc b/src/lib/ffmpeg_file_encoder.cc index 511730185..917b85356 100644 --- a/src/lib/ffmpeg_file_encoder.cc +++ b/src/lib/ffmpeg_file_encoder.cc @@ -80,6 +80,7 @@ public: } _stream->id = stream_index; + _stream->disposition |= AV_DISPOSITION_DEFAULT; DCPOMATIC_DISABLE_WARNINGS _stream->codec = _codec_context; DCPOMATIC_ENABLE_WARNINGS |
