Mattias Wadman

Results 839 comments of Mattias Wadman

> TIL MediaInfo, thank so much for the reference... It's nice! similar to fq but less queryable and more about interpreting/validating things. Meet the main developer of it some years...

> @wader One of last steps is to remove `dolby.go`, currently in there because of some comments I need to migrate, but mainly because the "dolby supplemental" metadata segment appears...

> @wader Sorry, that wasn't clear, tests don't currently reflect it. If you run and compare this command's output as currently: > > ```shell > go run . -d wav...

Not good. @fiatjaf: hosting of the tools have been hijacked somehow?

Looks not open source? what do you say @fiatjaf?

Aha sorry, nice! then should be fine i think. Looks a bit strange being (currently) the only one with a screenshot, but i do like demo screenshots so i think...

Hey, yeah `/root/run` is probably own by root by default, we can probably change permission etc on it but i guess the problem with running as non-root is how to...

Yeap that is my experience with it also, is a mess. Wonder if it would be possible in the postfix-relay case to generate config files with uid/gid to use? maybe...

Hey, hmm i wonder if this should be a `DownloadOption`? I would guess that `http.DetectContentType` only does some basic probing, to know what kind of media a mp4 file has...

> 1. This would make more sense other than putting it inside `DownloadOption` And Not ``Options``` Yes, the `New` function is mostly to download format metadata and not the meda...