Software for using EasyCAP USB video capture device












3














I have recently purchased an EasyCAP USB video capture device. I would like to know if there is any software out there for Ubuntu for using this device to capture videos from external devices.










share|improve this question
























  • Hello, welcome to AskUbuntu! Have you tried the guide at linuxtv.org/wiki/index.php/Easycap ?
    – Paulius Šukys
    Apr 27 '15 at 10:23
















3














I have recently purchased an EasyCAP USB video capture device. I would like to know if there is any software out there for Ubuntu for using this device to capture videos from external devices.










share|improve this question
























  • Hello, welcome to AskUbuntu! Have you tried the guide at linuxtv.org/wiki/index.php/Easycap ?
    – Paulius Šukys
    Apr 27 '15 at 10:23














3












3








3


1





I have recently purchased an EasyCAP USB video capture device. I would like to know if there is any software out there for Ubuntu for using this device to capture videos from external devices.










share|improve this question















I have recently purchased an EasyCAP USB video capture device. I would like to know if there is any software out there for Ubuntu for using this device to capture videos from external devices.







software-recommendation easycap






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 27 '15 at 10:31









Registered User

5,947114170




5,947114170










asked Apr 26 '15 at 21:40









Jack7076Jack7076

75118




75118












  • Hello, welcome to AskUbuntu! Have you tried the guide at linuxtv.org/wiki/index.php/Easycap ?
    – Paulius Šukys
    Apr 27 '15 at 10:23


















  • Hello, welcome to AskUbuntu! Have you tried the guide at linuxtv.org/wiki/index.php/Easycap ?
    – Paulius Šukys
    Apr 27 '15 at 10:23
















Hello, welcome to AskUbuntu! Have you tried the guide at linuxtv.org/wiki/index.php/Easycap ?
– Paulius Šukys
Apr 27 '15 at 10:23




Hello, welcome to AskUbuntu! Have you tried the guide at linuxtv.org/wiki/index.php/Easycap ?
– Paulius Šukys
Apr 27 '15 at 10:23










4 Answers
4






active

oldest

votes


















1














Using VLC I was able to get video to work on Ubuntu 16.04 by opening VLC and then choosing:




  • Media -> Open Capture Device... Set Capture Mode to "TV - analog"

  • Device name to /dev/video1 Video standard to PAL (but will vary
    depending on your output device)


I can't get the audio to work with VLC but can record it in Audacity by choosing the "usbtv:" device.






