disable progressive creating video

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

disable progressive creating video

alex-3

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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel