Hello Tello Pilot!
Join our DJI Tello community & remove this banner.
Sign up

Convert udp stream to file

stringphoneinventor

New member
Joined
Nov 21, 2018
Messages
1
Reaction score
0
Has anyone here worked extensively with the UDP packets? I am looking to convert the stream to a more consumable format.

Anyone have any luck here?
 
Yes, I just figured it out.
You'll need a program called ffmpeg. You can download it at FFmpeg it's available for every major OS.
To use it, you'll need some familiarity with using the console.

  1. Save all the packets in a file called FILENAME.h264, the extention ".h264" is important here.
  2. Run the following: ffmpeg -i "/path/to/file/FILENAME.h264" "/path/to/output/OUTPUT.mp4"
This worked for me.
 

New Posts

Members online

Forum statistics

Threads
5,690
Messages
39,934
Members
17,023
Latest member
Repiv

New Posts