Coder Social home page Coder Social logo

writingminds / ffmpeg-android-java Goto Github PK

View Code? Open in Web Editor NEW
3.3K 148.0 831.0 87.97 MB

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android

Home Page: http://writingminds.github.io/ffmpeg-android-java

License: GNU General Public License v3.0

Makefile 45.81% C 0.81% Java 51.77% Shell 1.61%
ffmpeg-android-java android ffmpeg java ffmpeg-wrapper ffmpeg-android android-ffmpeg

ffmpeg-android-java's Introduction

Join the chat at https://gitter.im/hiteshsondhi88/ffmpeg-android-java

About

FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android

These are two basic methods of this library:

  • loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedException
  • execute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException

For examples and usage instructions head over to:

Supported Architecture

  • armv7
  • armv7-neon
  • x86

Sample

http://i.imgur.com/cP4WhLn.gif

JavaDoc

License

  • Check file LICENSE.GPLv3 and Make sure to follow the licensing terms and conditions of the project and the software used to build the project.

HIRE US

Bitdeli Badge

ffmpeg-android-java's People

Contributors

bitdeli-chef avatar gitter-badger avatar gmxu avatar hiteshsondhi88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ffmpeg-android-java's Issues

Create mp4 from pictures

I tried to create video file from set of images, but couldn't do it. I use following code to do it

ffmpeg -i /storage/emulated/0/Pictures/khello/image_%4d.jpg -vcodec mpeg4 /storage/emulated/0/Pictures/khello/test.avi

What I see in log

ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-cflags='-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mfpu=neon' --extra-ldflags='-L/home/sb/Source-Code/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100
Input #0, image2, from '/storage/emulated/0/Pictures/DAILY/khello/image_%4d.jpg':
Duration: 00:00:00.40, start: 0.000000, bitrate: N/A
Stream #0:0: Video: mjpeg, yuvj420p(pc, bt470bg), 768x1280 [SAR 1:1 DAR 3:5], 25 fps, 25 tbr, 25 tbn, 25 tbc
[NULL @ 0xb5e60a00] Unable to find a suitable output format for 'ffmpeg'
ffmpeg: Invalid argument

The same code created video successfully on my mac

What I do wrong??

Working Directory: null Environment: null - LG G4

When running ffmpeg on LG G4, i get an error.

all other phones (that i've tested) worked OK.

12-06 14:11:03.486 31725-2843/com.dreamdate.app D/CropAndUploadVideoIntentService: ffmpeg.execute onStart
12-06 14:11:03.626 31725-2844/com.dreamdate.app E/FFmpeg: Exception while trying to run: [Ljava.lang.String;@2338732f
                                                          java.io.IOException: Error running exec(). Command: [/data/data/com.myApp.app/files/ffmpeg, -i /data/data/com.myApp.app/app_myApp/ce902ba4ae56d0ced13daf3e5f4a19df.mp4 -strict -2 -c:v libx264 -preset ultrafast -threads 4 -vf crop=1080:1080:420:0 /data/data/com.myApp.app/app_myApp/ce902ba4ae56d0ced13daf3e5f4a19df_new.mp4] Working Directory: null Environment: null
                                                              at java.lang.ProcessManager.exec(ProcessManager.java:211)
                                                              at java.lang.Runtime.exec(Runtime.java:173)
                                                              at java.lang.Runtime.exec(Runtime.java:128)
                                                              at com.github.hiteshsondhi88.libffmpeg.ShellCommand.run(ShellCommand.java:10)
                                                              at com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38)
                                                              at com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10)
                                                              at android.os.AsyncTask$2.call(AsyncTask.java:292)
                                                              at java.util.concurrent.FutureTask.run(FutureTask.java:237)
                                                              at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231)
                                                              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112)
                                                              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587)
                                                              at java.lang.Thread.run(Thread.java:818)
                                                           Caused by: java.io.IOException: No such file or directory
                                                              at java.lang.ProcessManager.exec(Native Method)
                                                              at java.lang.ProcessManager.exec(ProcessManager.java:209)
                                                              at java.lang.Runtime.exec(Runtime.java:173) 
                                                              at java.lang.Runtime.exec(Runtime.java:128) 
                                                              at com.github.hiteshsondhi88.libffmpeg.ShellCommand.run(ShellCommand.java:10) 
                                                              at com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:38) 
                                                              at com.github.hiteshsondhi88.libffmpeg.FFmpegExecuteAsyncTask.doInBackground(FFmpegExecuteAsyncTask.java:10) 
                                                              at android.os.AsyncTask$2.call(AsyncTask.java:292) 
                                                              at java.util.concurrent.FutureTask.run(FutureTask.java:237) 
                                                              at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:231) 
                                                              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) 
                                                              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) 
                                                              at java.lang.Thread.run(Thread.java:818) 
