simple-player

所属分类:流媒体/Mpeg4/MP4
开发工具:Unix_Linux
文件大小:47KB
下载次数:30
上传日期:2013-10-28 16:57:50
上 传 者weichangzhi1111
说明:  在linux下运行的视频播放器,用gstreamer和gtk开发的, 还有一套是用gstreamer和efl开发的, 可以兼容gstreamer0.10和gstreamer1.0 可以支持命名行执行。
(Running under linux video player with gstreamer and gtk development, there is a set with gstreamer and efl development can be compatible and gstreamer1.0 can support named gstreamer0.10 line execution.)

文件列表:
simple-player\common.c (11317, 2013-10-23)
simple-player\common.h (2216, 2013-10-23)
simple-player\eflplayer.c (31513, 2013-10-23)
simple-player\Makefile (763, 2013-10-23)
simple-player\segoplayer (86212, 2013-10-23)
simple-player\segoplayer.c (26853, 2013-10-23)
simple-player (0, 2013-10-28)

WHAT IT IS ---------- This is a player ,the player is used to automatic test for gstreamer-vaapi. WHERE TO START -------------- Code source : git://bee.sh.intel.com/git/media/simple-player. PLATFORMS --------- You can use segoplayer in ubuntu platform; You can use eflplayer in tizen platform. USAGE --------- Usage: eflplayer [OPTION...] - Play videos Options: -h,--help Show help options -o,--open Open the -d,--duration Get the duration of the video -p,--play[period of time] Play video [for the period of time] -a,--pause Pause at the -t,--stop Stop at the -s,--seek Seek to the -W,--width Set the width of video to -H,--height Set the heigth fo video to -x,--speed Set the speed of video to You can catch gst error log use --gst-debug=vaapi:3 EXAMPLE --------- ./segoplayer -o /root/Videos/noaudio_h2***.mp4 Open a video file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -d Get duration of the video ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p Play video until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p --gst-debug=vaapi:3,vaapidecode:3 Catch gst error log when Play video ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -W 800 -H 600 -p Set the video resolution to 800*600,and then play video until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -t 30 Play 30 seconds, then stop(if duration time of video is less than 30 seconds, player will stop at the end of video) ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 Play 30s, then pause(if duration time of video is less than 30s, player will stop at the end of video, no the action pause any more) ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 -p Play 30s, pause, then play until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 -p10 -s 40 Play 30s, pause, play 10s, then seek to the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -a 30 -s 40 Play 30s, pause, then seek to the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 Play 30s, then seek to the definite time ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p Play 30s, seek to the define time, then play until the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p20 -a 55 Play 30s, seek to the define time, play 20s, then pause ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p20 -a 55 -t 70 Play 30s, seek to the define time, play 20s, pause, then stop at the end of file ./segoplayer -o /root/Videos/noaudio_h2***.mp4 -p30 -s 35 -p20 -t 55 Play 30s, seek to the define time, play 20s, then stop

近期下载者

相关文件


收藏者