disable progressive creating video
alex
al-gstreamerdevel at none.at
Thu Feb 18 21:19:24 UTC 2021
Hi.
I try to create some videos from my stream and want to disable the progressive creation of the stream. I would also like to set the bandwidth like "14138 kb/s"
alex $ gst-launch-1.0 -v souphttpsrc do-timestamp=true is-live=true location=https://stream.domain.com/camera05/live.m3u8 name=cam ! decodebin3 ! x264enc ! matroskamux ! filesink location=2021-02-18_22-08_camera05_normal.mkv
Stream #0:0(eng): Video: h264 (High), yuvj420p(pc, bt709, *progressive*), 7232x3616 [SAR 1:1 DAR 2:1], 25 fps, 25 tbr, 1k tbn, 50 tbc (default)
gst-inspect-1.0 --version
gst-inspect-1.0 version 1.16.2
GStreamer 1.16.2
https://launchpad.net/distros/ubuntu/+source/gstreamer1.0
When I create the stream with ffmpeg is the stream not in progressive Mode.
alex $ ~/Downloads/ffmpeg-git-20210127-amd64-static/ffmpeg -re -fflags +genpts -t 00:01:00 -i https://stream.domain.com/camera05/live.m3u8 -c:v copy 2021-02-18_22-10_camera05_normal_copy.mp4
Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuvj420p(pc, bt709), 7232x3616, 14138 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
I'm sure I have used the wrong keywords to search to disable progressive creation.
Please can anyone help me to remove tell gstream that it not create progressive videos.
Thanks for any help.
Regards
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210218/8be3509b/attachment-0001.htm>
More information about the gstreamer-devel
mailing list