Playing videos from terminal





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1















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!










share|improve this question

























  • 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




















1















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!










share|improve this question

























  • 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
















1












1








1








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!










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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



















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












4 Answers
4






active

oldest

votes


















1














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






share|improve this answer































    1














    There must be something wrong with your filename. I tried two things.





    1. vlc wrongfileName.mp4 and it gave me the error you described.


    2. vlc correctFileName.mp4 this 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





    share|improve this answer


























    • @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



















    0














    why did no one suggest totem, which is preinstalled? ^^



    cd /path/to/location/of/video
    totem video.mp4





    share|improve this answer































      -1














      This is easy :



      playername video_or_audio_file_name


      And you should not be under root.






      share|improve this answer
























      • -1 because OP has already mentioned that vlc my_video.avi (playername filename) doesn't work.

        – clearkimura
        Feb 6 '16 at 9:01












      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      1














      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






      share|improve this answer




























        1














        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






        share|improve this answer


























          1












          1








          1







          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






          share|improve this answer













          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







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Dec 10 '14 at 17:54









          vembutechvembutech

          2,722169




          2,722169

























              1














              There must be something wrong with your filename. I tried two things.





              1. vlc wrongfileName.mp4 and it gave me the error you described.


              2. vlc correctFileName.mp4 this 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





              share|improve this answer


























              • @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
















              1














              There must be something wrong with your filename. I tried two things.





              1. vlc wrongfileName.mp4 and it gave me the error you described.


              2. vlc correctFileName.mp4 this 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





              share|improve this answer


























              • @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














              1












              1








              1







              There must be something wrong with your filename. I tried two things.





              1. vlc wrongfileName.mp4 and it gave me the error you described.


              2. vlc correctFileName.mp4 this 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





              share|improve this answer















              There must be something wrong with your filename. I tried two things.





              1. vlc wrongfileName.mp4 and it gave me the error you described.


              2. vlc correctFileName.mp4 this 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






              share|improve this answer














              share|improve this answer



              share|improve this answer








              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



















              • @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











              0














              why did no one suggest totem, which is preinstalled? ^^



              cd /path/to/location/of/video
              totem video.mp4





              share|improve this answer




























                0














                why did no one suggest totem, which is preinstalled? ^^



                cd /path/to/location/of/video
                totem video.mp4





                share|improve this answer


























                  0












                  0








                  0







                  why did no one suggest totem, which is preinstalled? ^^



                  cd /path/to/location/of/video
                  totem video.mp4





                  share|improve this answer













                  why did no one suggest totem, which is preinstalled? ^^



                  cd /path/to/location/of/video
                  totem video.mp4






                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 9 hours ago









                  Thomas VenturiniThomas Venturini

                  26627




                  26627























                      -1














                      This is easy :



                      playername video_or_audio_file_name


                      And you should not be under root.






                      share|improve this answer
























                      • -1 because OP has already mentioned that vlc my_video.avi (playername filename) doesn't work.

                        – clearkimura
                        Feb 6 '16 at 9:01
















                      -1














                      This is easy :



                      playername video_or_audio_file_name


                      And you should not be under root.






                      share|improve this answer
























                      • -1 because OP has already mentioned that vlc my_video.avi (playername filename) doesn't work.

                        – clearkimura
                        Feb 6 '16 at 9:01














                      -1












                      -1








                      -1







                      This is easy :



                      playername video_or_audio_file_name


                      And you should not be under root.






                      share|improve this answer













                      This is easy :



                      playername video_or_audio_file_name


                      And you should not be under root.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Feb 5 '16 at 18:57









                      Bahodir BoydedayevBahodir Boydedayev

                      1




                      1













                      • -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

















                      -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


















                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      香粉寮

                      GameSpot