SOURCE_URL="$1"
OUTPUT_FILE="$2"
-# use a fixed and high value for connection-speed to download the best quality video
+# use a high value for connection-speed to download the best quality video
gst-launch-1.0 \
\
mp4mux name=mp4 fragment-duration=10 ! \
mp4.audio_00
# NOTE: the audio re-encoding is necessary because aacparse lacks some
-# functionality, see: https://bugzilla.gnome.org/show_bug.cgi?id=723551
+# functionality, see:
+# https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/106