Diego Giovane Pasqualin

Results 7 comments of Diego Giovane Pasqualin

I see this issue was opened a long time ago. Is there any perspective on the implementation of this feature?

Not completely related, but I think it would save people some research if there was a bulk helper in elasticsearch-dsl itself to handle Document instances, just so we don't need...

Hi @ChristianFeldmann , I was just about to ask about last bullet in your message. You showed on Demuxed2020 and it was really cool, so I'm looking forward to it...

HRD analysis worked here only after I added `nal-hrd=vbr` to `-x264opts` during encoding. Does it make sense? Should it be necessary? Thank you.

Nice suggestion @michael-robbins, maybe you could just call `clean` from inside `to_dict`? ```python def clean(self): suggestions = self.string2tokens(self.name) if self.acronyms: suggestions.extend(self.acronyms) self.suggest = {"input": suggestions, "weight": 1} def to_dict(self, **kwargs):...

We would like to use grafana to analyse the events of an individual video playback session, but without this feature we need to manually set the start/end times, information that...

is it duplicated from #1312 ?