This commit is contained in:
talksik
2023-11-01 11:27:00 -07:00
parent 6cc1a351fb
commit f83349ba7b
+6
View File
@@ -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.
```