Eficient way to compress video file without using third part

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
kabirthapar
Posts: 2
Joined: Thu Apr 07, 2016 12:25 pm
Contact:

Eficient way to compress video file without using third part

Post by kabirthapar » Fri Apr 08, 2016 2:21 pm

What is the efficient way to compress video file without using third party library such as FFMPEG because it is heavy in weight for android app.
You only live once and if you do it right once is enough.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Eficient way to compress video file without using third

Post by Mark » Sat Apr 09, 2016 8:47 am

The efficient way is to use a third-party library.

If you have QuickTime available, you can use

Code: Select all

revInitializeVideoGrabber 
to choose the most compact format, mov or avi.

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply

Return to “Android Deployment”