Dave Rice

Results 390 comments of Dave Rice

Yes, we periodically make a new RFC output from the content of this repository and post it at https://datatracker.ietf.org/wg/cellar/documents/. Is there a particular codec mapping you're interested in?

The codec spec document had a release point and was updated at https://datatracker.ietf.org/doc/draft-ietf-cellar-codec/. From the wording of the issue I'm uncertain if now it's closed or if there is some...

Sorry, I accidentally closed this via the merge. Reopening. Also in considering how to resolve this for `A_PCM/INT/BIG`, `A_PCM/INT/LIT`, and `A_PCM/FLOAT/IEEE` there is no defined initialisation. To address clarification of...

`A_PCM/INT/LIT` is not defined as signed, but the signedness is conditional based on the bit depth. For instance: `ffmpeg -f lavfi -i sine -c:a pcm_u8 -t 1 test.mka` vs `ffmpeg...

Related message at https://mailarchive.ietf.org/arch/msg/cellar/flGPjiu-YBdpAgDQ-IUZNBY1wfk

This PR was rewritten to split T_QUICKTIME into T_QUICKTIME/SINGLE and T_QUICKTIME/MULTIPLE. The SINGLE version only uses a single Cluster and timecode value to associate a virtual continuous QuickTime timecode with...

I think this idea is much lower priority (and perhaps unneeded) since there https://github.com/cellar-wg/matroska-specification/pull/348. Close?

Hi, I see this was brought up as an issue in the GitHub repository and am cross-posting to the cellar working group. > On Sep 7, 2020, at 12:02 AM,...

> On Sep 8, 2020, at 11:52 AM, wm4 wrote: > > > Did anyone suggest storing the rounding error as a fraction? (With denominator stored in the track header,...

This needs a definition of the Initialization, ping @JeromeMartinez. Here's an example of CodecPrivate in MediaTrace ``` 000001D5 CodecPrivate (22 bytes) 000001D5 Header (3 bytes) 000001D5 Name: 9122 (0x023A2) 000001D7...