zcybercomputinggroup

Results 25 comments of zcybercomputinggroup

> one related feature that could also be useful is to have a setting to quit casparcg when the producer has finished playing. idk if that's already implemented. While that...

I meant SCTE-104 because the flags would be coming from the producer, not the source file and the producer output is uncompressed more like SDI. My understanding is it is...

It sounds like there are provisions for local banner overlay markers in SCTE-35 so that would probably be a way to signal HTML graphics markers on clean feeds separately from...

So after reinstalling node, corepack and a bunch of other stuff, turns out this was because of a malformed casparcg.config file I had created. I had the logging line before...

> Oh, FFmpeg with DeckLink can't be statically linked to CasparCG since they both include the DeckLink loader. Why are we using ffmpeg with decklink enabled? I thought casparCG has...

> > I have no objection to requiring AVX2. Especially as it has been around since 2013, which is longer than the version of opengl we require. > > I'll...

I was just going to suggest SIMDe, as it allows for performance boosting intrinsics while allowing future platform flexibility. Finally starting to get 10 bit enabled in casparCG is exciting.

This may have something to do with the arguments not processed and poor defaults I encountered over in [Issue 1648](https://github.com/CasparCG/server/issues/1648) with respect to using the ffmpeg mpeg2video codec in casparCG

After testing on linux from a development branch based on master, I discovered that it doesn't like having the minrate and maxrate variables without setting the bit rate. I now...

Using a simplified test: ` udp://localhost:2037?pkt_size=1316 -filter:v scale=1920x1080,fps=30000/1001,format=pix_fmts=yuv420p -codec:v mpeg2video -interlaced_scan 1 -dc 10 -flags +ilme+ildct -profile:v 1 -level:v 4 -b:v 9.5M -minrate 9.5M -maxrate 9.5M -bufsize 9.5M -bf 0...