# kylin-video **Repository Path**: heibao111728/kylin-video ## Basic Information - **Project Name**: kylin-video - **Description**: Kylin Video utilizes MPV and MPlayer as background play engine (use MPV by default). Its GUI front end is written by Gt5. Plus, it supports both x86 and ARM platform. As a powerful video player, Kylin Video supports most of the audio and video formats. - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2022-04-26 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README kylin-video =========== Kylin Video utilizes MPV and MPlayer as background play engine (use MPV by default). Its GUI front end is written by Qt5. Plus, it supports both x86 and ARM platform. As a powerful video player, Kylin Video supports most of the audio and video formats. Functions of shortcut keys/ preview/ screenshot/ sound settings/ subtitles and so on are provided. Users can even customize settings as they like. ![image](./doc/appearence.png) Author's Home Page ============ [Eight Plus →](https://eightplus.github.io/) Installation ============ + qmake + make + sudo make install Enable Hardware Acceleration on Intel Graphics Cards in Ubuntu (vdpau) ================== ``` ~$ sudo apt-get install libvdpau-va-gl1 ~$ sudo apt-get install i965-va-driver ~$ sudo apt-get install vdpauinfo ~$ vdpauinfo display: :0 screen: 0 Failed to open VDPAU backend libvdpau_i965.so: cannot open shared object file: No such file or directory Error creating VDPAU device: 1 ``` 如果在执行vdpauinfo后,出现了上述错误,则需要执行以下操作完成Intel上对vdpau的支持: ``` ~$ cd /usr/lib/x86_64-linux-gnu/vdpau/ ~$ sudo ln -s libvdpau_va_gl.so libvdpau_i965.so ~$ sudo ln -s libvdpau_va_gl.so.1 libvdpau_i965.so.1 ``` How to report bugs ================== Bugs should be report to the kylin-video bug tracking system: https://github.com/ukui/kylin-video/issues Snap ================== * snapcraft * snapcraft clean * sudo snap install kylin-video_1.1.6_amd64.snap --devmode * sudo snap install kylin-video_1.1.6_amd64.snap --classic --dangerous * sudo snap install kylin-video_1.1.6_amd64.snap --stable --dangerous * sudo snap remove kylin-video * unsquashfs -l kylin-video_1.1.6_amd64.snap | less * unsquashfs kylin-video_1.1.6_amd64.snap * 查看已经存在的plug及slot * snap interfaces * snapcraft plugins * snapcraft list-plugins * 处在snapcraft中最核心的是parts。parts是一些软件或数据被用来构造snap包的,或是用来编译其它软件的,每个part是由一个plugin来管理的,并且通常是互相独立的。 Git ================== 分支1.1.6 + 新建分支:git branch 1.1.6 + 切换分支:git checkout 1.1.6 (上述新建和切换分支的两条命令可合并成一条命令: git checkout -b 1.1.6) + 上传分支:git push origin 1.1.6 ts2po ================== 1. sudo apt install translate-toolkit 2. ts2po -i kylin-video_fr.ts -o kylin-video.pot 3. po2ts -i kylin-video_fr.po kylin-video_fr.ts TODO ================== + playlist: load_m3u load_pls loadXSPF VCD DVD