9 lines
308 B
Markdown
Raw Normal View History

# gst-launch-1.0 filesrc
> 파일로부터 데이터 읽기.
> 더 많은 정보: <https://gstreamer.freedesktop.org/documentation/coreelements/filesrc.html>.
- 파일에서 데이터를 읽어 파이프라인으로 전달:
`gst-launch-1.0 filesrc location={{경로/대상/파일}} ! {{파이프라인}}`