Location:
Search - qt vo
Search list
Description: 为mplayer写的一个新的VO,使用QT的Qimage, 使用信号量控制共享内存的传输。
Platform: |
Size: 1375 |
Author: 叶贤 |
Hits:
Description: 为mplayer写的一个新的VO,使用QT的Qimage, 使用信号量控制共享内存的传输。-For mplayer written in a new VO, the use of QT
Platform: |
Size: 1024 |
Author: 叶贤 |
Hits:
Description: QT+mplayer的一个简单的播放器,支持快进,后退,暂停,单帧播放,音量控制,进度拖动等功能。
windows下播放注意播放参数的设置
// for windows7 vista
QString common = "./mplayer/mplayer.exe -slave -quiet -vo direct3d " + m_fileName + " -wid " + QString::number(reinterpret_cast<qlonglong>(videoWidget->winId()))
// for XP
//QString common = "./mplayer/mplayer.exe -slave -quiet -vo directx:noaccel " + m_fileName + " -wid " + QString::number((ulong)videoWidget->winId()) -The QT interval the mplayer is a simple player, support fast forward, rewind, pause, single frame playback, volume control, progress of the drag.
Note playback parameters set playback under Windows
//For windows7 vista
QString common = "./Mplayer/mplayer.exe-slave-quiet-vo direct3d" m_fileName "-
wid "QString :: number (reinterpret_cast <qlonglong> (videoWidget-> winId ()))
//For XP
//A QString common = "./Mplayer/mplayer.exe in-slave-quiet-vo directx: noaccel Turns"
m_fileName "-wid" QString :: number ((ulong) videoWidget-> winId ())
Platform: |
Size: 6861824 |
Author: ajaxhe |
Hits: