9 lines
241 B
Markdown
9 lines
241 B
Markdown
|
|
# gst-launch-1.0 filesrc
|
||
|
|
|
||
|
|
> Read data from a file.
|
||
|
|
> More information: <https://gstreamer.freedesktop.org/documentation/coreelements/filesrc.html>.
|
||
|
|
|
||
|
|
- Read data from a file:
|
||
|
|
|
||
|
|
`gst-launch-1.0 filesrc location={{path/to/file}} ! {{pipeline}}`
|