Created
October 22, 2020 17:42
-
-
Save mariotpc/6b1457eb129c04163e7d65caa4cd249f to your computer and use it in GitHub Desktop.
Play Matroska Container - MPEG H.264 + AC3 ( Mic + HDMI Monitor )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gst-launch-1.0 filesrc location=revision.20.10.20.mkv ! matroskademux name=demux demux. ! queue ! h264parse ! avdec_h264 ! videoconvert ! glimagesink demux. ! queue ! ac3parse ! avdec_ac3 ! audioconvert ! alsasink | |
/*****************************/ | |
/ ClockOverlay | |
/*****************************/ | |
gst-launch-1.0 filesrc location=revision.20.10.20.mkv ! matroskademux name=demux demux. ! queue ! h264parse ! avdec_h264 ! videoconvert ! clockoverlay ! glimagesink demux. ! queue ! ac3parse ! avdec_ac3 ! audioconvert ! alsasink |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment