项目作者: lbc001

项目描述 :
Extract the .acc audio and .h264 video from the flv video.
高级语言: Python
项目地址: git://github.com/lbc001/flv-extract-audio-and-video.git
创建时间: 2018-02-22T13:44:24Z
项目社区:https://github.com/lbc001/flv-extract-audio-and-video

开源协议:MIT License

下载


flv-extract-audio-and-video

Extract the .acc audio and .h264 video from the flv video.

introduction

This project is used to extract .aac audio file from the flv video and only .acc audio in the flv video supported. It works well on bilibili video.

usage

for example

./extract.py -i xb2_kos.flv -o xb2_kos.aac

./extract.py -i xb2_kos.flv -o xb2_kos.h264

todo

//maybe add video extract support.

added