mplayer -msglevel all=-1 doesn't make it completely silent!
Clash Royale CLAN TAG#URR8PPP
up vote
2
down vote
favorite
I'm trying to open mplayer
to play video without any terminal output using this:
mplayer -msglevel all=-1 /path/to/video
also:
mplayer -really-quiet /path/to/video
but it doesn't make it completely silent! and these are printed to output:
[flv @ 0x9a5d100]Estimating duration from bitrate, this may be inaccurate
[ass] Init
[ass] Updating font cache
How can I make mplayer
completely silent?
Thanks
options mplayer
add a comment |Â
up vote
2
down vote
favorite
I'm trying to open mplayer
to play video without any terminal output using this:
mplayer -msglevel all=-1 /path/to/video
also:
mplayer -really-quiet /path/to/video
but it doesn't make it completely silent! and these are printed to output:
[flv @ 0x9a5d100]Estimating duration from bitrate, this may be inaccurate
[ass] Init
[ass] Updating font cache
How can I make mplayer
completely silent?
Thanks
options mplayer
add a comment |Â
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm trying to open mplayer
to play video without any terminal output using this:
mplayer -msglevel all=-1 /path/to/video
also:
mplayer -really-quiet /path/to/video
but it doesn't make it completely silent! and these are printed to output:
[flv @ 0x9a5d100]Estimating duration from bitrate, this may be inaccurate
[ass] Init
[ass] Updating font cache
How can I make mplayer
completely silent?
Thanks
options mplayer
I'm trying to open mplayer
to play video without any terminal output using this:
mplayer -msglevel all=-1 /path/to/video
also:
mplayer -really-quiet /path/to/video
but it doesn't make it completely silent! and these are printed to output:
[flv @ 0x9a5d100]Estimating duration from bitrate, this may be inaccurate
[ass] Init
[ass] Updating font cache
How can I make mplayer
completely silent?
Thanks
options mplayer
options mplayer
edited Feb 28 '13 at 18:10
asked Feb 28 '13 at 17:55
RYN
88121331
88121331
add a comment |Â
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
3
down vote
accepted
Try this: mplayer file > /dev/null 2>&1
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
add a comment |Â
up vote
1
down vote
Bash 4 : mplayer file &> /dev/null
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
3
down vote
accepted
Try this: mplayer file > /dev/null 2>&1
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
add a comment |Â
up vote
3
down vote
accepted
Try this: mplayer file > /dev/null 2>&1
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
add a comment |Â
up vote
3
down vote
accepted
up vote
3
down vote
accepted
Try this: mplayer file > /dev/null 2>&1
Try this: mplayer file > /dev/null 2>&1
answered Feb 28 '13 at 23:11
schaiba
5,38312028
5,38312028
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
add a comment |Â
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
I hoped it as an option; but this does the work too;
â RYN
Mar 1 '13 at 0:54
add a comment |Â
up vote
1
down vote
Bash 4 : mplayer file &> /dev/null
add a comment |Â
up vote
1
down vote
Bash 4 : mplayer file &> /dev/null
add a comment |Â
up vote
1
down vote
up vote
1
down vote
Bash 4 : mplayer file &> /dev/null
Bash 4 : mplayer file &> /dev/null
answered Sep 11 at 3:09
bob dylan
3271311
3271311
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f66438%2fmplayer-msglevel-all-1-doesnt-make-it-completely-silent%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password