"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

June 04, 2021

ffmpeg

What is ffmpeg 

  • libraries and programs for handling video, audio, and other multimedia files and streams

Why it is used

  • FFmpeg program itself, designed for command-line-based processing of video and audio files

What purpose it serves best

  • ffmpeg project tools and programs form the basis of a ton of video and audio software. VLC, Google Chrome, and MPC all use ffmpeg libraries to decode video.

Download and Install from Link

In System variables locate and select Path row, click Edit and add value c:\ffmpeg\bin.

Live stream local video

ffmpeg -i sample.mp4 -v 0 -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000

ffplay udp://127.0.0.1:23000

Keep Thinking!!!

No comments: