check if ffmpeg support H264
Written by Yujin Boby
Edit in WordPressTo check if ffmpeg installed on your computer support h264, run
ffmpeg -formats | grep h264

See ffmpeg
Written by Yujin Boby
Edit in WordPressTo check if ffmpeg installed on your computer support h264, run
ffmpeg -formats | grep h264

See ffmpeg