trinity icon indicating copy to clipboard operation
trinity copied to clipboard

android video record editor muxer sdk

Results 73 trinity issues
Sort by recently updated
recently updated
newest added

i want to save the file after when i click on the done button in recording screen

it only shows mp3 files and not aac files can we select aac file? if yes then how can we change the code to select aac files?

The app is crash sometime while click on record button. Below are logs for it. `2020-08-05 21:32:22.424 9824-10413/com.testApp E/trinity: [media_encode_adapter.cc, DestroyEncoder, 98]:before DestroyEncoder 2020-08-05 21:32:22.442 9824-10413/com.testApp A/.testAppto: java_vm_ext.cc:542] JNI DETECTED...

Hi @wlanjie Pls find Issues 1 upload video/ Images > Images not able to scroll till down only images to the height of device screen visible not able to scroll...

bug

very good library and very well written but while applying countdown time to video the video is stuck and timer is also not seen, can you tell me when the...

Hi, after adding music to the video, it playing two audion 1 is original video background sound and 2 is newly added music pleas help

feature

Gallery is not able to scroll when i want to select images i am unable to scroll it but video is scroll-able

`player#DrawVideoFrame()` 方法中,针对同步diff做了log打印,解码方式为android原生硬解 ``` 08-04 16:27:02.654 14846-14885/xxx.demo I/trinity: DrawVideoFrame,is_hw_decode 08-04 16:27:02.654 14846-14885/xxx.demo I/trinity: DrawVideoFrame,time_stamp 20800000, diff -5194129 08-04 16:27:02.687 14846-14885/xxx.demo I/trinity: DrawVideoFrame,is_hw_decode 08-04 16:27:02.687 14846-14885/xxx.demo I/trinity: DrawVideoFrame,time_stamp 20820000, diff -5186349 08-04...

bug

Debug发现一个现场。 ``` int64_t VideoEditor::GetCurrentPosition() const { if (nullptr != player_) { int duration = 0; for (int i = 0; i < clip_deque_.size(); i++) { if (i < play_index_) {...

help me i am getting this error Process: com.xxxx.xxxxx, PID: 18917 java.lang.UnsatisfiedLinkError: dlopen failed: library "libflutter.so" not found at java.lang.Runtime.loadLibrary0(Runtime.java:1087) at java.lang.Runtime.loadLibrary0(Runtime.java:1008) at java.lang.System.loadLibrary(System.java:1664) at io.flutter.embedding.engine.loader.FlutterLoader.startInitialization(FlutterLoader.java:120) at io.flutter.embedding.engine.loader.FlutterLoader.startInitialization(FlutterLoader.java:88) at io.flutter.view.FlutterMain.startInitialization(FlutterMain.java:48)...