<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dcpomatic/src/lib/reel_writer.cc, branch compose</title>
<subtitle>DCP-o-matic DCP tools</subtitle>
<id>https://git.carlh.net/cgit/dcpomatic/atom?h=compose</id>
<link rel='self' href='https://git.carlh.net/cgit/dcpomatic/atom?h=compose'/>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/'/>
<updated>2021-07-10T00:02:19Z</updated>
<entry>
<title>Use dcp::compose rather than our own.</title>
<updated>2021-07-10T00:02:19Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-07-10T00:02:19Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5b0e331380c83ec9835e8aa42fd342b2f0ad275d'/>
<id>urn:sha1:5b0e331380c83ec9835e8aa42fd342b2f0ad275d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put audio language back in the Film.</title>
<updated>2021-06-01T12:25:17Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-06-01T09:28:48Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ddd767fd647b2fd585d75ada000d3d01c4c43cb2'/>
<id>urn:sha1:ddd767fd647b2fd585d75ada000d3d01c4c43cb2</id>
<content type='text'>
It feels neat to have audio language in the audio tab, to match
the subtitle language in the subtitle tab.  It also avoids the potential
confusion of there being an audio language setting in the DCP metadata
but no subtitle language setting.  However:

- I am yet to find a need to describe multiple audio languages in the
same DCP (all previous users of Film::audio_languages() were just taking
the first language off the list).

- As Carsten points out it's fiddly to have to set the audio language
for 5 separate-channel WAV files, for example (you wouldn't actually
have had to do this, but it would have felt like you did).

I think subtitle language remains neater where it is (per-content)
as there is this additional subtitle language metadata and it makes
much more sense (and is much more likely) that there are multiple
subtitle languages in a DCP than it does multiple audio languages.
</content>
</entry>
<entry>
<title>C++11 tidying.</title>
<updated>2021-04-30T23:31:35Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-30T23:31:35Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=8963f0007af1a312017b9627c18b82ec2a577591'/>
<id>urn:sha1:8963f0007af1a312017b9627c18b82ec2a577591</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make digest calculations interruptible.</title>
<updated>2021-04-20T22:52:07Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-20T19:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=3b137ece1ab4bffe4c959047972c5d1317f8a79c'/>
<id>urn:sha1:3b137ece1ab4bffe4c959047972c5d1317f8a79c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump libdcp for some API improvements.</title>
<updated>2021-04-12T20:18:47Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-12T20:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=cc99556229bf35506c20377f4550665af6f5594a'/>
<id>urn:sha1:cc99556229bf35506c20377f4550665af6f5594a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make DCP text track language properly optional and ignore bad values on imported DCPs (#1950).</title>
<updated>2021-04-09T19:20:10Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-09T19:20:10Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=c27d14badb229c24533db65dbaee1939dce89455'/>
<id>urn:sha1:c27d14badb229c24533db65dbaee1939dce89455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove out-of-date Film::_audio_language.</title>
<updated>2021-04-05T22:59:58Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-04-05T22:59:58Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=5f9608c9d15a269d890af222fc3d28a253d2b1e9'/>
<id>urn:sha1:5f9608c9d15a269d890af222fc3d28a253d2b1e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put subtitle language back into content from the film (#1930).</title>
<updated>2021-03-31T20:48:53Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-22T23:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=e0a70cd5cfb11fc2de167f3146acdd437a6faa82'/>
<id>urn:sha1:e0a70cd5cfb11fc2de167f3146acdd437a6faa82</id>
<content type='text'>
This also adds the main/additional language flag.

Of all the considerations about how to specify subtitle language,
the most important seems to be that the language specification happens
for the content where the language is; i.e. in the content text tab.
</content>
</entry>
<entry>
<title>Bump libdcp for MCA tag fixes.</title>
<updated>2021-03-25T23:19:31Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-25T23:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=0f45c718bf9b8e3922349dc4d2e92db229e64d88'/>
<id>urn:sha1:0f45c718bf9b8e3922349dc4d2e92db229e64d88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tidy up HMSF handling in a few places.</title>
<updated>2021-03-20T09:19:46Z</updated>
<author>
<name>Carl Hetherington</name>
<email>cth@carlh.net</email>
</author>
<published>2021-03-20T09:19:46Z</published>
<link rel='alternate' type='text/html' href='https://git.carlh.net/cgit/dcpomatic/commit/?id=ef31a94cd00dcc88fc83093cbc709b5b79acc4b6'/>
<id>urn:sha1:ef31a94cd00dcc88fc83093cbc709b5b79acc4b6</id>
<content type='text'>
</content>
</entry>
</feed>
