bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
733 stars 172 forks source link

X.265 HEVC codec #12

Open springerarthur opened 6 years ago

springerarthur commented 6 years ago

Hi,

is it possible to use your FFmpeg build to process x.265 mp4 videos? In the readme is only a support for x.265 declared.

I tried it, but I've got only a strange error message. All x.264 encoded mp4 video worked well without a problem. Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! moov atom not found Invalid data found when processing input

If it isn't possible with your build, can you give me a hint how I can use FFmpeg on Android with x.265 encoded videos? Should I compile my own version of FFmpeg or did you know a simpler way.

springerarthur commented 6 years ago

Hey,

are you planning to implement this enhancement or should I looking for another solution?

Aditya94A commented 6 years ago

@springerarthur Did you figure something out?

springerarthur commented 6 years ago

No sorry. I think that compiling FFmpeg by yourself will be the best solution.

function1983 commented 5 years ago

I want to re-raise the issue. As of Q2/2019, several modern chips (Armlogic S905X2/S922, SnapDragon 630+ and 800+ series) do support HEVC hardware encode. Adding libx265 should be very beneficial.