GStreamer-devel
Search
everywhere
only in this topic
Advanced Search
Live udp stream recording in .mov format
Classic
List
Threaded
♦
♦
Locked
3 messages
ganeshbk
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Live udp stream recording in .mov format
I have a live video stream using udp protocol and the decoding is done in h264 format i need to save this file in .mov format as iPad cannot play the video in any other format than mp4 and .mov.
Need help on this.
Vnd
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Live udp stream recording in .mov format
Following pipelie might help you:
gst-launch-1.0 udpsrc port=8000 ! decodebin name=raw ! videoconvert ! x264enc ! h264parse ! qtmux name=mux ! filesink location=/root/test.mov raw. ! audioconvert ! voaacenc ! aacparse ! mux.
~Vinod
ganeshbk
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Live udp stream recording in .mov format
Thank you Vinod
Free forum by Nabble
Edit this page