ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Unknown encoder 'libx265'

Open mrudulamrudu opened this issue 6 years ago • 1 comments

I am getting "Unknown encoder 'libx265'" with this command.

"-y", "-i", "input.mp4", "-vcodec", "libx265", "-crf", "31", "-preset", "ultrafast", "output.mp4"

mrudulamrudu avatar Dec 12 '18 10:12 mrudulamrudu

support libx264 form https://github.com/microshow/RxFFmpeg

microgogo avatar Dec 19 '18 15:12 microgogo