check if ffmpeg support H264

Written by Yujin Boby

Edit in WordPress

To check if ffmpeg installed on your computer support h264, run

ffmpeg -formats | grep h264

ffmpeg h264 support

See ffmpeg