240 发简信
IP属地:辽宁
  • CORS on ExpressJS

    CORS on ExpressJS In your ExpressJS app on node.js, do the following wit...

  • ffmpeg video processing

    remove audio from video Specify bitrate Rotate video

  • 版本号

    使用NPM下载和发布代码时都会接触到版本号。NPM使用语义版本号来管理代码,这里简单介绍一下。 语义版本号分为X.Y.Z三位,分别代表主版本号、...

  • Command Line in Mac

    will back the directory up by one. If you want to reach a folder in the ...

  • Getting Started with Node, Express and Postgres Using Sequelize

    入门:学习用Express, Postgress 和Sequelize搭建简单的REST服务器 Getting Started with Nod...

  • ffmpeg 截取m4a文件,设定码率

    从24.5秒开始,截取37.5秒ffmpeg -ss 24.5 -t 37.5 -i tago.m4a -acodec copy tago30....

  • ffmpeg 合并.m4a文件

    ffmpeg -i file1.m4a -acodec copy file1.aac ffmpeg -i file2.m4a -acodec c...

  • 为什么要用Service

    对于Service,看了很多遍相应的demo代码,但是项目中从来没有用过,貌似也没有什么功能非要用到service. 但是Service既然存在...

  • FFMPEG 设置code profile, video & audio bitrate

    输出的output.mp4codec profile 设为baseline@3.0,video stream bitrate设为694k bps...