Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 774 Bytes

README.md

File metadata and controls

49 lines (26 loc) · 774 Bytes

QtAV

QtAV is a media playing library based on Qt and FFmpeg.

Shortcut

Space: pause/continue

F: fullscreen on/off

T: stays on top on/off

N: show next frame. Continue the playing by pressing "Space"

O: open a file

P: replay

S: stop

M: mute on/off

Up: volume +

Down: volume -

->: seek forward

<-: seek backward

Build

qmake -r "BUILD_DIR=/your/build/dir" [path/to/pro]

make -j4

The binaries is in $BUILD_DIR/bin

NOTE: If you are using QtCreator to build the project, you should go to Projects->Build Steps->qmake->Additional arguments, add "BUILD_DIR=your/buid/dir"

Screenshot

Alt text