如何在linux中使用mplayer命令停止播放视频 [英] How to stop a video playing using mplayer command in linux

查看:1599
本文介绍了如何在linux中使用mplayer命令停止播放视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我在linux设备上使用mplayer命令播放视频。对于我在下面使用过的游戏



mplayer -softvol -softvol-max 100 /root/Advideo.avi -vf scale = 320:200





现在我的要求是使用mplayer命令停止播放视频。



你能告诉解决方案。



我尝试过:



对于玩我在下面使用命令



mplayer -softvol -softvol-max 100 /root/Advideo.avi -vf scale = 320:200

解决方案

你可以杀死它的进程:

 killall -9 mplayer 

或< pre lang =shell> pkill mplayer


Hi,

I am playing a video using mplayer command in a linux device. For playing I have used below

mplayer -softvol -softvol-max 100 /root/Advideo.avi -vf scale=320:200


Now my requirement is to stop the video(which is playing) using the mplayer command.

Can you please tell the solution for this.

What I have tried:

For playing I am using below command

mplayer -softvol -softvol-max 100 /root/Advideo.avi -vf scale=320:200

解决方案

You can kill its process:

killall -9 mplayer

or

pkill mplayer


这篇关于如何在linux中使用mplayer命令停止播放视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