rename libeplayer3-arm -> libplayer3

Origin commit data
------------------
Branch: master
Commit: e1b78787fd
Author: max_10 <max_10@gmx.de>
Date: 2019-06-15 (Sat, 15 Jun 2019)

Origin message was:
------------------
- rename libeplayer3-arm -> libplayer3

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
max_10
2019-06-15 01:38:25 +02:00
parent d955ec6ec4
commit 8f6c348cd9
99 changed files with 0 additions and 0 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