Install FFmpeg on CentOS using yum
Install ffmpeg on Ubuntu
Cut a Video using ffmpeg
Scale a video using ffmpeg
Create thumbnail from video using ffmpeg
Convert Video info MP4 using ffmpeg
Extract Audio from Video using ffmpeg
check if ffmpeg support H264
Show all formats supported by ffmpeg
Saving a steam with ffmpeg
ffmpeg -i "stream_url" -c copy -f mpegts test.ts
Example
Following commend will save the steam as 1.mp4
ffmpeg -i "rtmp://cp.livecastnet.com:1935/85nortetv/live" 1.mp4
error: ‘x264_bit_depth’ undeclared (first use in this function