摘要:
var officegen = require('officegen'); var fs = require('fs'); var path = require('path'); var docx = officegen('docx'); docx.on('finalize', function ( 阅读全文
posted @ 2023-04-21 23:00
NAVYSUMMER
阅读(602)
评论(0)
推荐(0)
摘要:
1.官网地址,去官网下载ffmpeg源码 https://ffmpeg.org 2.安装ffmpeg基础依赖 sudo apt-get update sudo apt-get install build-essential yasm texi2html libvorbis-dev libmp3lam 阅读全文
posted @ 2023-04-21 18:14
NAVYSUMMER
阅读(132)
评论(0)
推荐(0)