From f83349ba7b00ed83e4f40488ae755d8c2076b90b Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 1 Nov 2023 11:27:00 -0700 Subject: [PATCH] boom --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f0ac45e --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ + +# record mux another example with cli + +```sh +gst-launch-1.0 -e videotestsrc ! x264enc ! mp4mux name=mux ! filesink location="bla.mp4" audiotestsrc ! lamemp3enc ! mux. +```