Skip to content

Instantly share code, notes, and snippets.

@ndufresne
Created May 29, 2014 16:27
Show Gist options
  • Save ndufresne/0f5b58dd6133075f9609 to your computer and use it in GitHub Desktop.
Save ndufresne/0f5b58dd6133075f9609 to your computer and use it in GitHub Desktop.
gst-launch-1.0 -v \
filesrc location=/home/nicolas/Vidéos/Devdas/Devdas\ \(2002\)\ \(688x432-ana_h264-blu_AAC_dualsub\).mp4 ! decodebin name=d \
d. ! video/x-raw ! queue ! videoconvert ! videoscale \
! video/x-raw,pixel-aspect-ratio=1/1 ! avenc_h263 rtp-payload-size=256 \
! rtph263pay ! udpsink port=1234 \
d. ! audio/x-raw ! queue ! audioconvert ! audioresample ! audioconvert ! mulawenc \
! rtppcmupay ! udpsink port=1235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment