The Wayback Machine - https://web.archive.org/web/20200517100752/https://github.com/topics/streaming-video
Skip to content
#

streaming-video

Here are 208 public repositories matching this topic...

TKooijmans
TKooijmans commented Nov 7, 2019

Expected behaviour

When I try this with v2.3 settings are ignored and I get a 422 mp4 clip with 8 audio channels
channel setting is set hd1080i50

ADD 1 FILE "myfile 1.mp4" -codec:v libx264 -crf:v 23 -preset:v veryfast -filter:v format=pix_fmts=yuv420p -filter:v tinterlace=5 -codec:a aac -b:a 128k -ar:a 48k

If I do this
ADD 1 FILE "myfile 1.mp4" -codec:v libx264 -crf:v 23 -preset:v ver

bertpig
bertpig commented Oct 9, 2019

When following the additional steps to view the current leaderboard inside of an event engine account/event, the leaderboard script attempts to utilise the default AWS profile which results in the terminal hanging and no output.

In order to utilise the event engine AWS profile and associated credentials, it is necessary to execute:
export AWS_PROFILE="ee"

Before running npm start

rtrahms
rtrahms commented Nov 14, 2017

Hi -
I am pretty impressed with the cscore implementation running on our Raspberry Pi.
We are successfully serving a webpage from our RPi at port 8081. I am also able to add OpenCV image operations and view the results on port 8082 (the usbcvstream example).

Part of the use of our camera streams has been for autonomous, which involves OpenCV thresholding of H, S and V around a particular c

Improve this page

Add a description, image, and links to the streaming-video topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the streaming-video topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.