by Devin Yang

建立于: 4年前 ( 更新: 4年前 )

我有些Youtube下载下来的音档想要在背景播放,我知道如何做啦?
都有命令行了,我要做个前端播放弃不难啦...:p
mpv差不多通杀了,播mp3也没问题。

一、首先要下载Termux终端机软体
二、安装mpv命令(apt install mpv)
content_copy$ mpv --help
Usage:   mpv [options] [url|path/]filename

Basic options:
 --start=<time>    seek to given (percent, seconds, or hh:mm:ss) position
 --no-audio        do not play sound
 --no-video        do not play video
 --fs              fullscreen playback
 --sub-file=<file> specify subtitle file to use
 --playlist=<file> specify playlist file

 --list-options    list all mpv options
 --h=<string>      print options which contain the given string in their name

$
三、播放时可以加参数,例如: --no-video
Android的下载目录在/sdcard/Download
content_copy$ mpv --no-video 歌曲及歌词.mp4
     Video --vid=1 (*) (h264 640x360 30.000fps)
 (+) Audio --aid=1 (*) (aac 2ch 44100Hz)
AO: [opensles] 44100Hz stereo 2ch float
A: 00:00:12 / 03:00:26 (0%) Cache: 4575s/150MB
就算压电源关闭萤幕一样有声音..:)

Tags: linux termux

Devin Yang

文章内容无法一一说明,如果您有什么不了解处,欢印提问哦:)

No Comment

Post your comment

需要登入才可留言!

类似文章


linux

ubuntu找不到add-apt-repository命令

ubuntu找不到add-apt-repository命令

linux,system,config

修正CentOS6.x无法再更新的问题

有些地方或许还存在一些老旧进程,只能跑旧的系统。但又希望能运行及安装一些想要的包,您或许可以试这招请注意,如果这个系统对您很重要,请自行评估,建议您是Docker环境,并且有备份了image才可尝试。

linux

旧版CentOS 6.2编译git过程

本文使用的CentOS 6.2进行,进行重build curl及git过程。 主因是因为作业系统太旧,我直接由source build最新版本的git。

为提供您更优质的服务,本网站使用cookies。若您继续浏览网页,即表示您同意我们的cookies政策。 了解