ffmpeg.js icon indicating copy to clipboard operation
ffmpeg.js copied to clipboard

Is H.265 support?

Open zy445566 opened this issue 4 years ago • 1 comments
trafficstars

code:

const result = ffmpeg({
            MEMFS: [{name: "h265.mp4", data: h265buf}],
            arguments: [
            "-y","-vcodec","hevc","-i","h265.mp4","-acodec","copy","-vcodec","libx264", "h264.mp4"
            ],
        });

Error:

ffmpeg-mp4.js:18 Unknown decoder 'hevc'

zy445566 avatar Feb 19 '21 09:02 zy445566

Did you try "libx265"

fusionstream avatar Dec 02 '21 01:12 fusionstream