mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
st/gui: Use main profile when recording videos
This commit is contained in:
parent
32fd49d52b
commit
50e3a3cfa1
|
@ -84,6 +84,7 @@ create_pipeline(struct gui_record_window *rw)
|
||||||
"videoconvert ! "
|
"videoconvert ! "
|
||||||
"queue ! "
|
"queue ! "
|
||||||
"x264enc bitrate=\"%s\" speed-preset=\"%s\" ! "
|
"x264enc bitrate=\"%s\" speed-preset=\"%s\" ! "
|
||||||
|
"video/x-h264,profile=main ! "
|
||||||
"h264parse ! "
|
"h264parse ! "
|
||||||
"queue ! "
|
"queue ! "
|
||||||
"mp4mux ! "
|
"mp4mux ! "
|
||||||
|
|
Loading…
Reference in a new issue