VideoComposerDemo
VideoComposerDemo copied to clipboard
Results
3
VideoComposerDemo issues
Sort by
recently updated
recently updated
newest added
```` private Button button_add, button_clear; private TextView textView_filelist; private ArrayList videoList = new ArrayList(); { textView_filelist = findViewById(R.id.textView_filelist); button_add = findViewById(R.id.button_add); button_add.setOnClickListener(this); button_clear = findViewById(R.id.button_clear); button_clear.setOnClickListener(this); } @Override public void...
合成的视频帧数太少了,看起来卡卡的。