Coder Social home page Coder Social logo

tiktokdemo's People

Contributors

likaiyuan559 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

tiktokdemo's Issues

和GpuimageFilter冲突了

可以提供一下jni文件夹下的源码吗或者可以提供一下其他架构包的so库吗,因为我引用GpuimageFilter框架是提示冲突了

魅族5.1手机上闪退怎么回事,找不到so库

FATAL EXCEPTION: Thread-2273
Process: com.tiktokdemo.lky.tiktokdemo, PID: 14382
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/base.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_dependencies_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_0_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_1_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_2_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_3_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_4_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_5_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_6_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_7_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_8_apk.apk", zip file "/data/app/com.tiktokdemo.lky.tiktokdemo-1/split_lib_slice_9_apk.apk"],nativeLibraryDirectories=[/data/app/com.tiktokdemo.lky.tiktokdemo-1/lib/arm64, /vendor/lib64, /system/lib64]]] couldn't find "libopenh264.so"
at java.lang.Runtime.loadLibrary(Runtime.java:367)
at java.lang.System.loadLibrary(System.java:988)
at com.heyhou.social.video.HeyhouVideo.(HeyhouVideo.java:13)
at com.tiktokdemo.lky.tiktokdemo.record.presenter.RecordVideoPresenter$10.run(RecordVideoPresenter.java:795)
at java.lang.Thread.run(Thread.java:818)

arm64-v8a libraires

Hi, I added few libraries to support 64 bit architecture.
But one library is not working
it says this
/lib/arm64/libswresample.so" has bad ELF magic: edabeedb

have you fixed it?
Screenshot_5

楼主 mHeyhouVideo.getMetaInfo(mVideoPath,mateInfo)出错 是不是必须包名必须是你的

java.lang.UnsatisfiedLinkError: No implementation found for void com.uhome.uclient.main.record.crop.HeyhouVideo.getMetaInfo(java.lang.String, com.uhome.uclient.main.record.crop.VideoMetaInfo) (tried Java_com_uhome_uclient_main_record_crop_HeyhouVideo_getMetaInfo and Java_com_uhome_uclient_main_record_crop_HeyhouVideo_getMetaInfo__Ljava_lang_String_2Lcom_uhome_uclient_main_record_crop_VideoMetaInfo_2)
at com.uhome.uclient.main.record.crop.HeyhouVideo.getMetaInfo(Native Method)
at com.uhome.uclient.main.record.crop.VideoCropViewBar.setVideoPath(VideoCropViewBar.java:111)
at com.uhome.uclient.main.record.activity.VideoEditActivity.main(VideoEditActivity.java:311)
at com.uhome.uclient.base.BaseActivity.main(BaseActivity.java:60)
at com.uhome.uclient.base.BaseActivity.onCreate(BaseActivity.java:51)
at android.app.Activity.performCreate(Activity.java:6758)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1122)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2806)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2918)
at android.app.ActivityThread.-wrap12(ActivityThread.java)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1628)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loop(Looper.java:203)

录制视频帧率过低,导致视频有卡顿的感觉

看了一下录制视频的时候FRAME_RATE被设置成了15,录出来视频有卡顿的感觉。如果强行将FRAME_RATE设置成30,将会造成显示录制了15秒,其实录制了将近30秒,前15秒画面声音正常,后15秒画面不动,只有声音。
有谁解决了这个问题吗?

progress

public native void combine(ArrayList videoInfos, String audioPath, double weight1, double weight2, String outputVideoPath, VideoListener listener);

这个方法没有调用到 VideoListener的onProgress(String outputPath, int percentage);方法,所以不能计算完成的百分比。

Facing video height compress issue. Need help soon

when we see the preview of the video in-app it looks perfect but when the video is saved to the phone gallery, the height of the video is being compressed. It should crop the video centrally to 640 x 360 instead it takes width to 360 but height is compressed to 640 instead of cropping. please help me soon with this. @likaiyuan559

楼主 有的视频解析失败是怎么回事,HeyhouVideo.getMetaInfo(mVideoPath,mateInfo);执行之后得到的mateInfo还是空,这里是不是jni方法的问题,可以再完善一下吗,因为同样是MP4视频,有的可以,有的不可以。

楼主 有的视频解析失败是怎么回事,HeyhouVideo.getMetaInfo(mVideoPath,mateInfo);执行之后得到的mateInfo还是空,这里是不是jni方法的问题,可以再完善一下吗,因为同样是MP4视频,有的可以,有的不可以。这个问题不清楚

和GpuimageFilter冲突了

可以提供一下jni文件夹下的源码吗或者可以提供一下其他架构包的so库吗,因为我引用GpuimageFilter框架是提示冲突了

64位so文件

因为google play 要求应用必须要提供64位的支持,大神能提供一下64位的so文件吗

so文件

能提供一下arm64的so文件吗?

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.