我已经找到了如何在终端中以ASCII模式观看YouTube视频,但是我的目标是在bash会话中观看视频,而无需打开其他窗口。
因此,假设我已经有一个tmux
会议,并且我这样做:
$ watch-youtube <video-url>
我想在那个tmux
窗口/窗格(拆分)中观看。
我怎样才能做到这一点?
相关输出
$ mpv --vo help
Available video outputs:
vdpau : VDPAU with X11
opengl : Extended OpenGL Renderer
xv : X11/Xv
sdl : SDL 2.0 Renderer
opengl-old : OpenGL (legacy VO, may work better on older GPUs)
vaapi : VA API with X11
x11 : X11 ( XImage/Shm )
null : Null video output
image : Write video frames to image files
opengl-hq : Extended OpenGL Renderer (high quality rendering preset)
wayland : Wayland SHM video output
[vo] Video output caca not found! Error opening/initializing the selected video_out (-vo) device.
-只有音频的工作