From: Antonio Ospite Date: Fri, 14 Dec 2018 11:46:55 +0000 (+0100) Subject: gst-raiplay-download.sh: rename mp4mux from "mp4" to "mux" X-Git-Url: https://git.ao2.it/experiments/gstreamer.git/commitdiff_plain/6f195c493d8a9a4a73a4097c61401f37b1578377 gst-raiplay-download.sh: rename mp4mux from "mp4" to "mux" --- diff --git a/shell/gst-raiplay-download.sh b/shell/gst-raiplay-download.sh index 7e1f93e..a5ac690 100755 --- a/shell/gst-raiplay-download.sh +++ b/shell/gst-raiplay-download.sh @@ -13,7 +13,7 @@ OUTPUT_FILE="$2" # use a high value for connection-speed to download the best quality video gst-launch-1.0 \ \ - mp4mux name=mp4 fragment-duration=10 ! \ + mp4mux name=mux fragment-duration=10 ! \ filesink location="$OUTPUT_FILE" \ \ "$SOURCE_URL" ! \ @@ -21,10 +21,10 @@ gst-launch-1.0 \ tsdemux name=demux \ \ demux.video_0_0100 ! queue ! h264parse ! queue ! \ - mp4.video_00 \ + mux.video_00 \ \ demux.audio_0_0101 ! queue ! decodebin ! audioconvert ! lamemp3enc ! queue ! \ - mp4.audio_00 + mux.audio_00 # NOTE: the audio re-encoding is necessary because aacparse lacks some # functionality, see: