Alex

Results 112 comments of Alex

@rustbot label +good-first-issue

@alfg I think I found the issue https://github.com/alfg/mp4-rust/blob/93dbb564642cbbc577e706afdff87b8237cdbe4c/src/mp4box/tfhd.rs#L61 The base data offset is always assumed to be present, but I checked how FFmpeg handles this box: https://github.com/FFmpeg/FFmpeg/blob/2b2380c098569af88e7a77aff78f330d11090512/libavformat/mov.c#L4819-L4821 The base data...

I'll have to either remove the `ReadBox` impl ~~or somehow return the flags from it, maybe by storing them in the `TfhdBox` itself?~~ (Can't do that since the box could...

Could be https://github.com/alfg/mp4-rust/pull/46? Not sure. A quick look through the history didn't turn up anything obvious, and I don't really know the project. :smile:

It's unfortunate how far behind Ubuntu is, 1.65.0 is almost 2 months old at this point. Do they have a rule that they only push out the 4th release of...

Hey @sagudev, do you mind if I take this over? :slightly_smiling_face:

Alright, thanks for your work on this!

I've re-enabled MediaSession by default (https://github.com/WebKit/WebKit/commit/32334c785916504b99c6ecbd740052a73b86f3e0). Now it's just a waiting game.

The vanilla compass does flip the texture: ![image](https://user-images.githubusercontent.com/69764315/192123831-4f3b9262-e7de-4e5f-a88c-f345ca53d588.png)

The only blocker here is how to best expose the option to downgrade the tag. I may just end up going with the suggestion above: > Maybe create something like...