brarcher / video-transcoder

Android app for video and audio transcoder, based on FFmpeg
GNU General Public License v3.0
480 stars 57 forks source link

HEVC support? #190

Open arianaa30 opened 2 years ago

arianaa30 commented 2 years ago

I would like to simply convert a H264 video to HEVC (H265) video. Is it possible to do with this library?

licaon-kter commented 2 years ago

Not sure it's a library but ffmpeg directly, right? So codec support is already in or configurable at build time?!

arianaa30 commented 2 years ago

People say ffmepg is so slow, so better to use medicacodec API.

On Tue, Dec 21, 2021, 11:37 AM Licaon_Kter @.***> wrote:

Not sure it's a library but ffmpeg directly, right? So codec support is already in or configurable at build time?!

— Reply to this email directly, view it on GitHub https://github.com/brarcher/video-transcoder/issues/190#issuecomment-998558099, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKBFTNCJOOZRQADEY3FNFTUSAYV3ANCNFSM5KOWQSTA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

xuqiqiang commented 1 year ago

Unable to modify fps through medicacodec API.

oong819 commented 3 months ago

simply compile FFmpeg with libx265 but i dont have a computer