Playing videos from terminal
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am trying to play videos from terminal using this command
vlc my_video.avi
The error that I am getting when I try to run the command--
VLC media player 2.1.4 Rincewind (revision 2.1.4-0-g2a072be)
[0x8663910] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xaafddf80] filesystem access error:cannot open file the_file_path (no such file or directory)
[0xb040a990] main input error:open of 'file://the_file_path' failed
Then I tried to use 'cvlc' but again same error!
14.04 command-line video gnome-terminal vlc
add a comment |
I am trying to play videos from terminal using this command
vlc my_video.avi
The error that I am getting when I try to run the command--
VLC media player 2.1.4 Rincewind (revision 2.1.4-0-g2a072be)
[0x8663910] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xaafddf80] filesystem access error:cannot open file the_file_path (no such file or directory)
[0xb040a990] main input error:open of 'file://the_file_path' failed
Then I tried to use 'cvlc' but again same error!
14.04 command-line video gnome-terminal vlc
Quick test using "VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)" on 14.04 release has no problem when runningvlc file.mp4in Terminal. Probably something wrong with the file path?
– clearkimura
Feb 6 '16 at 9:03
add a comment |
I am trying to play videos from terminal using this command
vlc my_video.avi
The error that I am getting when I try to run the command--
VLC media player 2.1.4 Rincewind (revision 2.1.4-0-g2a072be)
[0x8663910] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xaafddf80] filesystem access error:cannot open file the_file_path (no such file or directory)
[0xb040a990] main input error:open of 'file://the_file_path' failed
Then I tried to use 'cvlc' but again same error!
14.04 command-line video gnome-terminal vlc
I am trying to play videos from terminal using this command
vlc my_video.avi
The error that I am getting when I try to run the command--
VLC media player 2.1.4 Rincewind (revision 2.1.4-0-g2a072be)
[0x8663910] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xaafddf80] filesystem access error:cannot open file the_file_path (no such file or directory)
[0xb040a990] main input error:open of 'file://the_file_path' failed
Then I tried to use 'cvlc' but again same error!
14.04 command-line video gnome-terminal vlc
14.04 command-line video gnome-terminal vlc
edited Dec 17 '16 at 7:02
Zanna
51.4k13140243
51.4k13140243
asked Dec 10 '14 at 17:22
gsdfgsdf
6114
6114
Quick test using "VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)" on 14.04 release has no problem when runningvlc file.mp4in Terminal. Probably something wrong with the file path?
– clearkimura
Feb 6 '16 at 9:03
add a comment |
Quick test using "VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)" on 14.04 release has no problem when runningvlc file.mp4in Terminal. Probably something wrong with the file path?
– clearkimura
Feb 6 '16 at 9:03
Quick test using "VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)" on 14.04 release has no problem when running
vlc file.mp4 in Terminal. Probably something wrong with the file path?– clearkimura
Feb 6 '16 at 9:03
Quick test using "VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)" on 14.04 release has no problem when running
vlc file.mp4 in Terminal. Probably something wrong with the file path?– clearkimura
Feb 6 '16 at 9:03
add a comment |
4 Answers
4
active
oldest
votes
Try install mplayer
sudo apt-get install mplayer
and run
mplayer -vo caca <movie_file
and check whether you are able to play the video
add a comment |
There must be something wrong with your filename. I tried two things.
vlc wrongfileName.mp4and it gave me the error you described.
vlc correctFileName.mp4this one gave different error output, but the file did open, so I suspect you made a typo or need to quote the path if it has spaces or special characters
second error for reference:
navjeet@navjeet-Lenovo-G50-80:~/Videos/Game Of Thrones GOT/Season 2$
vlc Game.of.Thrones.S02E08.HDTV.x264-ASAP.mp4 VLC media player 2.2.2
Weatherwax (revision 2.2.2-0-g6259d80) [000000000141a148] core libvlc:
Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory [00007f6b74000ee8] http access error: error:
HTTP/1.1 522 Origin Connection Time-out [00007f6b840019d8] http access error: error: HTTP/1.1 522 Origin Connection Time-out [00007f6b74000ee8] core access error: connection failed: Network is unreachable [00007f6b74000ee8] core access error: connection failed:
Network is unreachable [00007f6b74000ee8] http access error: cannot connect to services.tvrage.com:80
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
add a comment |
why did no one suggest totem, which is preinstalled? ^^
cd /path/to/location/of/video
totem video.mp4
add a comment |
This is easy :
playername video_or_audio_file_name
And you should not be under root.
-1 because OP has already mentioned thatvlc my_video.avi(playername filename) doesn't work.
– clearkimura
Feb 6 '16 at 9:01
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f558913%2fplaying-videos-from-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try install mplayer
sudo apt-get install mplayer
and run
mplayer -vo caca <movie_file
and check whether you are able to play the video
add a comment |
Try install mplayer
sudo apt-get install mplayer
and run
mplayer -vo caca <movie_file
and check whether you are able to play the video
add a comment |
Try install mplayer
sudo apt-get install mplayer
and run
mplayer -vo caca <movie_file
and check whether you are able to play the video
Try install mplayer
sudo apt-get install mplayer
and run
mplayer -vo caca <movie_file
and check whether you are able to play the video
answered Dec 10 '14 at 17:54
vembutechvembutech
2,722169
2,722169
add a comment |
add a comment |
There must be something wrong with your filename. I tried two things.
vlc wrongfileName.mp4and it gave me the error you described.
vlc correctFileName.mp4this one gave different error output, but the file did open, so I suspect you made a typo or need to quote the path if it has spaces or special characters
second error for reference:
navjeet@navjeet-Lenovo-G50-80:~/Videos/Game Of Thrones GOT/Season 2$
vlc Game.of.Thrones.S02E08.HDTV.x264-ASAP.mp4 VLC media player 2.2.2
Weatherwax (revision 2.2.2-0-g6259d80) [000000000141a148] core libvlc:
Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory [00007f6b74000ee8] http access error: error:
HTTP/1.1 522 Origin Connection Time-out [00007f6b840019d8] http access error: error: HTTP/1.1 522 Origin Connection Time-out [00007f6b74000ee8] core access error: connection failed: Network is unreachable [00007f6b74000ee8] core access error: connection failed:
Network is unreachable [00007f6b74000ee8] http access error: cannot connect to services.tvrage.com:80
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
add a comment |
There must be something wrong with your filename. I tried two things.
vlc wrongfileName.mp4and it gave me the error you described.
vlc correctFileName.mp4this one gave different error output, but the file did open, so I suspect you made a typo or need to quote the path if it has spaces or special characters
second error for reference:
navjeet@navjeet-Lenovo-G50-80:~/Videos/Game Of Thrones GOT/Season 2$
vlc Game.of.Thrones.S02E08.HDTV.x264-ASAP.mp4 VLC media player 2.2.2
Weatherwax (revision 2.2.2-0-g6259d80) [000000000141a148] core libvlc:
Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory [00007f6b74000ee8] http access error: error:
HTTP/1.1 522 Origin Connection Time-out [00007f6b840019d8] http access error: error: HTTP/1.1 522 Origin Connection Time-out [00007f6b74000ee8] core access error: connection failed: Network is unreachable [00007f6b74000ee8] core access error: connection failed:
Network is unreachable [00007f6b74000ee8] http access error: cannot connect to services.tvrage.com:80
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
add a comment |
There must be something wrong with your filename. I tried two things.
vlc wrongfileName.mp4and it gave me the error you described.
vlc correctFileName.mp4this one gave different error output, but the file did open, so I suspect you made a typo or need to quote the path if it has spaces or special characters
second error for reference:
navjeet@navjeet-Lenovo-G50-80:~/Videos/Game Of Thrones GOT/Season 2$
vlc Game.of.Thrones.S02E08.HDTV.x264-ASAP.mp4 VLC media player 2.2.2
Weatherwax (revision 2.2.2-0-g6259d80) [000000000141a148] core libvlc:
Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory [00007f6b74000ee8] http access error: error:
HTTP/1.1 522 Origin Connection Time-out [00007f6b840019d8] http access error: error: HTTP/1.1 522 Origin Connection Time-out [00007f6b74000ee8] core access error: connection failed: Network is unreachable [00007f6b74000ee8] core access error: connection failed:
Network is unreachable [00007f6b74000ee8] http access error: cannot connect to services.tvrage.com:80
There must be something wrong with your filename. I tried two things.
vlc wrongfileName.mp4and it gave me the error you described.
vlc correctFileName.mp4this one gave different error output, but the file did open, so I suspect you made a typo or need to quote the path if it has spaces or special characters
second error for reference:
navjeet@navjeet-Lenovo-G50-80:~/Videos/Game Of Thrones GOT/Season 2$
vlc Game.of.Thrones.S02E08.HDTV.x264-ASAP.mp4 VLC media player 2.2.2
Weatherwax (revision 2.2.2-0-g6259d80) [000000000141a148] core libvlc:
Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object file: No such file or directory [00007f6b74000ee8] http access error: error:
HTTP/1.1 522 Origin Connection Time-out [00007f6b840019d8] http access error: error: HTTP/1.1 522 Origin Connection Time-out [00007f6b74000ee8] core access error: connection failed: Network is unreachable [00007f6b74000ee8] core access error: connection failed:
Network is unreachable [00007f6b74000ee8] http access error: cannot connect to services.tvrage.com:80
edited Dec 17 '16 at 7:12
Zanna
51.4k13140243
51.4k13140243
answered Dec 17 '16 at 4:11
EetSandhuEetSandhu
4319
4319
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
add a comment |
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
@Zanna thanks for formatting :) . You have made it very presentable.
– EetSandhu
Dec 17 '16 at 15:37
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
Any time :) thanks for contributing to the site
– Zanna
Dec 17 '16 at 16:10
add a comment |
why did no one suggest totem, which is preinstalled? ^^
cd /path/to/location/of/video
totem video.mp4
add a comment |
why did no one suggest totem, which is preinstalled? ^^
cd /path/to/location/of/video
totem video.mp4
add a comment |
why did no one suggest totem, which is preinstalled? ^^
cd /path/to/location/of/video
totem video.mp4
why did no one suggest totem, which is preinstalled? ^^
cd /path/to/location/of/video
totem video.mp4
answered 9 hours ago
Thomas VenturiniThomas Venturini
26627
26627
add a comment |
add a comment |
This is easy :
playername video_or_audio_file_name
And you should not be under root.
-1 because OP has already mentioned thatvlc my_video.avi(playername filename) doesn't work.
– clearkimura
Feb 6 '16 at 9:01
add a comment |
This is easy :
playername video_or_audio_file_name
And you should not be under root.
-1 because OP has already mentioned thatvlc my_video.avi(playername filename) doesn't work.
– clearkimura
Feb 6 '16 at 9:01
add a comment |
This is easy :
playername video_or_audio_file_name
And you should not be under root.
This is easy :
playername video_or_audio_file_name
And you should not be under root.
answered Feb 5 '16 at 18:57
Bahodir BoydedayevBahodir Boydedayev
1
1
-1 because OP has already mentioned thatvlc my_video.avi(playername filename) doesn't work.
– clearkimura
Feb 6 '16 at 9:01
add a comment |
-1 because OP has already mentioned thatvlc my_video.avi(playername filename) doesn't work.
– clearkimura
Feb 6 '16 at 9:01
-1 because OP has already mentioned that
vlc my_video.avi (playername filename) doesn't work.– clearkimura
Feb 6 '16 at 9:01
-1 because OP has already mentioned that
vlc my_video.avi (playername filename) doesn't work.– clearkimura
Feb 6 '16 at 9:01
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f558913%2fplaying-videos-from-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Quick test using "VLC media player 2.1.6 Rincewind (revision 2.1.6-0-gea01d28)" on 14.04 release has no problem when running
vlc file.mp4in Terminal. Probably something wrong with the file path?– clearkimura
Feb 6 '16 at 9:03