首页 好物正文

uniapp开发FFmpeg安卓原生短视频插件支持裁剪、添加背景音乐、压缩视频、视频播放器、拍照、录屏

uniapp开发安卓原生短视频插件支持裁剪、添加背景音乐、压缩视频、视频播放器、拍照、录屏   

App Demo下载链接:https://wwa.lanzoui.com/i5Tcwfhpnlg     QQ 2729404527

直接到淘宝购买点击:image.png




使用说明:


<template>

<view class="content">


<button @click="callNativeVideoCropUI">裁剪视频</button>

<button @click="callNativeVideoBgMusicUI">添加背景音乐</button>

<button @click="callNativeVideoCompressUI">压缩视频</button>

<button @click="callNativeRecodeVideo">拍照/录屏</button>

<button @click="callNativeVideoPlayer">视频播放器</button>

<button @click="callNativeSelectLocalVideo">选择视频</button>


<view class="text-area">

<text class="title">数据返回:{{title}}</text>

</view>

</view>

</template>


<script>

// 获取 module 

var getModel = uni.requireNativePlugin("YGVEModule");

const modal = uni.requireNativePlugin('modal');


export default {

onLoad() {


},

data() {

return {

title: '',

}

},

methods: {

callNativeVideoCropUI() {

const _this = this;

getModel.callNativeVideoCropUI({

'outFilePath': '1',

},

(ret) => {

_this.title = JSON.stringify(ret);

})

},

callNativeVideoBgMusicUI() {

const _this = this;


var ret = getModel.callNativeVideoBgMusicUI({

'outFilePath': '1',

},

(ret) => {

_this.title = JSON.stringify(ret);

})

},

callNativeVideoCompressUI() {

const _this = this;

var ret = getModel.callNativeVideoCompressUI({

'outFilePath': '1',

},

(ret) => {

_this.title = JSON.stringify(ret);

})

},

callNativeRecodeVideo() {

const _this = this;

var ret = getModel.callNativeRecodeVideo({

'outFilePath': '1',

},

(ret) => {

_this.title = JSON.stringify(ret);

})

},

callNativeVideoPlayer() {

var ret = getModel.callNativeVideoPlayer({

'url': 'http://vfx.mtime.cn/Video/2019/03/18/mp4/190318231014076505.mp4',

})

},

callNativeSelectLocalVideo() {

const _this = this;


var ret = getModel.callNativeSelectLocalVideo({

'url': '1',

},

(ret) => {

_this.title = JSON.stringify(ret);

})

}

}

}

</script>


有需要插件的朋友联系 QQ : 2729404527


评论

精彩评论
  • 2022-08-24 20:04:50

    支持视频按帧率提取图片吗

在线客服-可直接交谈

您好!有什么需要可以为您服务吗?