Added v4l script
This commit is contained in:
parent
5e0b90b27a
commit
7f5a8fa23c
1 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ These scripts rely on :
|
|||
- `ffmpeg` to generate the audio/video streams. Tested with ffmpeg versions:
|
||||
- 4.1.6
|
||||
- 4.2.4
|
||||
- 4.3.5
|
||||
- `bc` to compute the encoding buffer size from the specified video bitrate
|
||||
|
||||
To install the dependencies on Debian 10 (Buster):
|
||||
|
@ -22,6 +23,8 @@ There are 4 main scripts :
|
|||
send live stream and save a copy to file with static pattern, time overlay (seconds from start) and sine wave audio
|
||||
- stream_random_noise.sh
|
||||
send live stream and save a copy to file with random video, time overlay (seconds elapsed from start and local timestamp) and sine wave audio
|
||||
- stream_v4l_device.sh
|
||||
send a continuous live stream and save a copy to files, one every 10 minutes, with video from a V4L2 device, a timestamp overlay and sine wave audio or camera audio (see comments in the file)
|
||||
|
||||
Run the scripts with no parameter for help.
|
||||
|
||||
|
@ -44,5 +47,3 @@ The other scripts are helpers that are just sortcuts to call the main scripts wi
|
|||
- stream_random_1080p_3600s.sh
|
||||
- stream_random_720p_300s.sh
|
||||
- stream_random_720p_3600s.sh
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue