Extract the .acc audio and .h264 video from the flv video.
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.
for example
./extract.py -i xb2_kos.flv -o xb2_kos.aac
./extract.py -i xb2_kos.flv -o xb2_kos.h264
//maybe add video extract support.
added