Rien
Rien
Hi, I've been troubleshooting a bit and apparently `ffplay` is unable to work with multiple streams. If you want to give multiple inputs to ffmpeg, the `-i input_url` should be...
Hi guys! Great you've been experimenting with different encodings. It definitely seems possible to achieve near zero lag with the right tools. In writing this script I did some of...
What a normal video encoder would do is throwing away information (e.g. colours, image complexity, ...) in order to create a smaller video. The reason why a general purpose compressor...
I currently don't have the time to dive deeper into this, so feel free to experiment with it! I'm open to PR's.
That looks great. It will indeed be faster to make your `xorstream` really streaming by constantly reading `stdin` and writing the XOR-ed output to `stdout`.
@fmagin I haven't played with any options yet, so please go ahead and report your findings! We need a way to objectively evaluate optimizations. I've been using `pv` to look...
Thanks for the very detailed report of your findings! Have you had the change to experiment with the block size and dependency? Maybe that will be able to reduce the...
I really appreciate the time and effort you've put into this. If mpv is noticeably faster, we could use mpv by default and gracefully degrade to ffplay. But as you...
Writing a C or Rust native binary will probably be the best improvement currently. I would definitely try to use the differences between two subsequent frames, because these differences will...
Good idea! You're always welcome to look for a way to implement this and create a PR. I think ffmpeg will probably be able to create a video stream. So...