12-06 14:11:03.636 31725-31725/com.dreamdate.app D/CropAndUploadVideoIntentService: ffmpeg.execute onFailure ```

How to use this app in eclipse?

Hi Sorry for this issue, this not issue but I want some help from your side can you tell me how to use this app in eclipse. I have tried this for eclipse but getting an error i.e.
Caused by: java.lang.IllegalStateException: Module adapter for class com.github.hiteshsondhi88.sampleffmpeg.DaggerDependencyModule could not be loaded. Please ensure that code generation was run for this module.

-filter_complex Double quotes issue.

Tried with:

-i /sdcard/okobot/entrada.mp4 -i /sdcard/okobot/back_res.png -strict experimental -filter_complex "overlay=0:0" -y /sdcard/okobot/salida.mp4

(Using escape " to do quotes in string).

Gives error: [AVFilterGraph @ 0xb9567270] No such filter: '"overlay'
(Take attention to the quotes here).

FFMPEG can't use single quotes to work. There's workaround also without use quotes, but doesn't work for multiple -filter_complex combinations (forces the use of double quotes).

Space in path

  1. /storage/emulated/0/Music/They Might Be Giants - Seven Days Of The We.mp3
    result:
    /storage/emulated/0/Music/They: No such file or directory
  2. "/storage/emulated/0/Music/They Might Be Giants - Seven Days Of The We.mp3"
    result:
    "/storage/emulated/0/Music/They: No such file or directory
  3. '/storage/emulated/0/Music/They Might Be Giants - Seven Days Of The We.mp3'
    result:
    '/storage/emulated/0/Music/They: No such file or directory
  4. /storage/emulated/0/Music/They%20Might%20Be%20Giants%20-%20Seven%20Days%20Of%20The%20We.mp3
    result:
    /storage/emulated/0/Music/They%20Might%20Be%20Giants%20-%20Seven%20Days%20Of%20The%20We.mp3: No such file or directory

full command:

-i /storage/emulated/0/Music/They Might Be Giants - Seven Days Of The We.mp3 -strict experimental -ab 48000 -ac 2 -ar 22050 /storage/emulated/0/Music/out.mp4

jpg thumbnail wrongly rotated

I'm trying to generate a cover image for a video using ffmpeg, my command is ffmpeg -i input.mp4 -ss 0 -vframes 1 out.jpg, this command works fine but in some cases the generated image gets a wrong rotation, rotated 90 degrees clock wise to be exact. It happens for all the portrait videos I've tried. The same command works without any issue in windows command line for the same videos. Can someone give a hint on how to solve this?

What is the minSdkVersion to use lib and why?

Hi Mr.Hitesh,
First thank you for this wonderful library, then I have question about what is the minSdkVersion to use Lib ?
as I see in main example the minSdkVersion is 16Api but in the Lib it selfe it whas 14Api, So what is the true minSdkVersion?
And what is api used need this minSdkVersion so if I can search to support old api.
Thanks

Some videos are not trimming(or cut)

I am using
compile 'com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:0.2.5'
and using command
execFFmpegBinary("-i " + path + " -ss " + startMs / 1000 + " -to " + endMs / 1000 + " -strict -2 -async 1 " + dest.getAbsolutePath());

to trim or cut videos.

Its working for some videos but for some videos its not working especially for videos that are shared from whatssapp.

'.aar' not importing classes

Hi, I just built the project and tried to use the '.aar' locally in another project.

I have added the following in the build.gradle of a module.

repositories {
    flatDir {
        dirs 'libs'
    }
}

dependencies {
    compile(name: 'FFmpegAndroid-release', ext: 'aar')
}

Imports fail, but if I use the aar from this url it works.

http://mvnrepository.com/artifact/com.github.hiteshsondhi88.libffmpeg/FFmpegAndroid/0.2.5

Are there are any extra steps which I am missing? Would you know why building the .aar locally not working? Any help is appreciated.

Cheers
Vasanth

How to update FFMPEG Version

Hi, I'm sorry for this issue but can anyone help me and teach me how to update the ffmpeg version of this library? I'm using Android studio 1.2.2 running on Ubuntu 14.04 LTS. As i'm using this library, the current version logged on my logcat is 2.4, but as of now, the version of ffmpeg is 2.7, i just need to update my ffmpeg because i need to use the '-noautorotate' option. Thank you very much!

When ffmpeg is running, filesystem seems inaccessible.

I am running a command like this.

"-i input -vcodec mpeg4 -qscale:v 15 -acodec copy output"

While FFMpeg is running, my other tasks (anything related to accessing the filesystem) don't seem to execute.

Is this expected behavior or my application code needs to be more carefully looked at?

Thanks.

Output is empty file

Command is : -y -i /storage/emulated/0/InstaUp/11680285_1474502509519417_1266658488_n.mp4 /storage/emulated/0/InstaUp/11680285_1474502509519417_1266658488_n_filter.mp4

But the output file size is zero.

Can't add lib aar to my project

Hi,

I try to add ffmpeg to my project without success. I download the AAR lib and add it to my folder app/libs, after that I add to my app/build.gradle


repositories {
    flatDir {
        dirs 'libs'
    }
}

dependencies {
    compile(name:'FFmpegAndroid', ext:'aar')
}

But when I try to import FFMPEG or use the code it doesn't let, like if i never add it before, any ideas on what I'm doing wrong?

Best,

Execute onFailure called on a specific device

I downloaded your sample apk and it works fine on all my devices except one. I am not sure where to begin with this error and how to work around it, can you read the following about and tell me why FFMpef may not work on this specific device. It a Version Ellipsis 8 tablet if that helps.

02-20 20:10:58.435 6732-6732/com.mytestapp.video D/App Message﹕ onFailure - WARNING: linker: /data/data/com.mytestapp.video/files/ffmpeg has text relocations. This is wasting memory and is a security risk. Please fix.
ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-cflags='-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mfpu=neon' --extra-ldflags='-L/home/sb/Source-Code/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/DCIM/Camera/VID_20150217_163840.3gp':
Metadata:
major_brand : 3gp4
minor_version : 0
compatible_brands: isom3gp4
creation_time : 2015-02-17 22:38:53
Duration: 00:00:11.13, start: 0.000000, bitrate: 12411 kb/s
Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080, 12108 kb/s, SAR 65536:65536 DAR 16:9, 29.03 fps, 30.17 tbr, 90k tbn, 180k tbc (default)
Metadata:
rotate : 90
creation_time : 2015-02-17 22:38:53
handler_name : VideoHandle
Side data:
displaymatrix: rotation of -90.00 degrees
Stream #0:1(eng): Audio: amr_nb (samr / 0x726D6173), 8000 Hz, mono, flt, 12 kb/s (default)
Metadata:
creation_time : 2015-02-17 22:38:53
handler_name : SoundHandle
[libx264 @ 0x42107d50] using SAR=1/1
[libx264 @ 0x42107d50] using cpu capabilities: none!
[libx264 @ 0x42107d50] profile Constrained Baseline, level 4.2
[libx264 @ 0x42107d50] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=0:0:0 analyse=0:0 me=dia subme=0 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=0 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=0 intra_refresh=0 rc=crf mbtree=0 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=0
[aac @ 0x42108c80] Too many bits per frame requested
Output #0, mp4, to '/storage/emulated/0/Pictures/OLNVideoUploader/VID_20150220_201057.mp4':
Metadata:
major_brand : 3gp4
minor_version : 0
compatible_brands: isom3gp4
Stream #0:0(eng): Video: h264 (libx264), yuv420p, 1920x1080 [SAR 65536:65536 DAR 16:9], q=-1--1, 30.17 fps, 30.17 tbn, 30.17 tbc (default)
Metadata:
rotate : 90
creation_time : 2015-02-17 22:38:53
handler_name : VideoHandle
encoder : Lavc56.1.100 libx264
Stream #0:1(eng): Audio: aac, 0 channels, 128 kb/s (default)
Metadata:
creation_time : 2015-02-17 22:38:53
handler_name : SoundHandle
encoder : Lavc56.1.100 aac
Stream mapping:
Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
Stream #0:1 ->
02-20 20:10:58.435 6732-6732/com.mytestapp.video D/App Message﹕ onFinish

Support for api 14 and above

I have used the following gradle compile statement:

compile 'com.github.hiteshsondhi88.libffmpeg:FFmpegAndroid:0.2.5'

Right now the library supports only from API 16 and is there any way i can make it support for API 14 and above.

Synchronous execute()

It would be nice to have a synchronous execute(), which only returns after the command is finished. That would be very useful for code in background threads, when we might want to wait the command finish to follow the flow.

Unknown encoder 'libfdk_aac'

String cmd = "-i "+mp3Path+" -i "+mp4Path+" -filter_complex [0:a][1:a]amerge,pan=stereo:c0<c0+c2:c1<c1+c3[out] -map 1:v -map [out] -c:v copy -c:a libfdk_aac -shortest "+mergeFilePath;

ffmpeg.execute(cmd, new ExecuteBinaryResponseHandler() {...}

I 'm a newbie to ffmpeg and trying to add background audio to video using the command "cmd" above, but i got Unknown encoder 'libfdk_aac',so what encoder can i use for this?

Any help would be very appreciate.

Use ffprobe

Firstly thanks for this great library that I'm using in my app. So tell me please how to use ffprobe to get info from video file? I'm currently using these lines of codes :
ffmpeg.execute("ffprobe -v quiet -print_format json -show_format -show_streams some.mp4" new ExecuteBinaryResponseHandler() { ... });
Above code lines don't work and "onFailure" method get called. But "message" of "onFailure" is empty. I don't know what I'm doing wrong.

img to mp4

Hi matke, i love your work but i have two problems:
y
First: If i get mp4 from captured photos I cant play it my default motorola moto G player, but working fine with for example VLC player

Two: I can convert jpg to mp4 or avi on moto g but I cant do it on LG G2, where is problem?

String cmd = "-y -r 1 -i /sdcard/tl/%d.jpg /sdcard/tl/video.mp4";

using cpu capabilities: none!

I'm using your nicely made ffmpeg for android in my project using gralde to grab it.
It works fine with all commands except video codec -libx264.

I'm loading binary in this way as you guided:

@Override
protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.activity_main);

    ffmpeg = FFmpeg.getInstance(getApplicationContext());
    try {
        //Load the binary
        ffmpeg.loadBinary(new LoadBinaryResponseHandler() {

            @Override
            public void onStart() {
            }

            @Override
            public void onFailure() {
            }

            @Override
            public void onSuccess() {
            }

            @Override
            public void onFinish() {
                Log.w(null, "Load binary finished");
            }
        });
    } catch (FFmpegNotSupportedException e) {
        // Handle if FFmpeg is not supported by device
        Log.w(null, "FFmpeg is not supported");
    }

// and this is how I use ffmpeg command:

@Override
public void onClick(View v) {
    if (v.equals(imageButtonNext)) {
        VideoIn = getSDcardDirectoryPath() + "/Pictures/Game.mp4";
        VideoOut = getInternalDirectoryPath() + "/Videos/Game.mp4";
        try {
            ffmpeg.execute("-ss 00:10:00 -i "+VideoIn+" -to 00:01:00 -avoid_negative_ts 1 -strict -2 -c:v libx264 -crf 18 -c:a aac -b:a 192k "+VideoOut+" -y" , new ExecuteBinaryResponseHandler() {
                @Override
                public void onStart() {
                    Log.w(null, "Cut started");
                }

                @Override
                public void onProgress(String message) {
                   Log.w(null, message);
                }

                @Override
                public void onFailure(String message) {
                    Log.w(null, message);
                }

                @Override
                public void onSuccess(String message) {
                    Log.w(null, message);
                }

                @Override
                public void onFinish() {
                    Log.w(null, "Cutting video finished");
                }
            });
        } catch (FFmpegCommandAlreadyRunningException e) {
            // Handle if FFmpeg is already running
            e.printStackTrace();
            Log.w(null, e.toString());
        }
    }

Converstion started and finished completely with a superb result and too much heat on my phone. But it was too slow and there is "using cpu capabilities: none!" in reports(logcat).

I want to know if this is a problem of ffmpeg version or not and when you will release 2.6.3 version of ffmpeg android java?

Thanks a lot for your great job.

05-21 16:53:35.936 26407-26407/com.videoeditor.mtst.mymovie W/﹕ WARNING: linker: /data/data/com.videoeditor.mtst.mymovie/files/ffmpeg has text relocations. This is wasting memory and is a security risk. Please fix.
05-21 16:53:36.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
05-21 16:53:36.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
05-21 16:53:36.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-cflags='-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mfpu=neon' --extra-ldflags='-L/home/sb/Source-Code/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
05-21 16:53:36.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libavutil 54. 7.100 / 54. 7.100
05-21 16:53:36.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libavcodec 56. 1.100 / 56. 1.100
05-21 16:53:36.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libavformat 56. 4.101 / 56. 4.101
05-21 16:53:36.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libavdevice 56. 0.100 / 56. 0.100
05-21 16:53:36.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libavfilter 5. 1.100 / 5. 1.100
05-21 16:53:36.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libswscale 3. 0.100 / 3. 0.100
05-21 16:53:36.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libswresample 1. 1.100 / 1. 1.100
05-21 16:53:36.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ libpostproc 53. 0.100 / 53. 0.100
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/extSdCard/Pictures/Game.mp4':
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Metadata:
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ major_brand : isom
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ minor_version : 1
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ compatible_brands: isomavc1
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ creation_time : 2015-03-03 23:48:36
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Duration: 01:54:13.87, start: 0.000000, bitrate: 995 kb/s
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x536 [SAR 1:1 DAR 160:67], 898 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
05-21 16:53:36.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Metadata:
05-21 16:53:36.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ creation_time : 2015-03-03 23:48:36
05-21 16:53:36.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev
05-21 16:53:36.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 93 kb/s (default)
05-21 16:53:36.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Metadata:
05-21 16:53:36.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ creation_time : 2015-03-03 23:48:43
05-21 16:53:36.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ handler_name : GPAC ISO Audio Handler
05-21 16:53:36.751 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] using SAR=1/1
05-21 16:53:36.761 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] using cpu capabilities: none!
05-21 16:53:36.916 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] profile High, level 3.1
05-21 16:53:36.916 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Output #0, mp4, to '/storage/emulated/0/Videos/Game.mp4':
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Metadata:
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ major_brand : isom
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ minor_version : 1
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ compatible_brands: isomavc1
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ encoder : Lavf56.4.101
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1280x536 [SAR 1:1 DAR 160:67], q=-1--1, 23.98 fps, 24k tbn, 23.98 tbc (default)
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Metadata:
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ creation_time : 2015-03-03 23:48:36
05-21 16:53:36.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ encoder : Lavc56.1.100 libx264
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream #0:1(eng): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, fltp, 192 kb/s (default)
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Metadata:
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ creation_time : 2015-03-03 23:48:43
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ handler_name : GPAC ISO Audio Handler
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ encoder : Lavc56.1.100 aac
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream mapping:
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Stream #0:1 -> #0:1 (aac (native) -> aac (native))
05-21 16:53:37.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Press [q] to stop, [?] for help
05-21 16:53:37.506 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:00.38 bitrate= 1.0kbits/s
05-21 16:53:38.031 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 9 fps=8.9 q=0.0 size= 0kB time=00:00:01.04 bitrate= 0.4kbits/s
05-21 16:53:38.561 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 18 fps= 12 q=0.0 size= 0kB time=00:00:01.51 bitrate= 0.3kbits/s
05-21 16:53:39.031 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 28 fps= 14 q=0.0 size= 0kB time=00:00:01.72 bitrate= 0.2kbits/s
05-21 16:53:39.551 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 44 fps= 17 q=0.0 size= 0kB time=00:00:02.43 bitrate= 0.2kbits/s
05-21 16:53:41.626 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 47 fps= 10 q=0.0 size= 0kB time=00:00:02.43 bitrate= 0.2kbits/s
05-21 16:53:42.386 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 56 fps= 11 q=0.0 size= 0kB time=00:00:02.88 bitrate= 0.1kbits/s
05-21 16:53:44.356 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 58 fps=7.9 q=23.0 size= 60kB time=00:00:02.88 bitrate= 171.7kbits/s
05-21 16:53:44.936 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 61 fps=7.7 q=23.0 size= 67kB time=00:00:03.28 bitrate= 166.5kbits/s
05-21 16:53:46.301 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 65 fps=7.1 q=23.0 size= 78kB time=00:00:03.34 bitrate= 191.8kbits/s
05-21 16:53:48.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 71 fps=6.6 q=23.0 size= 181kB time=00:00:03.34 bitrate= 442.8kbits/s
05-21 16:53:48.356 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 72 fps=6.4 q=23.0 size= 183kB time=00:00:03.60 bitrate= 415.0kbits/s
05-21 16:53:49.481 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 76 fps=6.3 q=23.0 size= 196kB time=00:00:03.79 bitrate= 423.8kbits/s
05-21 16:53:50.256 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 78 fps=6.0 q=23.0 size= 208kB time=00:00:03.79 bitrate= 449.5kbits/s
05-21 16:53:50.626 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 81 fps=6.0 q=23.0 size= 222kB time=00:00:03.79 bitrate= 477.9kbits/s
05-21 16:53:51.091 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 83 fps=5.9 q=23.0 size= 225kB time=00:00:03.92 bitrate= 470.6kbits/s
05-21 16:53:52.586 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 87 fps=5.8 q=23.0 size= 244kB time=00:00:04.26 bitrate= 469.3kbits/s
05-21 16:53:52.686 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 88 fps=5.6 q=23.0 size= 246kB time=00:00:04.26 bitrate= 473.0kbits/s
05-21 16:53:53.846 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 92 fps=5.5 q=23.0 size= 265kB time=00:00:04.26 bitrate= 508.0kbits/s
05-21 16:53:54.921 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 94 fps=5.3 q=23.0 size= 283kB time=00:00:04.26 bitrate= 543.2kbits/s
05-21 16:53:55.146 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 94 fps=5.2 q=23.0 size= 283kB time=00:00:04.58 bitrate= 505.3kbits/s
05-21 16:53:56.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 99 fps=5.3 q=23.0 size= 302kB time=00:00:04.71 bitrate= 525.3kbits/s
05-21 16:53:56.881 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 102 fps=5.2 q=23.0 size= 318kB time=00:00:04.71 bitrate= 552.3kbits/s
05-21 16:53:57.751 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 104 fps=5.1 q=23.0 size= 321kB time=00:00:04.71 bitrate= 557.7kbits/s
05-21 16:53:57.981 26407-26416/com.videoeditor.mtst.mymovie V/MediaPlayer-JNI﹕ native_finalize
05-21 16:53:57.981 26407-26416/com.videoeditor.mtst.mymovie V/MediaPlayer-JNI﹕ release
05-21 16:53:57.981 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 2220K, 24% free 12455K/16344K, paused 62ms, total 63ms
05-21 16:53:57.991 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 105 fps=5.0 q=23.0 size= 331kB time=00:00:04.73 bitrate= 572.7kbits/s
05-21 16:53:58.886 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 107 fps=5.0 q=23.0 size= 335kB time=00:00:05.18 bitrate= 528.9kbits/s
05-21 16:53:59.021 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 109 fps=5.0 q=23.0 size= 346kB time=00:00:05.18 bitrate= 546.8kbits/s
05-21 16:53:59.581 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 111 fps=4.9 q=23.0 size= 350kB time=00:00:05.18 bitrate= 553.3kbits/s
05-21 16:54:00.396 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 115 fps=4.9 q=23.0 size= 362kB time=00:00:05.18 bitrate= 572.5kbits/s
05-21 16:54:00.766 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 116 fps=4.9 q=23.0 size= 364kB time=00:00:05.31 bitrate= 561.0kbits/s
05-21 16:54:02.341 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 119 fps=4.7 q=23.0 size= 376kB time=00:00:05.63 bitrate= 547.4kbits/s
05-21 16:54:03.406 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 125 fps=4.8 q=23.0 size= 401kB time=00:00:05.63 bitrate= 583.1kbits/s
05-21 16:54:05.041 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 127 fps=4.5 q=23.0 size= 407kB time=00:00:05.65 bitrate= 589.6kbits/s
05-21 16:54:05.821 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 134 fps=4.7 q=23.0 size= 491kB time=00:00:06.10 bitrate= 658.7kbits/s
05-21 16:54:06.801 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 138 fps=4.7 q=23.0 size= 507kB time=00:00:06.10 bitrate= 681.1kbits/s
05-21 16:54:07.161 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 138 fps=4.6 q=23.0 size= 507kB time=00:00:06.46 bitrate= 642.9kbits/s
05-21 16:54:08.121 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 143 fps=4.6 q=23.0 size= 528kB time=00:00:06.54 bitrate= 660.7kbits/s
05-21 16:54:09.311 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 146 fps=4.6 q=23.0 size= 546kB time=00:00:06.54 bitrate= 683.4kbits/s
05-21 16:54:09.461 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 147 fps=4.5 q=23.0 size= 548kB time=00:00:06.54 bitrate= 685.6kbits/s
05-21 16:54:10.456 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 149 fps=4.5 q=23.0 size= 561kB time=00:00:06.54 bitrate= 701.2kbits/s
05-21 16:54:10.466 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 149 fps=4.5 q=23.0 size= 561kB time=00:00:06.57 bitrate= 699.0kbits/s
05-21 16:54:11.046 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 155 fps=4.6 q=23.0 size= 580kB time=00:00:07.01 bitrate= 677.5kbits/s
05-21 16:54:11.531 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 160 fps=4.6 q=23.0 size= 606kB time=00:00:07.04 bitrate= 705.3kbits/s
05-21 16:54:12.176 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 164 fps=4.7 q=23.0 size= 620kB time=00:00:07.46 bitrate= 680.5kbits/s
05-21 16:54:12.671 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 167 fps=4.7 q=23.0 size= 626kB time=00:00:07.46 bitrate= 686.8kbits/s
05-21 16:54:13.501 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 170 fps=4.7 q=23.0 size= 642kB time=00:00:07.46 bitrate= 704.1kbits/s
05-21 16:54:14.861 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 173 fps=4.7 q=23.0 size= 653kB time=00:00:07.93 bitrate= 674.3kbits/s
05-21 16:54:14.871 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 174 fps=4.6 q=23.0 size= 655kB time=00:00:07.93 bitrate= 676.0kbits/s
05-21 16:54:16.136 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 186 fps=4.8 q=23.0 size= 689kB time=00:00:08.38 bitrate= 673.0kbits/s
05-21 16:54:16.171 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 187 fps=4.8 q=23.0 size= 780kB time=00:00:08.38 bitrate= 761.9kbits/s
05-21 16:54:16.701 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 191 fps=4.8 q=23.0 size= 794kB time=00:00:08.38 bitrate= 775.9kbits/s
05-21 16:54:17.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 196 fps=4.9 q=23.0 size= 820kB time=00:00:08.85 bitrate= 759.0kbits/s
05-21 16:54:17.836 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 199 fps=4.9 q=23.0 size= 826kB time=00:00:08.85 bitrate= 764.0kbits/s
05-21 16:54:18.526 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 203 fps=4.9 q=23.0 size= 841kB time=00:00:08.85 bitrate= 778.6kbits/s
05-21 16:54:19.016 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 204 fps=4.9 q=23.0 size= 851kB time=00:00:09.10 bitrate= 765.0kbits/s
05-21 16:54:20.251 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 210 fps=4.9 q=23.0 size= 875kB time=00:00:09.30 bitrate= 770.7kbits/s
05-21 16:54:20.406 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 213 fps=4.9 q=23.0 size= 892kB time=00:00:09.30 bitrate= 785.3kbits/s
05-21 16:54:20.831 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 215 fps=4.9 q=23.0 size= 894kB time=00:00:09.60 bitrate= 763.2kbits/s
05-21 16:54:21.931 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1868K, 25% free 12415K/16344K, paused 28ms, total 29ms
05-21 16:54:21.936 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 222 fps=5.0 q=23.0 size= 928kB time=00:00:09.77 bitrate= 777.8kbits/s
05-21 16:54:22.611 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 226 fps=5.0 q=23.0 size= 947kB time=00:00:09.77 bitrate= 794.3kbits/s
05-21 16:54:23.196 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 230 fps=5.0 q=23.0 size= 966kB time=00:00:10.21 bitrate= 774.7kbits/s
05-21 16:54:23.676 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 234 fps=5.0 q=23.0 size= 986kB time=00:00:10.21 bitrate= 790.2kbits/s
05-21 16:54:24.641 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 237 fps=5.0 q=23.0 size= 1003kB time=00:00:10.24 bitrate= 802.4kbits/s
05-21 16:54:25.356 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 242 fps=5.0 q=23.0 size= 1020kB time=00:00:10.68 bitrate= 781.9kbits/s
05-21 16:54:26.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 247 fps=5.1 q=23.0 size= 1043kB time=00:00:10.68 bitrate= 799.7kbits/s
05-21 16:54:26.381 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 251 fps=5.1 q=23.0 size= 1061kB time=00:00:11.13 bitrate= 780.8kbits/s
05-21 16:54:27.131 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 254 fps=5.1 q=23.0 size= 1078kB time=00:00:11.13 bitrate= 793.3kbits/s
05-21 16:54:27.626 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 259 fps=5.1 q=23.0 size= 1094kB time=00:00:11.13 bitrate= 805.0kbits/s
05-21 16:54:28.451 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 262 fps=5.1 q=23.0 size= 1105kB time=00:00:11.60 bitrate= 780.1kbits/s
05-21 16:54:29.696 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 265 fps=5.1 q=23.0 size= 1116kB time=00:00:11.60 bitrate= 787.7kbits/s
05-21 16:54:29.721 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 266 fps=5.0 q=23.0 size= 1117kB time=00:00:11.60 bitrate= 788.8kbits/s
05-21 16:54:30.921 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 278 fps=5.2 q=23.0 size= 1147kB time=00:00:12.05 bitrate= 779.8kbits/s
05-21 16:54:31.126 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 281 fps=5.2 q=23.0 size= 1225kB time=00:00:12.20 bitrate= 822.7kbits/s
05-21 16:54:32.211 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 286 fps=5.2 q=23.0 size= 1244kB time=00:00:12.52 bitrate= 813.6kbits/s
05-21 16:54:32.321 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 290 fps=5.2 q=23.0 size= 1258kB time=00:00:12.52 bitrate= 823.2kbits/s
05-21 16:54:32.901 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 294 fps=5.3 q=23.0 size= 1273kB time=00:00:12.97 bitrate= 803.9kbits/s
05-21 16:54:33.791 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 297 fps=5.2 q=23.0 size= 1288kB time=00:00:12.97 bitrate= 813.7kbits/s
05-21 16:54:34.416 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 302 fps=5.3 q=23.0 size= 1306kB time=00:00:12.97 bitrate= 825.1kbits/s
05-21 16:54:34.776 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 307 fps=5.3 q=23.0 size= 1323kB time=00:00:13.44 bitrate= 806.2kbits/s
05-21 16:54:35.596 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 309 fps=5.3 q=23.0 size= 1335kB time=00:00:13.44 bitrate= 813.7kbits/s
05-21 16:54:36.241 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 314 fps=5.3 q=23.0 size= 1354kB time=00:00:13.44 bitrate= 825.6kbits/s
05-21 16:54:36.466 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 314 fps=5.3 q=23.0 size= 1354kB time=00:00:13.88 bitrate= 799.0kbits/s
05-21 16:54:37.276 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 323 fps=5.4 q=23.0 size= 1387kB time=00:00:13.88 bitrate= 818.0kbits/s
05-21 16:54:37.766 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 327 fps=5.4 q=23.0 size= 1402kB time=00:00:14.35 bitrate= 800.1kbits/s
05-21 16:54:38.671 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1838K, 25% free 12402K/16344K, paused 21ms, total 21ms
05-21 16:54:38.671 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 333 fps=5.4 q=23.0 size= 1425kB time=00:00:14.35 bitrate= 812.8kbits/s
05-21 16:54:39.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 336 fps=5.4 q=23.0 size= 1435kB time=00:00:14.42 bitrate= 815.2kbits/s
05-21 16:54:40.151 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 341 fps=5.4 q=23.0 size= 1448kB time=00:00:14.80 bitrate= 801.5kbits/s
05-21 16:54:40.551 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 347 fps=5.5 q=23.0 size= 1462kB time=00:00:14.80 bitrate= 809.1kbits/s
05-21 16:54:41.671 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 353 fps=5.5 q=23.0 size= 1485kB time=00:00:15.27 bitrate= 796.5kbits/s
05-21 16:54:42.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 356 fps=5.5 q=23.0 size= 1495kB time=00:00:15.27 bitrate= 801.7kbits/s
05-21 16:54:42.706 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 362 fps=5.5 q=23.0 size= 1514kB time=00:00:15.72 bitrate= 788.8kbits/s
05-21 16:54:43.406 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 365 fps=5.5 q=23.0 size= 1528kB time=00:00:15.72 bitrate= 796.1kbits/s
05-21 16:54:44.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 369 fps=5.5 q=23.0 size= 1546kB time=00:00:15.72 bitrate= 805.5kbits/s
05-21 16:54:44.641 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 373 fps=5.5 q=23.0 size= 1562kB time=00:00:16.19 bitrate= 790.1kbits/s
05-21 16:54:45.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 376 fps=5.5 q=23.0 size= 1571kB time=00:00:16.19 bitrate= 795.0kbits/s
05-21 16:54:46.171 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 378 fps=5.5 q=23.0 size= 1576kB time=00:00:16.19 bitrate= 797.2kbits/s
05-21 16:54:46.771 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 390 fps=5.6 q=23.0 size= 1685kB time=00:00:16.64 bitrate= 829.6kbits/s
05-21 16:54:47.271 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 391 fps=5.6 q=23.0 size= 1699kB time=00:00:16.93 bitrate= 821.5kbits/s
05-21 16:54:48.231 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 396 fps=5.6 q=23.0 size= 1722kB time=00:00:17.10 bitrate= 824.4kbits/s
05-21 16:54:48.746 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 398 fps=5.6 q=23.0 size= 1725kB time=00:00:17.10 bitrate= 826.1kbits/s
05-21 16:54:49.231 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 401 fps=5.6 q=23.0 size= 1744kB time=00:00:17.10 bitrate= 834.8kbits/s
05-21 16:54:49.841 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 406 fps=5.6 q=23.0 size= 1763kB time=00:00:17.55 bitrate= 822.7kbits/s
05-21 16:54:50.661 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 412 fps=5.6 q=23.0 size= 1795kB time=00:00:17.55 bitrate= 837.3kbits/s
05-21 16:54:51.026 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 413 fps=5.6 q=23.0 size= 1796kB time=00:00:17.98 bitrate= 818.2kbits/s
05-21 16:54:52.121 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 420 fps=5.6 q=23.0 size= 1828kB time=00:00:18.02 bitrate= 830.9kbits/s
05-21 16:54:52.401 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1775K, 24% free 12431K/16344K, paused 25ms, total 25ms
05-21 16:54:52.411 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 422 fps=5.6 q=23.0 size= 1833kB time=00:00:18.02 bitrate= 832.9kbits/s
05-21 16:54:52.971 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 424 fps=5.6 q=23.0 size= 1846kB time=00:00:18.04 bitrate= 837.7kbits/s
05-21 16:54:53.541 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 430 fps=5.6 q=23.0 size= 1867kB time=00:00:18.47 bitrate= 827.8kbits/s
05-21 16:54:55.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 433 fps=5.5 q=23.0 size= 1881kB time=00:00:18.47 bitrate= 833.9kbits/s
05-21 16:54:55.701 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 444 fps=5.7 q=23.0 size= 1909kB time=00:00:18.94 bitrate= 825.6kbits/s
05-21 16:54:56.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 446 fps=5.6 q=23.0 size= 1969kB time=00:00:19.20 bitrate= 840.3kbits/s
05-21 16:54:57.231 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 451 fps=5.6 q=23.0 size= 1994kB time=00:00:19.39 bitrate= 842.5kbits/s
05-21 16:54:57.886 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 454 fps=5.6 q=23.0 size= 2012kB time=00:00:19.39 bitrate= 850.0kbits/s
05-21 16:54:58.501 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 459 fps=5.6 q=23.0 size= 2044kB time=00:00:19.86 bitrate= 843.2kbits/s
05-21 16:54:59.761 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 464 fps=5.6 q=23.0 size= 2071kB time=00:00:19.86 bitrate= 854.2kbits/s
05-21 16:55:00.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 468 fps=5.6 q=23.0 size= 2093kB time=00:00:19.88 bitrate= 862.4kbits/s
05-21 16:55:01.336 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 472 fps=5.6 q=23.0 size= 2114kB time=00:00:20.30 bitrate= 852.7kbits/s
05-21 16:55:01.701 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 474 fps=5.6 q=23.0 size= 2130kB time=00:00:20.30 bitrate= 859.3kbits/s
05-21 16:55:02.191 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 479 fps=5.6 q=23.0 size= 2152kB time=00:00:20.35 bitrate= 866.4kbits/s
05-21 16:55:03.461 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 484 fps=5.6 q=23.0 size= 2172kB time=00:00:20.77 bitrate= 856.5kbits/s
05-21 16:55:03.611 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 487 fps=5.6 q=23.0 size= 2187kB time=00:00:20.77 bitrate= 862.1kbits/s
05-21 16:55:04.111 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 490 fps=5.6 q=23.0 size= 2201kB time=00:00:20.80 bitrate= 866.7kbits/s
05-21 16:55:04.696 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 493 fps=5.6 q=23.0 size= 2207kB time=00:00:21.22 bitrate= 851.9kbits/s
05-21 16:55:05.346 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1728K, 24% free 12437K/16344K, paused 24ms, total 24ms
05-21 16:55:05.356 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 497 fps=5.6 q=23.0 size= 2223kB time=00:00:21.22 bitrate= 858.0kbits/s
05-21 16:55:05.866 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 501 fps=5.6 q=23.0 size= 2239kB time=00:00:21.22 bitrate= 864.0kbits/s
05-21 16:55:06.701 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 506 fps=5.7 q=23.0 size= 2264kB time=00:00:21.69 bitrate= 855.0kbits/s
05-21 16:55:07.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 508 fps=5.7 q=23.0 size= 2270kB time=00:00:21.69 bitrate= 857.0kbits/s
05-21 16:55:07.551 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 512 fps=5.7 q=23.0 size= 2285kB time=00:00:21.69 bitrate= 862.8kbits/s
05-21 16:55:08.216 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 515 fps=5.7 q=23.0 size= 2301kB time=00:00:22.14 bitrate= 851.3kbits/s
05-21 16:55:08.986 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 517 fps=5.6 q=23.0 size= 2305kB time=00:00:22.14 bitrate= 852.9kbits/s
05-21 16:55:09.546 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 523 fps=5.7 q=23.0 size= 2333kB time=00:00:22.16 bitrate= 862.4kbits/s
05-21 16:55:10.171 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 528 fps=5.7 q=23.0 size= 2354kB time=00:00:22.61 bitrate= 852.6kbits/s
05-21 16:55:10.806 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 532 fps=5.7 q=23.0 size= 2371kB time=00:00:22.61 bitrate= 858.9kbits/s
05-21 16:55:11.216 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 534 fps=5.7 q=23.0 size= 2383kB time=00:00:22.78 bitrate= 856.7kbits/s
05-21 16:55:12.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 537 fps=5.7 q=23.0 size= 2390kB time=00:00:23.06 bitrate= 848.8kbits/s
05-21 16:55:12.891 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 544 fps=5.7 q=23.0 size= 2430kB time=00:00:23.06 bitrate= 863.2kbits/s
05-21 16:55:13.406 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 548 fps=5.7 q=23.0 size= 2448kB time=00:00:23.53 bitrate= 852.2kbits/s
05-21 16:55:14.531 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 552 fps=5.7 q=23.0 size= 2464kB time=00:00:23.53 bitrate= 857.8kbits/s
05-21 16:55:15.236 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 556 fps=5.7 q=23.0 size= 2480kB time=00:00:23.53 bitrate= 863.2kbits/s
05-21 16:55:16.091 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1727K, 24% free 12458K/16344K, paused 23ms, total 29ms
05-21 16:55:16.091 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 561 fps=5.7 q=23.0 size= 2497kB time=00:00:23.97 bitrate= 852.9kbits/s
05-21 16:55:16.501 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 564 fps=5.7 q=23.0 size= 2509kB time=00:00:23.97 bitrate= 857.0kbits/s
05-21 16:55:16.741 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 567 fps=5.7 q=23.0 size= 2526kB time=00:00:24.06 bitrate= 860.1kbits/s
05-21 16:55:17.621 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 571 fps=5.7 q=23.0 size= 2551kB time=00:00:24.44 bitrate= 854.8kbits/s
05-21 16:55:18.206 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 575 fps=5.7 q=23.0 size= 2570kB time=00:00:24.44 bitrate= 861.2kbits/s
05-21 16:55:18.961 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 578 fps=5.7 q=23.0 size= 2589kB time=00:00:24.46 bitrate= 866.7kbits/s
05-21 16:55:20.241 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 580 fps=5.6 q=23.0 size= 2597kB time=00:00:24.89 bitrate= 854.4kbits/s
05-21 16:55:21.271 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 591 fps=5.7 q=23.0 size= 2635kB time=00:00:25.36 bitrate= 850.9kbits/s
05-21 16:55:21.476 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 593 fps=5.7 q=23.0 size= 2708kB time=00:00:25.36 bitrate= 874.6kbits/s
05-21 16:55:22.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 597 fps=5.7 q=23.0 size= 2721kB time=00:00:25.36 bitrate= 878.9kbits/s
05-21 16:55:23.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 600 fps=5.7 q=23.0 size= 2742kB time=00:00:25.36 bitrate= 885.6kbits/s
05-21 16:55:24.186 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 604 fps=5.6 q=23.0 size= 2760kB time=00:00:25.81 bitrate= 876.0kbits/s
05-21 16:55:24.756 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 608 fps=5.6 q=23.0 size= 2781kB time=00:00:25.81 bitrate= 882.5kbits/s
05-21 16:55:25.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 611 fps=5.6 q=23.0 size= 2803kB time=00:00:25.81 bitrate= 889.5kbits/s
05-21 16:55:25.746 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 611 fps=5.6 q=23.0 size= 2803kB time=00:00:26.15 bitrate= 877.9kbits/s
05-21 16:55:27.046 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1695K, 24% free 12447K/16344K, paused 22ms, total 22ms
05-21 16:55:27.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 615 fps=5.6 q=23.0 size= 2830kB time=00:00:26.28 bitrate= 881.9kbits/s
05-21 16:55:27.251 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 616 fps=5.6 q=23.0 size= 2832kB time=00:00:26.28 bitrate= 882.7kbits/s
05-21 16:55:27.801 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 620 fps=5.6 q=23.0 size= 2855kB time=00:00:26.28 bitrate= 889.8kbits/s
05-21 16:55:28.171 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 622 fps=5.6 q=23.0 size= 2870kB time=00:00:26.62 bitrate= 883.0kbits/s
05-21 16:55:29.406 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 627 fps=5.6 q=23.0 size= 2894kB time=00:00:26.73 bitrate= 887.0kbits/s
05-21 16:55:30.026 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 631 fps=5.6 q=23.0 size= 2917kB time=00:00:26.73 bitrate= 894.1kbits/s
05-21 16:55:30.276 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 633 fps=5.6 q=23.0 size= 2924kB time=00:00:27.00 bitrate= 886.9kbits/s
05-21 16:55:31.316 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 635 fps=5.6 q=23.0 size= 2947kB time=00:00:27.20 bitrate= 887.5kbits/s
05-21 16:55:31.771 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 637 fps=5.6 q=23.0 size= 2954kB time=00:00:27.20 bitrate= 889.7kbits/s
05-21 16:55:32.386 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 641 fps=5.6 q=23.0 size= 2981kB time=00:00:27.20 bitrate= 897.7kbits/s
05-21 16:55:33.286 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 644 fps=5.6 q=23.0 size= 3004kB time=00:00:27.20 bitrate= 904.9kbits/s
05-21 16:55:33.466 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 644 fps=5.5 q=23.0 size= 3004kB time=00:00:27.47 bitrate= 895.7kbits/s
05-21 16:55:34.086 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 649 fps=5.5 q=23.0 size= 3031kB time=00:00:27.64 bitrate= 898.2kbits/s
05-21 16:55:34.961 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 655 fps=5.6 q=23.0 size= 3066kB time=00:00:27.64 bitrate= 908.5kbits/s
05-21 16:55:35.301 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1730K, 24% free 12452K/16344K, paused 23ms, total 24ms
05-21 16:55:35.301 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 657 fps=5.6 q=23.0 size= 3070kB time=00:00:28.11 bitrate= 894.5kbits/s
05-21 16:55:36.721 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 660 fps=5.6 q=23.0 size= 3087kB time=00:00:28.11 bitrate= 899.4kbits/s
05-21 16:55:36.756 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 661 fps=5.5 q=23.0 size= 3088kB time=00:00:28.11 bitrate= 899.8kbits/s
05-21 16:55:37.256 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 666 fps=5.5 q=23.0 size= 3118kB time=00:00:28.13 bitrate= 907.7kbits/s
05-21 16:55:38.221 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 671 fps=5.5 q=23.0 size= 3141kB time=00:00:28.56 bitrate= 900.9kbits/s
05-21 16:55:38.756 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 675 fps=5.5 q=23.0 size= 3159kB time=00:00:28.56 bitrate= 905.9kbits/s
05-21 16:55:39.156 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 677 fps=5.5 q=23.0 size= 3163kB time=00:00:28.80 bitrate= 899.6kbits/s
05-21 16:55:39.866 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 679 fps=5.5 q=23.0 size= 3177kB time=00:00:29.03 bitrate= 896.4kbits/s
05-21 16:55:40.241 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 682 fps=5.5 q=23.0 size= 3192kB time=00:00:29.03 bitrate= 900.6kbits/s
05-21 16:55:41.211 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 687 fps=5.5 q=23.0 size= 3218kB time=00:00:29.03 bitrate= 907.9kbits/s
05-21 16:55:41.626 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 688 fps=5.5 q=23.0 size= 3220kB time=00:00:29.33 bitrate= 899.3kbits/s
05-21 16:55:42.466 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 691 fps=5.5 q=23.0 size= 3239kB time=00:00:29.48 bitrate= 900.0kbits/s
05-21 16:55:43.206 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 693 fps=5.5 q=23.0 size= 3244kB time=00:00:29.48 bitrate= 901.3kbits/s
05-21 16:55:43.886 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1710K, 24% free 12456K/16344K, paused 21ms, total 26ms
05-21 16:55:43.886 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 697 fps=5.5 q=23.0 size= 3274kB time=00:00:29.48 bitrate= 909.7kbits/s
05-21 16:55:45.076 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 699 fps=5.5 q=23.0 size= 3298kB time=00:00:29.48 bitrate= 916.3kbits/s
05-21 16:55:45.091 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 699 fps=5.5 q=23.0 size= 3298kB time=00:00:29.50 bitrate= 915.6kbits/s
05-21 16:55:46.126 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 704 fps=5.5 q=23.0 size= 3325kB time=00:00:29.95 bitrate= 909.5kbits/s
05-21 16:55:46.456 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 706 fps=5.5 q=23.0 size= 3348kB time=00:00:29.95 bitrate= 915.6kbits/s
05-21 16:55:46.941 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 710 fps=5.5 q=23.0 size= 3377kB time=00:00:30.14 bitrate= 917.8kbits/s
05-21 16:55:48.766 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 715 fps=5.5 q=23.0 size= 3405kB time=00:00:30.40 bitrate= 917.5kbits/s
05-21 16:55:48.791 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 716 fps=5.4 q=23.0 size= 3407kB time=00:00:30.40 bitrate= 918.0kbits/s
05-21 16:55:49.531 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 725 fps=5.5 q=23.0 size= 3443kB time=00:00:30.86 bitrate= 913.8kbits/s
05-21 16:55:50.441 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 731 fps=5.5 q=23.0 size= 3510kB time=00:00:30.86 bitrate= 931.4kbits/s
05-21 16:55:50.526 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 732 fps=5.5 q=23.0 size= 3512kB time=00:00:30.91 bitrate= 930.7kbits/s
05-21 16:55:51.331 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 736 fps=5.5 q=23.0 size= 3526kB time=00:00:31.31 bitrate= 922.3kbits/s
05-21 16:55:52.586 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1667K, 24% free 12460K/16344K, paused 22ms, total 22ms
05-21 16:55:52.591 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 742 fps=5.5 q=23.0 size= 3560kB time=00:00:31.31 bitrate= 931.2kbits/s
05-21 16:55:52.661 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 743 fps=5.5 q=23.0 size= 3562kB time=00:00:31.31 bitrate= 931.8kbits/s
05-21 16:55:53.141 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 745 fps=5.5 q=23.0 size= 3575kB time=00:00:31.78 bitrate= 921.3kbits/s
05-21 16:55:54.026 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 751 fps=5.5 q=23.0 size= 3598kB time=00:00:31.78 bitrate= 927.2kbits/s
05-21 16:55:54.426 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 754 fps=5.5 q=23.0 size= 3612kB time=00:00:31.91 bitrate= 927.1kbits/s
05-21 16:55:55.631 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 759 fps=5.5 q=23.0 size= 3631kB time=00:00:32.25 bitrate= 922.2kbits/s
05-21 16:55:55.671 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 760 fps=5.5 q=23.0 size= 3634kB time=00:00:32.25 bitrate= 922.9kbits/s
05-21 16:55:56.361 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 765 fps=5.5 q=23.0 size= 3663kB time=00:00:32.27 bitrate= 929.6kbits/s
05-21 16:55:57.361 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 768 fps=5.5 q=23.0 size= 3671kB time=00:00:32.70 bitrate= 919.5kbits/s
05-21 16:55:57.966 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 772 fps=5.5 q=23.0 size= 3686kB time=00:00:32.70 bitrate= 923.3kbits/s
05-21 16:55:59.151 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 775 fps=5.5 q=23.0 size= 3697kB time=00:00:32.70 bitrate= 926.1kbits/s
05-21 16:55:59.706 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 783 fps=5.5 q=23.0 size= 3721kB time=00:00:33.17 bitrate= 918.9kbits/s
05-21 16:56:00.471 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1751K, 24% free 12422K/16344K, paused 91ms, total 107ms
05-21 16:56:00.471 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 787 fps=5.5 q=23.0 size= 3729kB time=00:00:33.19 bitrate= 920.3kbits/s
05-21 16:56:02.501 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 791 fps=5.4 q=23.0 size= 3812kB time=00:00:33.62 bitrate= 928.9kbits/s
05-21 16:56:02.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 798 fps=5.5 q=23.0 size= 3844kB time=00:00:34.02 bitrate= 925.5kbits/s
05-21 16:56:04.186 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 802 fps=5.5 q=23.0 size= 3859kB time=00:00:34.09 bitrate= 927.4kbits/s
05-21 16:56:04.496 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 804 fps=5.5 q=23.0 size= 3928kB time=00:00:34.09 bitrate= 943.9kbits/s
05-21 16:56:05.096 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 809 fps=5.5 q=23.0 size= 3948kB time=00:00:34.11 bitrate= 948.2kbits/s
05-21 16:56:05.631 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 814 fps=5.5 q=23.0 size= 3964kB time=00:00:34.53 bitrate= 940.2kbits/s
05-21 16:56:06.531 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 817 fps=5.5 q=23.0 size= 3976kB time=00:00:34.53 bitrate= 943.1kbits/s
05-21 16:56:06.946 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 820 fps=5.5 q=23.0 size= 3991kB time=00:00:34.53 bitrate= 946.7kbits/s
05-21 16:56:08.681 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 824 fps=5.5 q=23.0 size= 4023kB time=00:00:35.00 bitrate= 941.5kbits/s
05-21 16:56:08.896 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 825 fps=5.4 q=23.0 size= 4029kB time=00:00:35.00 bitrate= 942.8kbits/s
05-21 16:56:09.441 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1680K, 24% free 12468K/16344K, paused 23ms, total 23ms
05-21 16:56:09.451 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 827 fps=5.4 q=23.0 size= 4050kB time=00:00:35.00 bitrate= 947.7kbits/s
05-21 16:56:10.096 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 831 fps=5.4 q=23.0 size= 4093kB time=00:00:35.00 bitrate= 957.8kbits/s
05-21 16:56:10.561 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 835 fps=5.4 q=23.0 size= 4137kB time=00:00:35.45 bitrate= 955.8kbits/s
05-21 16:56:11.201 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 837 fps=5.4 q=23.0 size= 4160kB time=00:00:35.45 bitrate= 961.1kbits/s
05-21 16:56:11.856 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 840 fps=5.4 q=23.0 size= 4186kB time=00:00:35.45 bitrate= 967.1kbits/s
05-21 16:56:12.251 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 842 fps=5.4 q=23.0 size= 4205kB time=00:00:35.47 bitrate= 971.1kbits/s
05-21 16:56:12.906 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 845 fps=5.4 q=23.0 size= 4235kB time=00:00:35.92 bitrate= 965.8kbits/s
05-21 16:56:13.711 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 849 fps=5.4 q=23.0 size= 4263kB time=00:00:35.92 bitrate= 972.0kbits/s
05-21 16:56:14.496 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 853 fps=5.4 q=23.0 size= 4297kB time=00:00:35.92 bitrate= 979.9kbits/s
05-21 16:56:15.066 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 855 fps=5.4 q=23.0 size= 4316kB time=00:00:36.37 bitrate= 971.9kbits/s
05-21 16:56:15.576 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 858 fps=5.4 q=23.0 size= 4346kB time=00:00:36.37 bitrate= 978.9kbits/s
05-21 16:56:16.441 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1751K, 24% free 12426K/16344K, paused 25ms, total 25ms
05-21 16:56:16.441 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 861 fps=5.4 q=23.0 size= 4371kB time=00:00:36.37 bitrate= 984.5kbits/s
05-21 16:56:16.691 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 864 fps=5.4 q=23.0 size= 4393kB time=00:00:36.41 bitrate= 988.2kbits/s
05-21 16:56:17.621 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 868 fps=5.4 q=23.0 size= 4417kB time=00:00:36.84 bitrate= 982.1kbits/s
05-21 16:56:17.741 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 870 fps=5.4 q=23.0 size= 4422kB time=00:00:36.84 bitrate= 983.1kbits/s
05-21 16:56:18.541 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 872 fps=5.4 q=23.0 size= 4439kB time=00:00:36.84 bitrate= 987.1kbits/s
05-21 16:56:18.836 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 875 fps=5.4 q=23.0 size= 4456kB time=00:00:36.86 bitrate= 990.2kbits/s
05-21 16:56:19.816 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 878 fps=5.4 q=23.0 size= 4463kB time=00:00:37.29 bitrate= 980.4kbits/s
05-21 16:56:21.321 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 884 fps=5.4 q=23.0 size= 4500kB time=00:00:37.29 bitrate= 988.5kbits/s
05-21 16:56:21.476 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 886 fps=5.4 q=23.0 size= 4504kB time=00:00:37.31 bitrate= 988.8kbits/s
05-21 16:56:22.116 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 888 fps=5.4 q=23.0 size= 4522kB time=00:00:37.76 bitrate= 981.0kbits/s
05-21 16:56:23.001 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1653K, 24% free 12475K/16344K, paused 24ms, total 26ms
05-21 16:56:23.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 892 fps=5.4 q=23.0 size= 4542kB time=00:00:37.76 bitrate= 985.4kbits/s
05-21 16:56:23.196 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 894 fps=5.4 q=23.0 size= 4546kB time=00:00:37.76 bitrate= 986.2kbits/s
05-21 16:56:23.821 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 897 fps=5.4 q=23.0 size= 4563kB time=00:00:37.78 bitrate= 989.5kbits/s
05-21 16:56:24.376 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 901 fps=5.4 q=23.0 size= 4586kB time=00:00:38.20 bitrate= 983.2kbits/s
05-21 16:56:25.191 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 905 fps=5.4 q=23.0 size= 4603kB time=00:00:38.20 bitrate= 987.0kbits/s
05-21 16:56:25.816 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 908 fps=5.4 q=23.0 size= 4620kB time=00:00:38.22 bitrate= 989.9kbits/s
05-21 16:56:27.001 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 913 fps=5.4 q=23.0 size= 4645kB time=00:00:38.67 bitrate= 983.8kbits/s
05-21 16:56:27.101 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 914 fps=5.4 q=23.0 size= 4648kB time=00:00:38.67 bitrate= 984.5kbits/s
05-21 16:56:27.821 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 918 fps=5.4 q=23.0 size= 4675kB time=00:00:38.67 bitrate= 990.3kbits/s
05-21 16:56:28.416 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 921 fps=5.4 q=23.0 size= 4703kB time=00:00:39.12 bitrate= 984.7kbits/s
05-21 16:56:29.876 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1712K, 24% free 12429K/16344K, paused 26ms, total 27ms
05-21 16:56:29.881 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 924 fps=5.4 q=23.0 size= 4731kB time=00:00:39.12 bitrate= 990.6kbits/s
05-21 16:56:29.921 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 925 fps=5.4 q=23.0 size= 4753kB time=00:00:39.12 bitrate= 995.2kbits/s
05-21 16:56:30.561 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 929 fps=5.4 q=23.0 size= 4794kB time=00:00:39.12 bitrate=1003.8kbits/s
05-21 16:56:31.101 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 930 fps=5.3 q=23.0 size= 4802kB time=00:00:39.14 bitrate=1004.9kbits/s
05-21 16:56:32.201 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 934 fps=5.3 q=23.0 size= 4853kB time=00:00:39.59 bitrate=1004.1kbits/s
05-21 16:56:33.451 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 938 fps=5.3 q=23.0 size= 4899kB time=00:00:39.59 bitrate=1013.7kbits/s
05-21 16:56:33.896 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 941 fps=5.3 q=23.0 size= 4943kB time=00:00:39.59 bitrate=1022.7kbits/s
05-21 16:56:34.991 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 944 fps=5.3 q=23.0 size= 4974kB time=00:00:40.04 bitrate=1017.6kbits/s
05-21 16:56:35.666 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 946 fps=5.3 q=23.0 size= 4997kB time=00:00:40.04 bitrate=1022.3kbits/s
05-21 16:56:36.271 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1591K, 24% free 12482K/16344K, paused 25ms, total 26ms
05-21 16:56:36.276 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 949 fps=5.3 q=23.0 size= 5022kB time=00:00:40.04 bitrate=1027.4kbits/s
05-21 16:56:37.166 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 952 fps=5.3 q=23.0 size= 5044kB time=00:00:40.04 bitrate=1031.9kbits/s
05-21 16:56:37.731 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 955 fps=5.3 q=23.0 size= 5065kB time=00:00:40.51 bitrate=1024.1kbits/s
05-21 16:56:38.356 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 958 fps=5.3 q=23.0 size= 5084kB time=00:00:40.51 bitrate=1028.1kbits/s
05-21 16:56:38.886 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 961 fps=5.3 q=23.0 size= 5105kB time=00:00:40.51 bitrate=1032.3kbits/s
05-21 16:56:39.226 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 963 fps=5.3 q=23.0 size= 5120kB time=00:00:40.53 bitrate=1034.8kbits/s
05-21 16:56:40.086 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 966 fps=5.3 q=23.0 size= 5139kB time=00:00:40.96 bitrate=1027.7kbits/s
05-21 16:56:40.661 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 968 fps=5.3 q=23.0 size= 5146kB time=00:00:40.96 bitrate=1029.3kbits/s
05-21 16:56:41.496 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 971 fps=5.3 q=23.0 size= 5172kB time=00:00:40.96 bitrate=1034.4kbits/s
05-21 16:56:42.506 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1639K, 24% free 12485K/16344K, paused 21ms, total 22ms
05-21 16:56:42.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 973 fps=5.3 q=23.0 size= 5190kB time=00:00:40.96 bitrate=1038.1kbits/s
05-21 16:56:42.931 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 974 fps=5.2 q=23.0 size= 5197kB time=00:00:40.98 bitrate=1038.8kbits/s
05-21 16:56:43.986 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 979 fps=5.2 q=23.0 size= 5236kB time=00:00:41.42 bitrate=1035.3kbits/s
05-21 16:56:44.526 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 985 fps=5.3 q=23.0 size= 5360kB time=00:00:41.45 bitrate=1059.3kbits/s
05-21 16:56:45.721 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 987 fps=5.2 q=23.0 size= 5389kB time=00:00:41.87 bitrate=1054.1kbits/s
05-21 16:56:45.786 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 988 fps=5.2 q=23.0 size= 5406kB time=00:00:41.87 bitrate=1057.6kbits/s
05-21 16:56:46.651 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 992 fps=5.2 q=23.0 size= 5464kB time=00:00:41.87 bitrate=1068.8kbits/s
05-21 16:56:47.556 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 995 fps=5.2 q=23.0 size= 5503kB time=00:00:41.87 bitrate=1076.5kbits/s
05-21 16:56:48.121 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 996 fps=5.2 q=23.0 size= 5522kB time=00:00:41.89 bitrate=1079.8kbits/s
05-21 16:56:49.196 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1687K, 24% free 12434K/16344K, paused 19ms, total 19ms
05-21 16:56:49.196 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1001 fps=5.2 q=23.0 size= 5594kB time=00:00:42.34 bitrate=1082.2kbits/s
05-21 16:56:49.871 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1003 fps=5.2 q=23.0 size= 5625kB time=00:00:42.34 bitrate=1088.2kbits/s
05-21 16:56:50.236 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1006 fps=5.2 q=23.0 size= 5644kB time=00:00:42.34 bitrate=1091.8kbits/s
05-21 16:56:50.976 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1007 fps=5.2 q=23.0 size= 5665kB time=00:00:42.36 bitrate=1095.4kbits/s
05-21 16:56:51.601 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1010 fps=5.2 q=23.0 size= 5684kB time=00:00:42.79 bitrate=1088.1kbits/s
05-21 16:56:52.446 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1014 fps=5.2 q=23.0 size= 5717kB time=00:00:42.79 bitrate=1094.3kbits/s
05-21 16:56:53.396 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1017 fps=5.2 q=23.0 size= 5759kB time=00:00:42.79 bitrate=1102.4kbits/s
05-21 16:56:54.061 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1018 fps=5.2 q=23.0 size= 5763kB time=00:00:42.81 bitrate=1102.6kbits/s
05-21 16:56:55.461 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1539K, 24% free 12490K/16344K, paused 24ms, total 24ms
05-21 16:56:55.466 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1025 fps=5.2 q=23.0 size= 5840kB time=00:00:43.26 bitrate=1105.9kbits/s
05-21 16:56:56.111 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1029 fps=5.2 q=23.0 size= 5880kB time=00:00:43.26 bitrate=1113.4kbits/s
05-21 16:56:57.891 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1032 fps=5.1 q=20.0 size= 5911kB time=00:00:43.71 bitrate=1107.8kbits/s
05-21 16:56:58.226 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1034 fps=5.1 q=23.0 size= 5919kB time=00:00:43.71 bitrate=1109.2kbits/s
05-21 16:56:59.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1038 fps=5.1 q=23.0 size= 5972kB time=00:00:43.71 bitrate=1119.3kbits/s
05-21 16:56:59.526 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1040 fps=5.1 q=23.0 size= 5991kB time=00:00:43.73 bitrate=1122.2kbits/s
05-21 16:57:00.221 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1045 fps=5.1 q=23.0 size= 6059kB time=00:00:44.18 bitrate=1123.4kbits/s
05-21 16:57:01.101 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1050 fps=5.1 q=23.0 size= 6112kB time=00:00:44.18 bitrate=1133.2kbits/s
05-21 16:57:01.531 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1577K, 24% free 12493K/16344K, paused 63ms, total 63ms
05-21 16:57:01.536 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1051 fps=5.1 q=23.0 size= 6131kB time=00:00:44.22 bitrate=1135.6kbits/s
05-21 16:57:02.011 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1053 fps=5.1 q=23.0 size= 6156kB time=00:00:44.62 bitrate=1130.0kbits/s
05-21 16:57:02.801 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1056 fps=5.1 q=23.0 size= 6184kB time=00:00:44.62 bitrate=1135.2kbits/s
05-21 16:57:03.976 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1061 fps=5.1 q=23.0 size= 6221kB time=00:00:44.62 bitrate=1141.9kbits/s
05-21 16:57:04.596 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1062 fps=5.1 q=23.0 size= 6224kB time=00:00:44.65 bitrate=1141.9kbits/s
05-21 16:57:05.351 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1068 fps=5.1 q=23.0 size= 6274kB time=00:00:45.09 bitrate=1139.6kbits/s
05-21 16:57:06.406 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1072 fps=5.1 q=23.0 size= 6298kB time=00:00:45.09 bitrate=1144.0kbits/s
05-21 16:57:06.891 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1073 fps=5.1 q=23.0 size= 6303kB time=00:00:45.54 bitrate=1133.7kbits/s
05-21 16:57:07.496 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1614K, 24% free 12496K/16344K, paused 23ms, total 26ms
05-21 16:57:07.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1075 fps=5.1 q=23.0 size= 6309kB time=00:00:45.54 bitrate=1134.8kbits/s
05-21 16:57:08.011 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1080 fps=5.1 q=23.0 size= 6356kB time=00:00:45.54 bitrate=1143.3kbits/s
05-21 16:57:08.891 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1083 fps=5.1 q=23.0 size= 6377kB time=00:00:45.54 bitrate=1147.0kbits/s
05-21 16:57:09.071 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1084 fps=5.1 q=23.0 size= 6393kB time=00:00:45.65 bitrate=1147.2kbits/s
05-21 16:57:10.051 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1088 fps=5.1 q=23.0 size= 6429kB time=00:00:46.01 bitrate=1144.4kbits/s
05-21 16:57:10.586 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1090 fps=5.1 q=23.0 size= 6449kB time=00:00:46.01 bitrate=1148.1kbits/s
05-21 16:57:11.351 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1094 fps=5.1 q=23.0 size= 6498kB time=00:00:46.01 bitrate=1156.7kbits/s
05-21 16:57:11.621 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1095 fps=5.1 q=23.0 size= 6506kB time=00:00:46.14 bitrate=1155.0kbits/s
05-21 16:57:12.801 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1652K, 24% free 12498K/16344K, paused 25ms, total 25ms
05-21 16:57:12.801 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1097 fps=5.1 q=23.0 size= 6528kB time=00:00:46.46 bitrate=1151.0kbits/s
05-21 16:57:13.646 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1099 fps=5.1 q=23.0 size= 6560kB time=00:00:46.46 bitrate=1156.5kbits/s
05-21 16:57:13.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1100 fps=5.1 q=23.0 size= 6564kB time=00:00:46.46 bitrate=1157.2kbits/s
05-21 16:57:14.361 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1103 fps=5.1 q=23.0 size= 6600kB time=00:00:46.46 bitrate=1163.7kbits/s
05-21 16:57:14.931 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1106 fps=5.1 q=23.0 size= 6629kB time=00:00:46.48 bitrate=1168.2kbits/s
05-21 16:57:16.436 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1112 fps=5.1 q=23.0 size= 6704kB time=00:00:46.93 bitrate=1170.2kbits/s
05-21 16:57:17.291 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1114 fps=5.1 q=23.0 size= 6728kB time=00:00:46.93 bitrate=1174.3kbits/s
05-21 16:57:17.921 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1537K, 24% free 12531K/16344K, paused 60ms, total 61ms
05-21 16:57:17.921 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1117 fps=5.1 q=23.0 size= 6750kB time=00:00:46.95 bitrate=1177.6kbits/s
05-21 16:57:18.576 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1122 fps=5.1 q=23.0 size= 6790kB time=00:00:47.38 bitrate=1174.0kbits/s
05-21 16:57:19.231 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1126 fps=5.1 q=23.0 size= 6825kB time=00:00:47.38 bitrate=1180.0kbits/s
05-21 16:57:19.896 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1128 fps=5.1 q=23.0 size= 6850kB time=00:00:47.38 bitrate=1184.4kbits/s
05-21 16:57:20.471 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1130 fps=5.1 q=23.0 size= 6875kB time=00:00:47.85 bitrate=1177.0kbits/s
05-21 16:57:21.526 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1133 fps=5.1 q=23.0 size= 6913kB time=00:00:47.85 bitrate=1183.5kbits/s
05-21 16:57:21.711 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1134 fps=5.1 q=23.0 size= 6917kB time=00:00:47.85 bitrate=1184.2kbits/s
05-21 16:57:22.191 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1137 fps=5.0 q=23.0 size= 6955kB time=00:00:47.85 bitrate=1190.6kbits/s
05-21 16:57:22.711 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1661K, 24% free 12441K/16344K, paused 22ms, total 22ms
05-21 16:57:22.716 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1139 fps=5.0 q=23.0 size= 6974kB time=00:00:47.93 bitrate=1191.8kbits/s
05-21 16:57:24.696 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1143 fps=5.0 q=23.0 size= 7005kB time=00:00:48.29 bitrate=1188.2kbits/s
05-21 16:57:25.271 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1150 fps=5.0 q=23.0 size= 7067kB time=00:00:48.32 bitrate=1198.2kbits/s
05-21 16:57:26.301 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1154 fps=5.0 q=23.0 size= 7100kB time=00:00:48.76 bitrate=1192.7kbits/s
05-21 16:57:26.861 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1156 fps=5.0 q=23.0 size= 7200kB time=00:00:48.76 bitrate=1209.4kbits/s
05-21 16:57:27.376 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1161 fps=5.0 q=23.0 size= 7238kB time=00:00:48.78 bitrate=1215.3kbits/s
05-21 16:57:27.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1165 fps=5.0 q=23.0 size= 7262kB time=00:00:49.21 bitrate=1208.8kbits/s
05-21 16:57:28.701 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1602K, 24% free 12537K/16344K, paused 22ms, total 23ms
05-21 16:57:28.706 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1169 fps=5.1 q=23.0 size= 7284kB time=00:00:49.21 bitrate=1212.5kbits/s
05-21 16:57:29.086 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1172 fps=5.1 q=23.0 size= 7293kB time=00:00:49.21 bitrate=1213.9kbits/s
05-21 16:57:29.986 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1174 fps=5.0 q=23.0 size= 7312kB time=00:00:49.68 bitrate=1205.5kbits/s
05-21 16:57:30.576 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1176 fps=5.0 q=23.0 size= 7317kB time=00:00:49.68 bitrate=1206.4kbits/s
05-21 16:57:30.831 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1179 fps=5.0 q=23.0 size= 7338kB time=00:00:49.68 bitrate=1209.8kbits/s
05-21 16:57:31.726 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1183 fps=5.0 q=23.0 size= 7359kB time=00:00:49.68 bitrate=1213.3kbits/s
05-21 16:57:32.821 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1187 fps=5.0 q=23.0 size= 7385kB time=00:00:50.13 bitrate=1206.7kbits/s
05-21 16:57:32.896 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1568K, 24% free 12540K/16344K, paused 21ms, total 27ms
05-21 16:57:32.901 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1188 fps=5.0 q=23.0 size= 7389kB time=00:00:50.13 bitrate=1207.5kbits/s
05-21 16:57:33.641 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1191 fps=5.0 q=23.0 size= 7431kB time=00:00:50.13 bitrate=1214.2kbits/s
05-21 16:57:34.101 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1194 fps=5.0 q=23.0 size= 7471kB time=00:00:50.15 bitrate=1220.3kbits/s
05-21 16:57:34.786 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1197 fps=5.0 q=23.0 size= 7511kB time=00:00:50.60 bitrate=1215.9kbits/s
05-21 16:57:35.411 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1200 fps=5.0 q=23.0 size= 7528kB time=00:00:50.60 bitrate=1218.8kbits/s
05-21 16:57:36.266 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1204 fps=5.0 q=23.0 size= 7572kB time=00:00:50.60 bitrate=1225.8kbits/s
05-21 16:57:36.746 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1205 fps=5.0 q=23.0 size= 7602kB time=00:00:50.94 bitrate=1222.5kbits/s
05-21 16:57:37.631 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1531K, 24% free 12511K/16344K, paused 25ms, total 27ms
05-21 16:57:37.636 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1209 fps=5.0 q=23.0 size= 7653kB time=00:00:51.05 bitrate=1228.1kbits/s
05-21 16:57:38.636 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1213 fps=5.0 q=23.0 size= 7699kB time=00:00:51.05 bitrate=1235.4kbits/s
05-21 16:57:39.836 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1215 fps=5.0 q=23.0 size= 7709kB time=00:00:51.05 bitrate=1237.1kbits/s
05-21 16:57:39.866 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1216 fps=5.0 q=23.0 size= 7714kB time=00:00:51.05 bitrate=1237.9kbits/s
05-21 16:57:40.506 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1220 fps=5.0 q=23.0 size= 7753kB time=00:00:51.52 bitrate=1232.8kbits/s
05-21 16:57:41.346 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1223 fps=5.0 q=23.0 size= 7788kB time=00:00:51.52 bitrate=1238.3kbits/s
05-21 16:57:42.196 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1226 fps=5.0 q=23.0 size= 7819kB time=00:00:51.52 bitrate=1243.2kbits/s
05-21 16:57:42.616 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1624K, 24% free 12513K/16344K, paused 24ms, total 24ms
05-21 16:57:42.626 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1227 fps=5.0 q=23.0 size= 7822kB time=00:00:51.54 bitrate=1243.2kbits/s
05-21 16:57:43.296 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1232 fps=5.0 q=23.0 size= 7857kB time=00:00:51.96 bitrate=1238.5kbits/s
05-21 16:57:44.246 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1236 fps=5.0 q=23.0 size= 7894kB time=00:00:51.96 bitrate=1244.3kbits/s
05-21 16:57:44.896 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1238 fps=5.0 q=23.0 size= 7922kB time=00:00:51.98 bitrate=1248.3kbits/s
05-21 16:57:45.806 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1244 fps=5.0 q=23.0 size= 7955kB time=00:00:52.43 bitrate=1242.8kbits/s
05-21 16:57:46.781 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1247 fps=5.0 q=23.0 size= 7981kB time=00:00:52.43 bitrate=1246.8kbits/s
05-21 16:57:46.981 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1249 fps=5.0 q=23.0 size= 7999kB time=00:00:52.58 bitrate=1246.2kbits/s
05-21 16:57:47.976 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1653K, 24% free 12447K/16344K, paused 19ms, total 20ms
05-21 16:57:47.976 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1252 fps=5.0 q=23.0 size= 8010kB time=00:00:52.88 bitrate=1240.7kbits/s
05-21 16:57:48.296 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1256 fps=5.0 q=23.0 size= 8035kB time=00:00:52.88 bitrate=1244.6kbits/s
05-21 16:57:49.551 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1259 fps=5.0 q=23.0 size= 8058kB time=00:00:52.88 bitrate=1248.2kbits/s
05-21 16:57:50.746 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1262 fps=5.0 q=23.0 size= 8080kB time=00:00:53.35 bitrate=1240.6kbits/s
05-21 16:57:50.941 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1263 fps=5.0 q=23.0 size= 8083kB time=00:00:53.35 bitrate=1241.1kbits/s
05-21 16:57:51.486 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1267 fps=5.0 q=23.0 size= 8098kB time=00:00:53.35 bitrate=1243.3kbits/s
05-21 16:57:52.441 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1275 fps=5.0 q=23.0 size= 8176kB time=00:00:53.80 bitrate=1244.9kbits/s
05-21 16:57:53.291 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1682K, 24% free 12448K/16344K, paused 67ms, total 67ms
05-21 16:57:53.296 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1279 fps=5.0 q=23.0 size= 8198kB time=00:00:53.80 bitrate=1248.2kbits/s
05-21 16:57:53.966 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1282 fps=5.0 q=23.0 size= 8214kB time=00:00:53.82 bitrate=1250.2kbits/s
05-21 16:57:54.821 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1285 fps=5.0 q=23.0 size= 8223kB time=00:00:54.27 bitrate=1241.2kbits/s
05-21 16:57:56.281 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1290 fps=5.0 q=23.0 size= 8252kB time=00:00:54.27 bitrate=1245.6kbits/s
05-21 16:57:56.751 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1298 fps=5.0 q=23.0 size= 8287kB time=00:00:54.72 bitrate=1240.6kbits/s
05-21 16:57:58.031 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1303 fps=5.0 q=23.0 size= 8309kB time=00:00:54.72 bitrate=1244.0kbits/s
05-21 16:57:58.441 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1535K, 24% free 12555K/16344K, paused 22ms, total 22ms
05-21 16:57:58.446 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1304 fps=5.0 q=23.0 size= 8312kB time=00:00:55.14 bitrate=1234.7kbits/s
05-21 16:57:59.291 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1308 fps=5.0 q=23.0 size= 8330kB time=00:00:55.18 bitrate=1236.4kbits/s
05-21 16:58:00.261 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1312 fps=5.0 q=23.0 size= 8349kB time=00:00:55.18 bitrate=1239.3kbits/s
05-21 16:58:00.591 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1315 fps=5.0 q=23.0 size= 8367kB time=00:00:55.21 bitrate=1241.5kbits/s
05-21 16:58:02.436 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1319 fps=5.0 q=23.0 size= 8386kB time=00:00:55.63 bitrate=1234.8kbits/s
05-21 16:58:02.476 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1320 fps=5.0 q=23.0 size= 8389kB time=00:00:55.63 bitrate=1235.1kbits/s
05-21 16:58:03.946 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1487K, 24% free 12557K/16344K, paused 32ms, total 32ms
05-21 16:58:03.946 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1331 fps=5.0 q=23.0 size= 8432kB time=00:00:56.10 bitrate=1231.1kbits/s
05-21 16:58:04.436 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1332 fps=5.0 q=23.0 size= 8434kB time=00:00:56.10 bitrate=1231.5kbits/s
05-21 16:58:04.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1333 fps=5.0 q=23.0 size= 8535kB time=00:00:56.10 bitrate=1246.2kbits/s
05-21 16:58:04.996 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1340 fps=5.0 q=23.0 size= 8573kB time=00:00:56.55 bitrate=1241.8kbits/s
05-21 16:58:05.786 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1344 fps=5.0 q=23.0 size= 8597kB time=00:00:56.55 bitrate=1245.3kbits/s
05-21 16:58:06.496 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1347 fps=5.0 q=23.0 size= 8619kB time=00:00:56.55 bitrate=1248.5kbits/s
05-21 16:58:06.891 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1507K, 24% free 12560K/16344K, paused 68ms, total 73ms
05-21 16:58:06.891 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1348 fps=5.0 q=23.0 size= 8622kB time=00:00:56.57 bitrate=1248.4kbits/s
05-21 16:58:07.781 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1352 fps=5.0 q=23.0 size= 8647kB time=00:00:57.02 bitrate=1242.2kbits/s
05-21 16:58:08.876 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1356 fps=5.0 q=23.0 size= 8671kB time=00:00:57.02 bitrate=1245.7kbits/s
05-21 16:58:09.271 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1359 fps=5.0 q=23.0 size= 8695kB time=00:00:57.04 bitrate=1248.7kbits/s
05-21 16:58:09.901 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1364 fps=5.0 q=23.0 size= 8724kB time=00:00:57.47 bitrate=1243.5kbits/s
05-21 16:58:10.521 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1367 fps=5.0 q=23.0 size= 8749kB time=00:00:57.47 bitrate=1247.1kbits/s
05-21 16:58:11.346 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1456K, 24% free 12526K/16344K, paused 23ms, total 23ms
05-21 16:58:11.351 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1370 fps=5.0 q=23.0 size= 8769kB time=00:00:57.49 bitrate=1249.5kbits/s
05-21 16:58:11.856 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1373 fps=5.0 q=23.0 size= 8777kB time=00:00:57.94 bitrate=1241.0kbits/s
05-21 16:58:12.411 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1377 fps=5.0 q=23.0 size= 8806kB time=00:00:57.94 bitrate=1245.0kbits/s
05-21 16:58:13.616 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1379 fps=5.0 q=23.0 size= 8831kB time=00:00:57.94 bitrate=1248.5kbits/s
05-21 16:58:13.836 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1380 fps=5.0 q=23.0 size= 8834kB time=00:00:57.94 bitrate=1249.0kbits/s
05-21 16:58:14.146 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1383 fps=5.0 q=23.0 size= 8852kB time=00:00:58.38 bitrate=1241.9kbits/s
05-21 16:58:14.811 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1549K, 24% free 12528K/16344K, paused 21ms, total 21ms
05-21 16:58:14.816 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1388 fps=5.0 q=23.0 size= 8881kB time=00:00:58.38 bitrate=1246.0kbits/s
05-21 16:58:15.446 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1391 fps=5.0 q=23.0 size= 8906kB time=00:00:58.38 bitrate=1249.5kbits/s
05-21 16:58:15.886 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1392 fps=5.0 q=23.0 size= 8909kB time=00:00:58.85 bitrate=1240.0kbits/s
05-21 16:58:16.916 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1399 fps=5.0 q=23.0 size= 8944kB time=00:00:58.85 bitrate=1244.8kbits/s
05-21 16:58:17.236 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1401 fps=5.0 q=23.0 size= 8947kB time=00:00:58.85 bitrate=1245.2kbits/s
05-21 16:58:17.736 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1403 fps=5.0 q=23.0 size= 8961kB time=00:00:59.05 bitrate=1243.2kbits/s
05-21 16:58:18.541 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1570K, 24% free 12530K/16344K, paused 45ms, total 45ms
05-21 16:58:18.541 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1409 fps=5.0 q=23.0 size= 8982kB time=00:00:59.30 bitrate=1240.7kbits/s
05-21 16:58:19.226 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1414 fps=5.0 q=23.0 size= 9012kB time=00:00:59.32 bitrate=1244.4kbits/s
05-21 16:58:20.351 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1419 fps=5.0 q=23.0 size= 9032kB time=00:00:59.77 bitrate=1237.8kbits/s
05-21 16:58:20.976 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1423 fps=5.0 q=23.0 size= 9051kB time=00:00:59.77 bitrate=1240.5kbits/s
05-21 16:58:21.411 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1425 fps=5.0 q=23.0 size= 9056kB time=00:00:59.77 bitrate=1241.1kbits/s
05-21 16:58:22.376 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1432 fps=5.0 q=23.0 size= 9082kB time=00:00:59.94 bitrate=1241.1kbits/s
05-21 16:58:22.961 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1591K, 24% free 12532K/16344K, paused 22ms, total 29ms
05-21 16:58:22.966 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1434 fps=5.0 q=23.0 size= 9092kB time=00:00:59.94 bitrate=1242.4kbits/s
05-21 16:58:23.431 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1438 fps=5.0 q=23.0 size= 9102kB time=00:00:59.94 bitrate=1243.9kbits/s
05-21 16:58:34.391 26407-26407/com.videoeditor.mtst.mymovie W/﹕ frame= 1439 fps=4.8 q=-1.0 Lsize= 9545kB time=00:01:00.01 bitrate=1303.0kbits/s
05-21 16:58:34.396 26407-26407/com.videoeditor.mtst.mymovie W/﹕ video:8093kB audio:1410kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.440922%
05-21 16:58:34.436 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] frame I:17 Avg QP:11.98 size: 67116
05-21 16:58:34.436 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] frame P:424 Avg QP:15.70 size: 11798
05-21 16:58:34.456 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1615K, 24% free 12534K/16344K, paused 19ms, total 19ms
05-21 16:58:34.456 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] frame B:998 Avg QP:19.02 size: 2147
05-21 16:58:34.461 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] consecutive B-frames: 3.2% 11.4% 4.8% 80.6%
05-21 16:58:34.461 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] mb I I16..4: 16.3% 67.3% 16.4%
05-21 16:58:34.461 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] mb P I16..4: 1.5% 5.1% 0.6% P16..4: 42.4% 14.8% 9.3% 0.0% 0.0% skip:26.3%
05-21 16:58:34.461 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] mb B I16..4: 0.1% 0.2% 0.0% B16..8: 38.0% 2.1% 0.3% direct: 1.0% skip:58.3% L0:46.1% L1:50.3% BI: 3.6%
05-21 16:58:34.486 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] 8x8 transform intra:69.2% inter:79.6%
05-21 16:58:34.486 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1629K, 24% free 12458K/16344K, paused 20ms, total 20ms
05-21 16:58:34.486 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] coded y,uvDC,uvAC intra: 58.8% 67.5% 31.6% inter: 8.5% 11.4% 0.2%
05-21 16:58:34.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] i16 v,h,dc,p: 61% 14% 7% 18%
05-21 16:58:34.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 32% 13% 25% 4% 6% 6% 5% 5% 5%
05-21 16:58:34.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 39% 15% 14% 4% 7% 7% 6% 5% 4%
05-21 16:58:34.491 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] i8c dc,h,v,p: 46% 17% 31% 6%
05-21 16:58:34.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] Weighted P-Frames: Y:0.5% UV:0.0%
05-21 16:58:34.511 26407-26911/com.videoeditor.mtst.mymovie D/dalvikvm﹕ GC_FOR_ALLOC freed 1650K, 24% free 12458K/16344K, paused 12ms, total 13ms
05-21 16:58:34.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] ref P L0: 59.0% 10.8% 21.1% 9.1% 0.1%
05-21 16:58:34.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] ref B L0: 82.4% 14.5% 3.1%
05-21 16:58:34.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] ref B L1: 94.7% 5.3%
05-21 16:58:34.511 26407-26407/com.videoeditor.mtst.mymovie W/﹕ [libx264 @ 0x41744570] kb/s:1104.48
05-21 16:58:34.616 26407-26407/com.videoeditor.mtst.mymovie W/﹕ WARNING: linker: /data/data/com.videoeditor.mtst.mymovie/files/ffmpeg has text relocations. This is wasting memory and is a security risk. Please fix.
ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
built on Oct 7 2014 15:08:46 with gcc 4.8 (GCC)
configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-cflags='-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mfpu=neon' --extra-ldflags='-L/home/sb/Source-Code/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
libavutil 54. 7.100 / 54. 7.100
libavcodec 56. 1.100 / 56. 1.100
libavformat 56. 4.101 / 56. 4.101
libavdevice 56. 0.100 / 56. 0.100
libavfilter 5. 1.100 / 5. 1.100
libswscale 3. 0.100 / 3. 0.100
libswresample 1. 1.100 / 1. 1.100
libpostproc 53. 0.100 / 53. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/extSdCard/Pictures/Game.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isomavc1
creation_time : 2015-03-03 23:48:36
Duration: 01:54:13.87, start: 0.000000, bitrate: 995 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x536 [SAR 1:1 DAR 160:67], 898 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
Metadata:
creation_time : 2015-03-03 23:48:36
handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 93 kb/s (default)
Metadata:
creation_time : 2015-03-03 23:48:43
handler_name : GPAC ISO Audio Handler
[libx264 @ 0x41744570] using SAR=1/1
[libx264 @ 0x41744570] using cpu capabilities: none!
[libx264 @ 0x41744570] profile High, level 3.1
[libx264 @ 0x41744570] 264 - core 142 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=23 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=18.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to '/storage/emulated/0/Videos/Game.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isomavc1
encoder : Lavf56.4.101
Stream #0:0(und): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuv420p, 1280x536 [SAR 1:1 DAR 160:67], q=-1--1, 23.98 fps, 24k tbn, 23.98 tbc (default)
Metadata:
creation_time : 2015-03-03 23:48:36
handler_name : video.264#trackID=1:fps=23.976 - Imported with GPAC 0.5.0-rev
encoder : Lavc56.1.100 libx264
Stream #0:1(eng): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, fltp, 192 kb/s (default)
Metadata:
creation_time : 2015-03-03 23:48:43
handler_name : GPAC ISO Audio Handler
encoder : Lavc56.1.100 aac
Stream mapping:
Stream #0:0 -> #0:0 (h264 (nativ
05-21 16:58:34.616 26407-26407/com.videoeditor.mtst.mymovie W/﹕ Cutting video finished

How to convert a mp4 file to mp3 file(or any other audio file)

This is a great library. Very easy to use, but I met some problems.

When I try to convert a mp4 file to a mp3 file, it fails:

onFailure: WARNING: linker: /data/data/com.team_wye.videoparser/files/ffmpeg has text relocations. This is wasting memory and prevents security hardening. Please fix.
    ffmpeg version n2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
    built on Oct  7 2014 15:08:46 with gcc 4.8 (GCC)
    configuration: --target-os=linux --cross-prefix=/home/sb/Source-Code/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/sb/Source-Code/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-fontconfig --enable-pthreads --disable-debug --disable-ffserver --enable-version3 --enable-hardcoded-tables --disable-ffplay --disable-ffprobe --enable-gpl --enable-yasm --disable-doc --disable-shared --enable-static --pkg-config=/home/sb/Source-Code/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/sb/Source-Code/ffmpeg-android/build/armeabi-v7a-neon --extra-cflags='-I/home/sb/Source-Code/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all -mfpu=neon' --extra-ldflags='-L/home/sb/Source-Code/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
    libavutil      54.  7.100 / 54.  7.100
    libavcodec     56.  1.100 / 56.  1.100
    libavformat    56.  4.101 / 56.  4.101
    libavdevice    56.  0.100 / 56.  0.100
    libavfilter     5.  1.100 /  5.  1.100
    libswscale      3.  0.100 /  3.  0.100
    libswresample   1.  1.100 /  1.  1.100
    libpostproc    53.  0.100 / 53.  0.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/DCIM/Camera/qw.mp4':
    Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    creation_time   : 2014-10-02 13:31:58
    Duration: 00:00:06.17, start: 0.000000, bitrate: 17252 kb/s
    Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 1920x1080, 16938 kb/s, SAR 65536:65536 DAR 16:9, 29.74 fps, 29.83 tbr, 90k tbn, 180k tbc (default)
    Metadata:
    rotate          : 90
    creation_time   : 2014-10-02 13:31:58
    handler_name    : VideoHandle
    Side data:
    displaymatrix: rotation of -90.00 degrees
    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, mono, fltp, 96 kb/s (default)
    Metadata:
    creation_time   : 2014-10-02 13:31:58
    handler_name    : SoundHandle
    Output #0, mp3, to '/storage/emulated/0/DCIM/Camera/test.mp3':
    Metadata:
    major_brand     : mp42
    minor_version   : 0
    compatible_brands: isommp42
    Stream #0:0(eng): Audio: mp3, 0 channels, 128 kb/s (default)
    Metadata:
    creation_time   : 2014-10-02 13:31:58
    handler_name    : SoundHandle
    Stream mapping:
    Stream #0:1 -> #0:0 (aac (native) -> ? (?))
    Encoder (codec mp3) not found for output stream #0:0

The cmd is -i source.mp4 output.mp3

mp4 to aac unable to find suitable outpus

ffmpeg -i video.mp4 -strict -2 sample.aac
final String cmd = "-i " + source + " -strict -2 " + target;

when trying to run this cmd im getting [NULL @ 0xb5c7fa00] Unable to find a suitable output format for '/storage/emulated/0/sample_dir/sample.acc' in onProgress method log, app stuck there nothing happens

Handling spaces in filenames of ffmpeg command

I am using below ffmpeg command to cut videos.It works fine for video file names which doesn't have spaces but didn't worked for filenames having spaces..

execFFmpegBinary("-i " + path + " -ss " + startMs / 1000 + " -to " + endMs / 1000 + " -strict -2 -async 1 " + dest.getAbsolutePath());

where path is the path of original video.

startMs is the initial time of video form where you want to cut(start time of cropped video)

endMs is the time of video upto which you want to cut(end time of cropped video)

dest is the path where you want to save the cut/cropped video

The problem is with source path(path).I have seen this answer.But here i don't know the complete path since I am fetching paths of all the videos from storage. I need to handle spaces in filenames.
For resolving that i tried using string formatter as shown in below code .But with that it didn't worked in both cases.Where am i going wrong and how can i resolve the issue?

String command = String.format("-i \"%s\" -ss %d -to %d -strict -2 -async 1 \"%s\" ",path,startMs / 1000 , endMs / 1000, dest.getAbsolutePath());
execFFmpegBinary(command);

Record from Camera

Is it possible to use the library to record directly from the android camera?
something like:

    ffmpeg.execute(" -y -f video4linux2 -s 320x240  -r 25 -i /dev/video0 /testing.mp4", new ExecuteBinaryResponseHandler() {

           @Override
           public void onStart() {
               Log.d("FFMEPG","start");
           }

           @Override
           public void onProgress(String message) {
               Log.d("FFMEPG",message);
           }

           @Override
           public void onFailure(String message) {
               Log.e("FFMEPG",message);
           }

           @Override
           public void onSuccess(String message) {
               Log.d("FFMEPG",message);
           }

           @Override
           public void onFinish() {
               Log.d("FFMEPG","finish");
           }
       });
   } catch (FFmpegCommandAlreadyRunningException e) {
       // Handle if FFmpeg is already running
       Log.e("FFMEPG","error", e);
   }

Video Conversion Slow!!

Am trying to convert a 6mb .ts file to mp4 with the following command.
-i input.ts -strict -2 -preset ultrafast out.mp4

It coverts the file but it takes about 2 minutes to complete.

Please how can i speed it up.

Thanks

Video conversion/compression is too slow.

Hi,
I am compressing .mp4 (3 minutes video) of size 368.2MB using following command:
ffmpeg -y -i /storage/emulated/0/DCIM/Camera/20151119_200558.mp4 -strict experimental -vcodec libx264 -r 30 -acodec aac -ar 44100 -ac 1 -b:a 64k -b:v 790k /storage/emulated/0/output.mp4

It takes too long (I waited for 1 hour and more but still it's still compressing and I closed app). Please help me out how can I speed it up but I want better quality.

Thanks,
momersaleem

Any way to use a lower minSdkVersion?

I'm using this library for a project, and I have to add support for older devices (minSdk 9). Is that even possible? I was thinking about forking but I'm not sure what part of this project requires minSdk 16. Thanks for your help.

Gracefully kill processes

Is there anyway to gracefully kill a running process? For example, if I want to record rtsp > .mp4 for an unspecified time. If I kill the process using: killRunningProcesses(), the resulting file is not playable (the muxing at the end is never run).

Convert mp4 to mp3 command not working

separate video from video
Thanks for your useful library.I need to separate video(not contains audio) from input video(contains audio) file so I used this command
ffmpeg -i input.mkv -map 0:v -codec copy output.mkv in Home.java
String command = "-i "+Environment.getExternalStorageDirectory()+"/RampTest/input.mp4" +" -map 0:v -codec copy "+Environment.getExternalStorageDirectory()+"/RampTest/output.mp4";
execFFmpegBinary(command);
this command worked successfully and created a output.mp4 file in RampTest directory

separate audio from video
ffmpeg -i input.mp4 output.mp3
or
ffmpeg -i input.mp4 -b:a 192K -vn output.mp3
I got the desired output from above two commands while using in my windows machine command prompt.
but when I used these commands in my code it created a empty file(0kb) with the name output.mp3

String command = "-i "+Environment.getExternalStorageDirectory()+"/RampTest/input.mp4 "+ " -b:a 192K -vn "+Environment.getExternalStorageDirectory()+"/RampTest/output.mp3";
execFFmpegBinary(command);

I try to use but nothing happen

Hi, sorry for this issue but maybe (sure) I don't understand how to use your library.

I imported the library in gradle, and started (in OnCreate) with:

FFmpeg ffmpeg = FFmpeg.getInstance(this);
try {
    ffmpeg.loadBinary(new LoadBinaryResponseHandler() {

        @Override
        public void onStart() {}

        @Override
        public void onFailure() {}

        @Override
        public void onSuccess() {}

        @Override
        public void onFinish() {}
    });
} catch (FFmpegNotSupportedException e) {
    // Handle if FFmpeg is not supported by device
}

but then, when I do:

String cmd = "-ss 00:00:05 -i " + videoPath + " -to 00:0:02 -avoid_negative_ts 1 -strict -2 -c:v libx264 -crf 18 -c:a aac -b:a 192k " + videoPathOut + " -y";
FFmpeg ffmpeg = FFmpeg.getInstance(getApplicationContext());
try {
    // to execute "ffmpeg -version" command you just need to pass "-version"
    ffmpeg.execute(cmd, new ExecuteBinaryResponseHandler() {

        @Override
        public void onStart() {
            Log.e(null, "onStart");
        }

        @Override
        public void onProgress(String message) {
            Log.e(null, "onProgress");
        }

        @Override
        public void onFailure(String message) {
            Log.e(null, "onFailure");
        }

        @Override
        public void onSuccess(String message) {
            Log.e(null, "onSuccess");
        }

        @Override
        public void onFinish() {
            Log.e(null, "onFinish");
        }
    });
} catch (Exception e) {
    Log.e(null, String.valueOf(e));
    // Handle if FFmpeg is already running
}

Methods are correctly called (I can see the Logs) but nothing happens, the output file simply doesn't exist and no errors are throws.

Even if I change cmd literally with:

String cmd = "a-non-sense-command";

it's the same thing: no errors reported.
I need to install something more to use your library? Is FFMPEG already included in library?

Where I'm wrong? Thanks.

timeout not working properly

Hello,

ffmpeg process hangs on the input stream and async task locked on ReadBuffer.read operation.
It may happens on some synthetic network streams.

To bypass such situation you can use watchdog and handle timeouts. The only problem I did not find how to interrupt read lock. Even if you close input stream - nothing happens.
AsyncTask.cancel also not working. The only way I found is destroyProcess(process) in watchdog handler and then catch IllegalThreadStateException interrupt.

May be you will find better way to handle this.

Tried to create mp4 from images in sdcard

i have tried this
-r 1/5 -i /sdcard/DP/clock%03d.jpg -c:v libx264 -r 30 -pix_fmt yuv420p show.mp4
-r 1 -i /sdcard/DP/clock%03d.jpg show.mp4

This create mp4 file but why this is 0 byte in size ?
What is the error?

killRunningProcesses is not working

i execute the following cmd:
-y -i /MY_PATH_IN_VIDEO -strict experimental -vcodec libx264 -preset ultrafast -crf 24 -acodec aac -ar 44100 -ac 2 -b:a 96k -s 320x240 -aspect 4:3 -movflags +faststart /MY_PATH_OUT_VIDEO

and if I call killRunningProcesses nothing happens. The command is still being executed in the background.
Is there a fix for this and how can I force stop the cmd execution.

Thanks

https protocol not found, recompile with openssl or gnutls enabled

Does this library have https support?.

I've been trying to convert a .m3u8 playlist into .ts via this command

ffmpeg -i "http://example.com/playlist-4b2d059e84d01786e91d48717f0f72f89ca5c5f6.m3u8" -c copy "halal_1.ts"

but it keeps giving this error:
https protocol not found, recompile with openssl or gnutls enabled

Please kindly add support for Https library.

or kindly give me steps on how to recompile the library to include htttps support.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.