Rodney

Results 298 comments of Rodney

> 1. Reason for the '+empty_moov+delay_moov' flags? `empty_moov` will cause the entire output to be fragmented, otherwise everything up until the second fragment would be a self-contained "movie". Technically it...

Based on discussion regarding ProRes it might make sense to make MOV the default on macOS and use MP4 on Windows. As ProRes is incompatible with MP4, and AV1 is...

> This assumes that AV1 hardware encoding won't come to Mac. According to rumors this might change, perhaps even not that far in the future. Hardware decoding seems likely, encoding...

Rebased and conflicts resolved. Also changed mac default to MOV.

> @RytoEX, @derrod - which one of you got the 14-inch or 16-inch MacBook Pro? I have a 14 inch one, but so does @gxalpha. However I'm not on macOS...

To throw another wrench into the works, there will be a vote next year to potentially get rid of leap-seconds, which may result in UTC and IAT becoming the same...

Making remuxing use `hvc1` for HEVC by default should work (since at this time you're not supposed to record to MP4 directly anyway). Right now the tag is just set...

To answer your questions on the other PR: > Is this a locale issue that should really be upstreamed as a bug to Qt? Why is the default not being...

After looking at the Qt code again I found https://github.com/qt/qtbase/blob/067b53864112c084587fa9a507eb4bde3d50a6e1/src/gui/text/windows/qwindowsfontdatabasebase.cpp#L692 which leads to https://bugreports.qt.io/browse/QTBUG-58610 It would appear that Qt is still using an older Windows API in many places so...

I guess we'll have to look into something else then. Perhaps we'll have to manually do an override in code. Not something I'm particularly fond of. (Or we'll just wait...