forked from letsRobot/letsrobot
-
Notifications
You must be signed in to change notification settings - Fork 19
FFMPEG
bmorrison4 edited this page Jul 20, 2019
·
1 revision
Variable | Default Value | Description |
---|---|---|
ffmpeg_location |
/usr/bin/ffmpeg |
Full path the the location of FFMPEG |
v4l2-ctl_location |
/usr/bin/v4l2-ctl |
Full path to the location of v4l2-ctl
|
audio_codec |
mp2 |
Audio coded FFMPEG should use. Only mp2 is supported but twolame will work when compiled into FFMPEG. |
audio_channels |
1 |
Audio channels, 1 for mono, 2 for stereo. |
audio_bitrate |
32 |
Bitrate for the audio stream in kilobits. |
audio_sample_rate |
44100 |
Sample rate for the audio stream in hertz. |
video_codec |
mpeg1video |
Video codec FFMPEG should use. Currently only mpeg1video is supported. |
video_bitrate |
350 |
Bitrate for the video stream in kilobits. |
audio_input_format |
alsa |
|
audio_input_options |
Leave this blank if audio_input_format is alsa . |
|
audio_output_options |
-nostats |
|
video_input_format |
v4l2 |
|
video_input_options |
||
video_output_options |
-nostats -threads 2 |
- Adafruit Motor Hat
- Adafruit PWM / Servo Hat
- Anki Cozmo on MacOS/Linux
- Anki Cozmo on Windows
- Cytron MDD10 10 Amp Motor Driver
- GoPiGo2
- GoPiGo3
- L298N Dual Motor Driver
- MAX7219 SPI LED Driver
- MotoZero 4 Motor Controller
- MQTT Publish Controller
- OWI 535 Robotic Arm (USB Controller)
- Serial Based Controllers (Parallaxy or Arduinos)
- PiBorg ThunderBorg Motor Driver
- Pololu Daul MC33926 Motor Driver (experimental)
- Pololu DRV8835 Dual Motor Driver
- Pololu Maestro Servo Controller (experimental)