mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +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 ! "
|
||||
"queue ! "
|
||||
"x264enc bitrate=\"%s\" speed-preset=\"%s\" ! "
|
||||
"video/x-h264,profile=main ! "
|
||||
"h264parse ! "
|
||||
"queue ! "
|
||||
"mp4mux ! "
|
||||
|
|
Loading…
Reference in a new issue