Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jackersson/610ee14e3c4076146b19e58f70dec635 to your computer and use it in GitHub Desktop.
Save jackersson/610ee14e3c4076146b19e58f70dec635 to your computer and use it in GitHub Desktop.
gst_appsrc_filesink
Gst-Pipelines
1: filesrc location=video.mp4 ! qtdemux ! h264parse ! avdec_h264 ! videoconvert n-threads=0 ! video/x-raw,format=RGB,width=1920,height=1080 ! appsink emit-signals=True sync=false
2: appsrc caps=video/x-raw,format=RGB,width=1920,height=1080 emit-signals=True is-live=true ! videoconvert ! x264enc tune=zerolatency ! mp4mux ! filesink location=1.mp4 sync=false
Getting an error:
> gst_segment_to_running_time: assertion 'segment->format == format' failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment