Giter Site home page Giter Site logo

bilibili_video's Introduction

合并哔哩哔哩下载的音视频工具

简介

通过ffmpeg批量合并音视频文件,重命名文件,自定义合成文件路径。

使用说明

前期准备

拷贝下载哔哩哔哩文件至电脑

bilibili默认缓存路径 \Android\data\tv.danmaku.bili\download

需要用到缓存里的下列文件

  • audio.m4s -> 视频文件

  • video.m4s -> 音频文件

  • entry.json -> 视频信息

运行Main.java中的main方法

运行前修改config.properties中的参数

# ffmpeg文件的位置
FFMPEG_PATH = D:/ffmpeg/bin/ffmpeg.exe
# 下载的音视频位置
IN_PATH = F:/425540552
# 合并后文件的路径
OUT_PATH = F:/SpringBoot教程
# 合并后的文件名时候加数字前缀
PREFIX_NUM = true
# 设置数字前缀的最少位数,设置为3时文件名格式为“001_+文件名”
MINI_DIGITS = 3

Q&A

  • 解析失败了怎么办?

你可能需要debug哪一步错了。

bilibili_video's People

Contributors

zhu-junwei avatar dependabot[bot] avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.