Hello, I am trying to figure out how FFmpeg command line tool chains commands and runs them behind the scene and I'm wondering if it has concept of pipeline and pipeline graphs much like Gstreamer has; For example, https://gstreamer.freedesktop.org/documentation/tutorials/basic/images/playbin.png
If so, can someone please point me in the right direction to look up documentation or examples of this case? I'm trying to debug an issue with this pipeline (not outputting correct codecs="" in dash manifest) : sudo ffmpeg -y -f v4l2 -input_format yuyv422 -video_size 1920x1080 -framerate 5 -i /dev/video0 -vcodec h264_v4l2m2m -pix_fmt yuv420p -keyint_min 30 -g 30 -map 0:v -b:v 1000k -level 41 -profile:v 77 -f dash -seg_duration 1 -streaming 1 -window_size 30 -remove_at_exit 1 -dash_segment_type 1 /dev/shm/source1/live.mpd Thank you _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
