-
Notifications
You must be signed in to change notification settings - Fork 134
/
Copy pathreadme.txt
executable file
·75 lines (52 loc) · 2.49 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
!!!!!!!!!!!!!!!!!!!!
! important notice !
!!!!!!!!!!!!!!!!!!!!
due to git repo size become big, not convenient to clone. this project stop maintained.
please goto our new project fanplayer:
https://github.com/rockcarry/fanplayer
from now on, all changes will be commit to fanplayer.
ffplayer
========
A video player based on ffmpeg for windows and android platform.
ffplayer is not ffplay in offical ffmpeg source code. It is a simple player implemention on windows vs2005 platform. It is a light weight implemention without SDL, with directly access to bitmaps and wavdev by Win32 API.
Currently, this player can smoothly play many video files, with low cpu and memory usage (compared with ffplay of offical ffmpeg), and the audio/video also synchronized very well. More effort must be done to optimize things on hwaccel, performance, compatibility and stability.
The ffmpeg share library (dlls, libs & headers) are customized and built by myself, and I will regularly update it if ffmpeg has a major release. I write a simple guide for how to build ffmpeg on mingw64 platform, you can find it on ffplayer's wiki.
The windows version becomes stable, and the android version is coming. The android verion ffplayer is working now, but lots of work need to be done, to make it better.
features
========
1. low memory and cpu usage
2. audio/video synchronized very well
3. gdi and direct3d rendering on win32 platform
4. support variable speed playback 1% to 100%, 200% ..
5. waveform and spectrum visual effect
6. support stream selection
7. support network media stream playback
8. support dshow, gdigrab and vfwcap (avdevice of ffmpeg)
9. take video snapshot, support save into jpeg and png
10.very fast (async) seek operation taking 0ms delay
11.support video rotation by ffmpeg avfilter
12.support step seek forward operation
13.support mediacodec hardware decoding on android
14.support dxva2 hardware acceleration on windows
testplayer
==========
testplayer is a simple test player for ffplayer
hot-keys for testplayer:
ctrl+O - open file
ctrl+E - switch visual effect
ctrl+M - switch between letter box and stretch rect
ctrl+R - switch between gdi and d3d
ctrl+A - switch audio stream
ctrl+V - switch video stream
ctrl+S - take a snapshot of video
ctrl+F - step seek forward
want to learn more?
==================
want to learn more about ffplayer, please visit our wiki.
https://github.com/rockcarry/ffplayer/wiki
contact and discuss
===================
email : [email protected]
qq group: 383930765
rockcarry
2016.1.7