add libeplayer3-arm test

This commit is contained in:
max_10
2017-12-16 23:41:01 +01:00
committed by Thilo Graf
parent f28d013972
commit b75f8393c2
101 changed files with 28366 additions and 21 deletions

View File

@@ -0,0 +1,14 @@
build
-----
$ cd src
$ gcc -O3 -o flv2mpeg4 avformat_writer.c dcprediction.c flv2mpeg4.c fetch.c flvdecoder.c m4vencode.c mp3header.c -lavformat -lavcodec -lavutil -I/usr/include/ffmpeg -L/usr/lib
usage
-----
- FLV to AVI(DIVX)
./flv2mpeg4 input.flv output.avi
- FLV to MOV
./flv2mpeg4 input.flv output.mov
- FLV to MP4(Video only)
./flv2mpeg4 input.flv output.mp4