Created
July 23, 2019 14:36
-
-
Save jackersson/610ee14e3c4076146b19e58f70dec635 to your computer and use it in GitHub Desktop.
gst_appsrc_filesink
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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