strukturag / libde265.js

JavaScript-only version of libde265 HEVC/H.265 decoder.
GNU Lesser General Public License v3.0
603 stars 163 forks source link

ffmpeg encoding parameters #13

Open 21praveen opened 7 years ago

21praveen commented 7 years ago

What should be the ffmpeg encoding parameters for a video to make it compatible with libde264.js?

heltix777 commented 5 years ago

ffmpeg -i wild.mp4 -c:v libx265 -preset medium -x265-params crf=28 -c:a aac -strict experimental -b:a 128k wild.hevc

heltix777 commented 5 years ago

it's work for me with that command line