* qtmux could not multiplex stream with error "Buffer has no PTS"
Signed-off-by: Hongmei Gou <[email protected]> --- .../dsp66_multimedia_imgproc_f2f/runDsp66ImgProcSave2File.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia_apps/dsp66_multimedia_imgproc_f2f/runDsp66ImgProcSave2File.sh b/multimedia_apps/dsp66_multimedia_imgproc_f2f/runDsp66ImgProcSave2File.sh index 4c794ef..1bd1990 100644 --- a/multimedia_apps/dsp66_multimedia_imgproc_f2f/runDsp66ImgProcSave2File.sh +++ b/multimedia_apps/dsp66_multimedia_imgproc_f2f/runDsp66ImgProcSave2File.sh @@ -13,4 +13,4 @@ echo "" echo "Launch GStreamer pipeline" echo "" -gst-launch-1.0 filesrc location=$input_filename ! 'video/x-raw, format=(string)NV12, framerate=(fraction)24/1, width=(int)1280, height=(int)720' ! queue ! h265dec threads=1 ! videoconvert ! queue ! dsp66videokernel kerneltype=1 filtersize=9 lum-only=1 ! queue ! videoscale ! 'video/x-raw, width=(int)640, height=(int)480' ! avenc_mpeg4 ! mpeg4videoparse ! qtmux ! queue ! filesink location=$output_filename +gst-launch-1.0 filesrc location=$input_filename ! 'video/x-raw, format=(string)NV12, framerate=(fraction)24/1, width=(int)1280, height=(int)720' ! queue ! h265dec threads=1 ! videoconvert ! queue ! dsp66videokernel kerneltype=1 filtersize=9 lum-only=1 ! queue ! videoscale ! 'video/x-raw, width=(int)640, height=(int)480' ! avenc_mpeg4 ! mpeg4videoparse ! mpegtsmux ! queue ! filesink location=$output_filename -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