share|improve this answer





























    1














    Try the regular mpeg audio codec with any video format whenst recording-converting with VLC. After choosing the right audio input.



    Using e.g. h/x264 mp4/mkv video with the usually well-corresponding aac-audio codec means havoc in VLC.



    VLC is probably the only relativily decent thing Linux has for recording from e.g. a tv or recorder with scart/AV/composite/s-video to usb (v4l).



    But also VLC is far from ideal. Too messed up/complex interface, and it all also depends on the force of the used machine and the used libraries.



    The recording button of VLC works well many a time, but the resulting avi-files are really unacceptably large (1 min recording = 1 Gb file size here).



    The VLC makers say that recording like this takes the raw stream from the recorded device 'as-is' and that there is nothing to do about it. Not completely true. Take the EasyCap stick e.g., I used it with software from Arcsoft in Windows - I'm sorry - which gave me the choice to record directly to mpeg1 or mpeg2 (also from PAL). The resulting files could be easily cut up and transcoded afterwards. Considering the large transcoding times one would even stick to the original mpeg(2)-format. Anything not to get these ENORMOUS raw avi's which are only viewable with VLC itself.



    More hardware-software testing required maybe?



    A to more acceptable videoformats configurable recording button with the same pause and continue functionality as with raw streams would be great in VLC.
    Well functioning recording-audio evenso.






    share|improve this answer





























      1














      Easycap DC60 has been supported by versions 3 of the Linux kernel for some time. So it should all be a matter of plug'n'prey...,I mean, play.



      With the cabling correctly plugged, VLC (available from the Software Centre) can be used to capture sound and image. You must access the menu Media > Open Capture Device and set the EasyCap device (e.g. /dev/video0) for recording (it can also be set for streaming). The Video For Linux 2 library is usually recommended for the job.



      There are a few detailed guides out there on this, including videos. I suggested you take careful look at this guide.






      share|improve this answer































        0














        The best way is to use OBS studio to pull in and capture the combined video and audio streams using it's local record.






        share|improve this answer





















          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%2f614510%2fsoftware-for-using-easycap-usb-video-capture-device%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














          Using VLC I was able to get video to work on Ubuntu 16.04 by opening VLC and then choosing:




          • Media -> Open Capture Device... Set Capture Mode to "TV - analog"

          • Device name to /dev/video1 Video standard to PAL (but will vary
            depending on your output device)


          I can't get the audio to work with VLC but can record it in Audacity by choosing the "usbtv:" device.






          share|improve this answer


























            1














            Using VLC I was able to get video to work on Ubuntu 16.04 by opening VLC and then choosing:




            • Media -> Open Capture Device... Set Capture Mode to "TV - analog"

            • Device name to /dev/video1 Video standard to PAL (but will vary
              depending on your output device)


            I can't get the audio to work with VLC but can record it in Audacity by choosing the "usbtv:" device.






            share|improve this answer
























              1












              1








              1






              Using VLC I was able to get video to work on Ubuntu 16.04 by opening VLC and then choosing:




              • Media -> Open Capture Device... Set Capture Mode to "TV - analog"

              • Device name to /dev/video1 Video standard to PAL (but will vary
                depending on your output device)


              I can't get the audio to work with VLC but can record it in Audacity by choosing the "usbtv:" device.






              share|improve this answer












              Using VLC I was able to get video to work on Ubuntu 16.04 by opening VLC and then choosing:




              • Media -> Open Capture Device... Set Capture Mode to "TV - analog"

              • Device name to /dev/video1 Video standard to PAL (but will vary
                depending on your output device)


              I can't get the audio to work with VLC but can record it in Audacity by choosing the "usbtv:" device.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Nov 16 '16 at 16:42









              TenLeftFingersTenLeftFingers

              523825




              523825

























                  1














                  Try the regular mpeg audio codec with any video format whenst recording-converting with VLC. After choosing the right audio input.



                  Using e.g. h/x264 mp4/mkv video with the usually well-corresponding aac-audio codec means havoc in VLC.



                  VLC is probably the only relativily decent thing Linux has for recording from e.g. a tv or recorder with scart/AV/composite/s-video to usb (v4l).



                  But also VLC is far from ideal. Too messed up/complex interface, and it all also depends on the force of the used machine and the used libraries.



                  The recording button of VLC works well many a time, but the resulting avi-files are really unacceptably large (1 min recording = 1 Gb file size here).



                  The VLC makers say that recording like this takes the raw stream from the recorded device 'as-is' and that there is nothing to do about it. Not completely true. Take the EasyCap stick e.g., I used it with software from Arcsoft in Windows - I'm sorry - which gave me the choice to record directly to mpeg1 or mpeg2 (also from PAL). The resulting files could be easily cut up and transcoded afterwards. Considering the large transcoding times one would even stick to the original mpeg(2)-format. Anything not to get these ENORMOUS raw avi's which are only viewable with VLC itself.



                  More hardware-software testing required maybe?



                  A to more acceptable videoformats configurable recording button with the same pause and continue functionality as with raw streams would be great in VLC.
                  Well functioning recording-audio evenso.






                  share|improve this answer


























                    1














                    Try the regular mpeg audio codec with any video format whenst recording-converting with VLC. After choosing the right audio input.



                    Using e.g. h/x264 mp4/mkv video with the usually well-corresponding aac-audio codec means havoc in VLC.



                    VLC is probably the only relativily decent thing Linux has for recording from e.g. a tv or recorder with scart/AV/composite/s-video to usb (v4l).



                    But also VLC is far from ideal. Too messed up/complex interface, and it all also depends on the force of the used machine and the used libraries.



                    The recording button of VLC works well many a time, but the resulting avi-files are really unacceptably large (1 min recording = 1 Gb file size here).



                    The VLC makers say that recording like this takes the raw stream from the recorded device 'as-is' and that there is nothing to do about it. Not completely true. Take the EasyCap stick e.g., I used it with software from Arcsoft in Windows - I'm sorry - which gave me the choice to record directly to mpeg1 or mpeg2 (also from PAL). The resulting files could be easily cut up and transcoded afterwards. Considering the large transcoding times one would even stick to the original mpeg(2)-format. Anything not to get these ENORMOUS raw avi's which are only viewable with VLC itself.



                    More hardware-software testing required maybe?



                    A to more acceptable videoformats configurable recording button with the same pause and continue functionality as with raw streams would be great in VLC.
                    Well functioning recording-audio evenso.






                    share|improve this answer
























                      1












                      1








                      1






                      Try the regular mpeg audio codec with any video format whenst recording-converting with VLC. After choosing the right audio input.



                      Using e.g. h/x264 mp4/mkv video with the usually well-corresponding aac-audio codec means havoc in VLC.



                      VLC is probably the only relativily decent thing Linux has for recording from e.g. a tv or recorder with scart/AV/composite/s-video to usb (v4l).



                      But also VLC is far from ideal. Too messed up/complex interface, and it all also depends on the force of the used machine and the used libraries.



                      The recording button of VLC works well many a time, but the resulting avi-files are really unacceptably large (1 min recording = 1 Gb file size here).



                      The VLC makers say that recording like this takes the raw stream from the recorded device 'as-is' and that there is nothing to do about it. Not completely true. Take the EasyCap stick e.g., I used it with software from Arcsoft in Windows - I'm sorry - which gave me the choice to record directly to mpeg1 or mpeg2 (also from PAL). The resulting files could be easily cut up and transcoded afterwards. Considering the large transcoding times one would even stick to the original mpeg(2)-format. Anything not to get these ENORMOUS raw avi's which are only viewable with VLC itself.



                      More hardware-software testing required maybe?



                      A to more acceptable videoformats configurable recording button with the same pause and continue functionality as with raw streams would be great in VLC.
                      Well functioning recording-audio evenso.






                      share|improve this answer












                      Try the regular mpeg audio codec with any video format whenst recording-converting with VLC. After choosing the right audio input.



                      Using e.g. h/x264 mp4/mkv video with the usually well-corresponding aac-audio codec means havoc in VLC.



                      VLC is probably the only relativily decent thing Linux has for recording from e.g. a tv or recorder with scart/AV/composite/s-video to usb (v4l).



                      But also VLC is far from ideal. Too messed up/complex interface, and it all also depends on the force of the used machine and the used libraries.



                      The recording button of VLC works well many a time, but the resulting avi-files are really unacceptably large (1 min recording = 1 Gb file size here).



                      The VLC makers say that recording like this takes the raw stream from the recorded device 'as-is' and that there is nothing to do about it. Not completely true. Take the EasyCap stick e.g., I used it with software from Arcsoft in Windows - I'm sorry - which gave me the choice to record directly to mpeg1 or mpeg2 (also from PAL). The resulting files could be easily cut up and transcoded afterwards. Considering the large transcoding times one would even stick to the original mpeg(2)-format. Anything not to get these ENORMOUS raw avi's which are only viewable with VLC itself.



                      More hardware-software testing required maybe?



                      A to more acceptable videoformats configurable recording button with the same pause and continue functionality as with raw streams would be great in VLC.
                      Well functioning recording-audio evenso.







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Nov 21 '16 at 1:55









                      user621544user621544

                      111




                      111























                          1














                          Easycap DC60 has been supported by versions 3 of the Linux kernel for some time. So it should all be a matter of plug'n'prey...,I mean, play.



                          With the cabling correctly plugged, VLC (available from the Software Centre) can be used to capture sound and image. You must access the menu Media > Open Capture Device and set the EasyCap device (e.g. /dev/video0) for recording (it can also be set for streaming). The Video For Linux 2 library is usually recommended for the job.



                          There are a few detailed guides out there on this, including videos. I suggested you take careful look at this guide.






                          share|improve this answer




























                            1














                            Easycap DC60 has been supported by versions 3 of the Linux kernel for some time. So it should all be a matter of plug'n'prey...,I mean, play.



                            With the cabling correctly plugged, VLC (available from the Software Centre) can be used to capture sound and image. You must access the menu Media > Open Capture Device and set the EasyCap device (e.g. /dev/video0) for recording (it can also be set for streaming). The Video For Linux 2 library is usually recommended for the job.



                            There are a few detailed guides out there on this, including videos. I suggested you take careful look at this guide.






                            share|improve this answer


























                              1












                              1








                              1






                              Easycap DC60 has been supported by versions 3 of the Linux kernel for some time. So it should all be a matter of plug'n'prey...,I mean, play.



                              With the cabling correctly plugged, VLC (available from the Software Centre) can be used to capture sound and image. You must access the menu Media > Open Capture Device and set the EasyCap device (e.g. /dev/video0) for recording (it can also be set for streaming). The Video For Linux 2 library is usually recommended for the job.



                              There are a few detailed guides out there on this, including videos. I suggested you take careful look at this guide.






                              share|improve this answer














                              Easycap DC60 has been supported by versions 3 of the Linux kernel for some time. So it should all be a matter of plug'n'prey...,I mean, play.



                              With the cabling correctly plugged, VLC (available from the Software Centre) can be used to capture sound and image. You must access the menu Media > Open Capture Device and set the EasyCap device (e.g. /dev/video0) for recording (it can also be set for streaming). The Video For Linux 2 library is usually recommended for the job.



                              There are a few detailed guides out there on this, including videos. I suggested you take careful look at this guide.







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Feb 5 '18 at 13:23

























                              answered Apr 30 '15 at 8:58









                              Luís de SousaLuís de Sousa

                              8,982175198




                              8,982175198























                                  0














                                  The best way is to use OBS studio to pull in and capture the combined video and audio streams using it's local record.






                                  share|improve this answer


























                                    0














                                    The best way is to use OBS studio to pull in and capture the combined video and audio streams using it's local record.






                                    share|improve this answer
























                                      0












                                      0








                                      0






                                      The best way is to use OBS studio to pull in and capture the combined video and audio streams using it's local record.






                                      share|improve this answer












                                      The best way is to use OBS studio to pull in and capture the combined video and audio streams using it's local record.







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Jan 10 '17 at 6:08









                                      NathanNathan

                                      1




                                      1






























                                          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.





                                          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                          Please pay close attention to the following guidance:


                                          • 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%2f614510%2fsoftware-for-using-easycap-usb-video-capture-device%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

                                          Mouse cursor on multiple screens with different PPI

                                          Agildo Ribeiro

                                          Sometime when accessing a menu: “Ubuntu 16.04 has experienced an internal error”