Open 21praveen opened 7 years ago
What should be the ffmpeg encoding parameters for a video to make it compatible with libde264.js?
ffmpeg -i wild.mp4 -c:v libx265 -preset medium -x265-params crf=28 -c:a aac -strict experimental -b:a 128k wild.hevc
it's work for me with that command line
What should be the ffmpeg encoding parameters for a video to make it compatible with libde264.js?