madhavanmalolan / ffmpegandroidlibrary

One line integration for FFMPEG Library in Android
MIT License
90 stars 15 forks source link

Convert .mov to .mp4 video #11

Closed oct-test closed 6 years ago

oct-test commented 6 years ago

Is it possible to convert to .mov to .mp4 using this library? Does this library support Android 7.0 and 8.0 devices?

madhavanmalolan commented 6 years ago

Absolutely!

On Fri 23 Mar, 2018, 10:04 AM oct-test, notifications@github.com wrote:

Is it possible to convert to .mov to .mp4 using this library? Does this library support Android 7.0 and 8.0 devices?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/madhavanmalolan/ffmpegandroidlibrary/issues/11, or mute the thread https://github.com/notifications/unsubscribe-auth/ACA3FTJyjKFkHQuUCICSXbiqnM8_C79Bks5thHtogaJpZM4S4KdI .

oct-test commented 6 years ago

Thank you for the reply. I will test it and inform you if I face any issues.

oct-test commented 6 years ago

Can please provide the command to covert an .mov video file to .mp4 video file? Sorry, I am completely new to FFMPEG. Thank you.

CoXier commented 6 years ago

ffmpeg -i input.mov output.mp4.