Skip to content

Instantly share code, notes, and snippets.

@BabuinGH
Created March 30, 2018 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BabuinGH/dbbc36899b372468d0df26105d969544 to your computer and use it in GitHub Desktop.
Save BabuinGH/dbbc36899b372468d0df26105d969544 to your computer and use it in GitHub Desktop.
FFMpeg Android Video Crop issue
Fail logs:
03-30 05:51:52.017 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: Relayout returned: oldFrame=[0,0][1080,1920] newFrame=[0,0][1080,1920] result=0x1 surface={isValid=true -434257920} surfaceGenerationChanged=false
03-30 05:51:52.020 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Surface texture available: 1080x1920
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): built with gcc 4.8 (GCC)
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --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/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libavutil 55. 17.103 / 55. 17.103
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libavcodec 57. 24.102 / 57. 24.102
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libavformat 57. 25.100 / 57. 25.100
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libavdevice 57. 0.101 / 57. 0.101
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libavfilter 6. 31.100 / 6. 31.100
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libswscale 4. 0.100 / 4. 0.100
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libswresample 2. 0.101 / 2. 0.101
03-30 05:51:52.025 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): libpostproc 54. 0.100 / 54. 0.100
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/MaterialCamera/VID_20180330_055141.mp4':
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Metadata:
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): major_brand : mp42
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): minor_version : 0
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): compatible_brands: isommp42
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): creation_time : 2018-03-29 22:51:51
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): com.android.version: 7.0
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Duration: 00:00:06.64, start: 0.000000, bitrate: 17148 kb/s
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 960x720, 1299 kb/s, SAR 1:1 DAR 4:3, 2.19 fps, 29.97 tbr, 90k tbn, 180k tbc (default)
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Metadata:
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): rotate : 270
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): creation_time : 2018-03-29 22:51:51
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): handler_name : VideoHandle
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Side data:
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): displaymatrix: rotation of 90.00 degrees
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 256 kb/s (default)
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Metadata:
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): creation_time : 2018-03-29 22:51:51
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): handler_name : SoundHandle
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): No pixel format specified, yuvj420p for H.264 encoding chosen.
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Use -pix_fmt yuv420p for compatibility with outdated media players.
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] using SAR=1/1
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] using cpu capabilities: none!
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] profile Constrained Baseline, level 3.1
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] 264 - core 148 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - 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=5 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
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Output #0, mp4, to '/storage/emulated/0/MaterialCamera/Cropped_VID_20180330_055141.mp4':
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Metadata:
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): major_brand : mp42
03-30 05:51:52.026 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): minor_version : 0
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): compatible_brands: isommp42
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): com.android.version: 7.0
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): encoder : Lavf57.25.100
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream #0:0(eng): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuvj420p(pc), 720x720 [SAR 1:1 DAR 1:1], q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Metadata:
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): handler_name : VideoHandle
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): creation_time : 2018-03-29 22:51:51
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): encoder : Lavc57.24.102 libx264
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Side data:
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): unknown side data type 10 (24 bytes)
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream #0:1(eng): Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, fltp, 128 kb/s (default)
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Metadata:
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): creation_time : 2018-03-29 22:51:51
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): handler_name : SoundHandle
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): encoder : Lavc57.24.102 aac
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream mapping:
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Stream #0:1 -> #0:1 (aac (native) -> aac (native))
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): Press [q] to stop, [?] for help
03-30 05:51:52.027 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:00.81 bitrate= 0.5kbits/s speed=1.61x
03-30 05:51:52.319 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:01.57 bitrate= 0.2kbits/s speed=1.56x
03-30 05:51:52.838 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:02.30 bitrate= 0.2kbits/s speed=1.51x
03-30 05:51:53.342 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:03.22 bitrate= 0.1kbits/s speed=1.58x
03-30 05:51:53.845 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:04.13 bitrate= 0.1kbits/s speed=1.63x
03-30 05:51:54.345 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:04.90 bitrate= 0.1kbits/s speed=1.61x
03-30 05:51:54.864 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 0 fps=0.0 q=0.0 size= 0kB time=00:00:05.82 bitrate= 0.1kbits/s speed=1.64x
03-30 05:52:12.926 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2392 fps=111 q=22.0 size= 1059kB time=00:01:19.61 bitrate= 109.0kbits/s dup=2389 drop=0 speed=3.68x
03-30 05:52:13.461 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2416 fps=109 q=27.0 size= 1059kB time=00:01:20.41 bitrate= 107.9kbits/s dup=2390 drop=0 speed=3.63x
03-30 05:52:13.963 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2438 fps=108 q=27.0 size= 1059kB time=00:01:21.14 bitrate= 106.9kbits/s dup=2390 drop=0 speed=3.58x
03-30 05:52:14.449 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2462 fps=106 q=26.0 size= 1060kB time=00:01:21.94 bitrate= 105.9kbits/s dup=2393 drop=0 speed=3.54x
03-30 05:52:14.950 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2484 fps=105 q=25.0 size= 1060kB time=00:01:22.68 bitrate= 105.0kbits/s dup=2395 drop=0 speed= 3.5x
03-30 05:52:15.456 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2506 fps=104 q=24.0 size= 1060kB time=00:01:23.41 bitrate= 104.1kbits/s dup=2397 drop=0 speed=3.45x
03-30 05:52:15.987 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2530 fps=103 q=26.0 size= 1060kB time=00:01:24.21 bitrate= 103.1kbits/s dup=2397 drop=0 speed=3.41x
03-30 05:52:16.491 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2554 fps=101 q=25.0 size= 1061kB time=00:01:25.01 bitrate= 102.2kbits/s dup=2399 drop=0 speed=3.38x
03-30 05:52:16.993 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2577 fps=100 q=26.0 size= 1167kB time=00:01:25.78 bitrate= 111.4kbits/s dup=2399 drop=0 speed=3.34x
03-30 05:52:17.326 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): frame= 2588 fps= 99 q=-1.0 Lsize= 4707kB time=00:01:26.35 bitrate= 446.6kbits/s dup=2399 drop=0 speed=3.32x
03-30 05:52:17.326 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): video:4590kB audio:101kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.346620%
03-30 05:52:17.359 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] frame I:11 Avg QP:12.00 size: 99009
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] frame P:2577 Avg QP:14.11 size: 1401
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] mb I I16..4: 100.0% 0.0% 0.0%
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] mb P I16..4: 0.9% 0.0% 0.0% P16..4: 4.6% 0.0% 0.0% 0.0% 0.0% skip:94.5%
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] coded y,uvDC,uvAC intra: 60.9% 41.3% 16.4% inter: 2.6% 1.2% 0.1%
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] i16 v,h,dc,p: 27% 24% 30% 20%
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] i8c dc,h,v,p: 46% 22% 19% 13%
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [libx264 @ 0xe9f7f400] kb/s:435.36
03-30 05:52:17.360 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onProgress(): [aac @ 0xe9f7fc00] Qavg: 3944.386
03-30 05:52:17.378 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: setVideoSurfaceTexture
03-30 05:52:17.379 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Loading local URI: /storage/emulated/0/MaterialCamera/Cropped_VID_20180330_055141.mp4
03-30 05:52:17.381 9754-9754/com.afollestad.materialcamerasample D/RingtoneManager: Can't get current user. return default user
03-30 05:52:17.381 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: setDataSourceFD: fd 73
03-30 05:52:17.381 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: setDataSource(73, 0, 576460752303423487)
03-30 05:52:17.388 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: setVideoSurfaceTexture
03-30 05:52:17.390 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: prepareAsync
03-30 05:52:17.393 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onSuccess(): ffmpeg version n3.0.1 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.8 (GCC)
configuration: --target-os=linux --cross-prefix=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/bin/arm-linux-androideabi- --arch=arm --cpu=cortex-a8 --enable-runtime-cpudetect --sysroot=/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/sysroot --enable-pic --enable-libx264 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libmp3lame --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/vagrant/SourceCode/ffmpeg-android/ffmpeg-pkg-config --prefix=/home/vagrant/SourceCode/ffmpeg-android/build/armeabi-v7a --extra-cflags='-I/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/include -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fno-strict-overflow -fstack-protector-all' --extra-ldflags='-L/home/vagrant/SourceCode/ffmpeg-android/toolchain-android/lib -Wl,-z,relro -Wl,-z,now -pie' --extra-libs='-lpng -lexpat -lm' --extra-cxxflags=
libavutil 55. 17.103 / 55. 17.103
libavcodec 57. 24.102 / 57. 24.102
libavformat 57. 25.100 / 57. 25.100
libavdevice 57. 0.101 / 57. 0.101
libavfilter 6. 31.100 / 6. 31.100
libswscale 4. 0.100 / 4. 0.100
libswresample 2. 0.101 / 2. 0.101
libpostproc 54. 0.100 / 54. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/storage/emulated/0/MaterialCamera/VID_20180330_055141.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2018-03-29 22:51:51
com.android.version: 7.0
Duration: 00:00:06.64, start: 0.000000, bitrate: 17148 kb/s
Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 960x720, 1299 kb/s, SAR 1:1 DAR 4:3, 2.19 fps, 29.97 tbr, 90k tbn, 180k tbc (default)
Metadata:
rotate : 270
creation_time : 2018-03-29 22:51:51
handler_name : VideoHandle
Side data:
displaymatrix: rotation of 90.00 degrees
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 256 kb/s (default)
Metadata:
creation_time : 2018-03-29 22:51:51
handler_name : SoundHandle
No pixel format specified, yuvj420p for H.264 encoding chosen.
Use -pix_fmt yuv420p for compatibility with outdated media players.
[libx264 @ 0xe9f7f400] using SAR=1/1
[libx264 @ 0xe9f7f400] using cpu capabilities: none!
[libx264 @ 0xe9f7f400] profile Constrained Baseline, level 3.1
[libx264 @ 0xe9f7f400] 264 - core 148 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - 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=5 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
Output #0, mp4, to '/storage/emulated/0/MaterialCamera/Cropped_VID_20180330_055141.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
com.android.version: 7.0
encoder : Lavf57.25.100
Stream #0:0(eng): Video: h264 (libx264) ([33][0][0][0] / 0x0021), yuvj420p(pc), 720x720 [SAR 1:1 DAR 1:1], q=-1--1, 29.97 fps, 30k tbn, 29.97 tbc (default)
Metadata:
handler_name : VideoHandle
creation_time : 2018-03-29 22:51:51
encoder : Lavc57.24.102 libx264
Side data:
unknown side data type 10 (24 bytes)
Stream #0:1(eng): Audio: aac (LC) ([64][0][0][0] / 0x0040), 48000 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
creation_time : 2018-03-29 22:51:51
handler_name :
03-30 05:52:17.393 9754-9754/com.afollestad.materialcamerasample D/VideoUtil: cropVideo:onFinish()
03-30 05:52:17.440 9754-9838/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=5, ext1=720, ext2=720
03-30 05:52:17.440 9754-9838/com.afollestad.materialcamerasample V/MediaPlayer: New video size 720 x 720
03-30 05:52:17.440 9754-9838/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:17.441 9754-9838/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:17.444 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Video size changed: 720x720
03-30 05:52:17.449 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=1, ext1=0, ext2=0
03-30 05:52:17.449 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: prepared
03-30 05:52:17.449 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:17.450 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:17.461 9754-9754/com.afollestad.materialcamerasample D/MediaPlayer: setSubtitleAnchor in MediaPlayer
03-30 05:52:17.465 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: invoke 68
03-30 05:52:17.469 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: onPrepared()
03-30 05:52:17.470 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:17.471 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:17.472 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:17.472 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:17.476 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: start
03-30 05:52:17.476 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: start
03-30 05:52:17.478 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=300, ext1=0, ext2=0
03-30 05:52:17.479 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: pause
03-30 05:52:17.479 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: pause
03-30 05:52:17.482 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: Received SEC_MM_PLAYER_CONTEXT_AWARE
03-30 05:52:17.482 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:17.482 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:17.483 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=7, ext1=0, ext2=0
03-30 05:52:17.483 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: unrecognized message: (7, 0, 0)
03-30 05:52:17.483 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:17.483 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:17.522 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 0 (msec)
03-30 05:52:17.634 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=5, ext1=720, ext2=720
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: New video size 720 x 720
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=200, ext1=3, ext2=0
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample W/MediaPlayer: info/warning (3, 0)
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:17.635 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:17.635 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Video size changed: 720x720
03-30 05:52:32.777 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: ViewPostImeInputStage processPointer 0
03-30 05:52:32.872 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: ViewPostImeInputStage processPointer 1
03-30 05:52:32.879 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: start
03-30 05:52:32.879 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: start
03-30 05:52:32.886 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=300, ext1=0, ext2=0
03-30 05:52:32.887 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: Received SEC_MM_PLAYER_CONTEXT_AWARE
03-30 05:52:32.887 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: callback application
[ 03-30 05:52:32.887 904: 1254 D/ ]
ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
03-30 05:52:32.887 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:32.958 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=6, ext1=0, ext2=0
03-30 05:52:32.959 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: unrecognized message: (6, 0, 0)
03-30 05:52:32.959 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:32.959 9754-9766/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:32.959 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 0 (msec)
03-30 05:52:32.960 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:32.960 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:32.977 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 0 (msec)
03-30 05:52:33.063 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 82 (msec)
03-30 05:52:33.063 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.064 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.168 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 187 (msec)
03-30 05:52:33.168 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.169 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.272 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 291 (msec)
03-30 05:52:33.273 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.273 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.376 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 395 (msec)
03-30 05:52:33.377 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.378 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.491 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 510 (msec)
03-30 05:52:33.494 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.496 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.602 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 620 (msec)
03-30 05:52:33.602 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.604 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.708 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 727 (msec)
03-30 05:52:33.708 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.709 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.820 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 838 (msec)
03-30 05:52:33.820 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.821 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:33.926 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 945 (msec)
03-30 05:52:33.926 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:33.927 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.033 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1052 (msec)
03-30 05:52:34.034 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.035 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.140 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1158 (msec)
03-30 05:52:34.140 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.141 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.247 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1266 (msec)
03-30 05:52:34.247 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.249 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.362 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1380 (msec)
03-30 05:52:34.362 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.367 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.477 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1496 (msec)
03-30 05:52:34.478 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.480 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.597 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1615 (msec)
03-30 05:52:34.598 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.599 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.710 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1729 (msec)
03-30 05:52:34.710 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.711 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.820 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1839 (msec)
03-30 05:52:34.820 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.821 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:34.928 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 1947 (msec)
03-30 05:52:34.929 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:34.929 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.037 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2056 (msec)
03-30 05:52:35.037 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.038 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.144 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2163 (msec)
03-30 05:52:35.145 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.146 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.251 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2269 (msec)
03-30 05:52:35.252 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.253 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.365 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2384 (msec)
03-30 05:52:35.368 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.370 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.480 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2499 (msec)
03-30 05:52:35.481 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.483 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.594 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2613 (msec)
03-30 05:52:35.595 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.596 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.701 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2719 (msec)
03-30 05:52:35.701 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.702 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.812 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2831 (msec)
03-30 05:52:35.812 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.814 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:35.919 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 2937 (msec)
03-30 05:52:35.919 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:35.921 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.030 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3049 (msec)
03-30 05:52:36.030 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.037 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.145 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3163 (msec)
03-30 05:52:36.145 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.146 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.249 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3268 (msec)
03-30 05:52:36.250 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.250 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.357 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3375 (msec)
03-30 05:52:36.357 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.361 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.476 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3494 (msec)
03-30 05:52:36.476 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.482 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.589 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3606 (msec)
03-30 05:52:36.590 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.590 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.593 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: ViewPostImeInputStage processPointer 0
03-30 05:52:36.692 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3711 (msec)
03-30 05:52:36.692 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: getDuration_l
03-30 05:52:36.693 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getDuration: 86353 (msec)
03-30 05:52:36.712 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: ViewPostImeInputStage processPointer 1
03-30 05:52:36.719 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: pause
03-30 05:52:36.720 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: pause
03-30 05:52:36.721 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: message received msg=7, ext1=0, ext2=0
03-30 05:52:36.723 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: unrecognized message: (7, 0, 0)
03-30 05:52:36.723 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: callback application
03-30 05:52:36.724 9754-9837/com.afollestad.materialcamerasample V/MediaPlayer: back from callback
03-30 05:52:36.738 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: getCurrentPosition: 3739 (msec)
03-30 05:52:38.161 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: MSG_WINDOW_FOCUS_CHANGED 0
03-30 05:52:38.172 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer-JNI: release
03-30 05:52:38.172 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: setListener
03-30 05:52:38.172 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: disconnect
03-30 05:52:38.209 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: destructor
03-30 05:52:38.210 9754-9754/com.afollestad.materialcamerasample V/MediaPlayer: disconnect
03-30 05:52:38.210 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Released player and Handler
03-30 05:52:38.269 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@76f6401[FragmentActivity]: Relayout returned: oldFrame=[0,0][1080,1920] newFrame=[0,0][1080,1920] result=0x7 surface={isValid=true -956317696} surfaceGenerationChanged=true
03-30 05:52:38.269 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@76f6401[FragmentActivity]: mHardwareRenderer.initialize() mSurface={isValid=true -956317696} hwInitialized=true
03-30 05:52:38.491 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: mHardwareRenderer.destroy()#1
03-30 05:52:38.497 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: Relayout returned: oldFrame=[0,0][1080,1920] newFrame=[0,0][1080,1920] result=0x5 surface={isValid=false 0} surfaceGenerationChanged=true
03-30 05:52:39.017 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Surface texture destroyed
03-30 05:52:39.027 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Detached from window
03-30 05:52:39.027 9754-9754/com.afollestad.materialcamerasample D/EasyVideoPlayer: Released player and Handler
03-30 05:52:39.036 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: mHardwareRenderer.destroy()#4
03-30 05:52:39.036 9754-9754/com.afollestad.materialcamerasample D/ViewRootImpl@69bed4e[CaptureActivity2]: dispatchDetachedFromWindow
03-30 05:52:39.055 9754-9754/com.afollestad.materialcamerasample D/InputTransport: Input channel destroyed: fd=89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment