java - Compress movies on Android -
i have game users complete assignment making picture send backend. before sending backend image resized limit amount of data has send. works fine.
now want extend movie clips. movie clips lot bigger picture. if don't compress them. problem have no clue how this.
so main question how can change app user records video , after compress make file smaller in size. there libraries around this? or there in android use?
one approach works use ffmpeg compression.
there used ffmpeg libraries allow include ffmpge via wrapper , use standard ffmpeg syntax perform compression within app.
see 1 includes examples:
note video compression power , battery intensive, , takes time may want limit clip size if plan have users use functional regularly.
Comments
Post a Comment