Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Video Capture

Video Capture

Scheduled Pinned Locked Moved C / C++ / MFC
jsonquestion
15 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alex Cutovoi
    wrote on last edited by
    #1

    Hi for all Does anyone knows a free API for video screen capture?

    H 1 Reply Last reply
    0
    • A Alex Cutovoi

      Hi for all Does anyone knows a free API for video screen capture?

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      Do you want to capture of avi files?

      A 1 Reply Last reply
      0
      • H Hamid Taebi

        Do you want to capture of avi files?

        A Offline
        A Offline
        Alex Cutovoi
        wrote on last edited by
        #3

        My real intention is to select an area of the desktop(or other window) and record until I want to stop. After this I'll save in any format. Something like Camstudio but much more simple.

        H R 2 Replies Last reply
        0
        • A Alex Cutovoi

          My real intention is to select an area of the desktop(or other window) and record until I want to stop. After this I'll save in any format. Something like Camstudio but much more simple.

          H Offline
          H Offline
          Hamid Taebi
          wrote on last edited by
          #4

          See Create a movie from an HBitmap[^] does any help or no?

          A 1 Reply Last reply
          0
          • A Alex Cutovoi

            My real intention is to select an area of the desktop(or other window) and record until I want to stop. After this I'll save in any format. Something like Camstudio but much more simple.

            R Offline
            R Offline
            Rajesh R Subramanian
            wrote on last edited by
            #5

            Alex Cutovoi wrote:

            Something like Camstudio but much more simple.

            Camstudio[^] is open source! You can just download the source and see how it has been done.

            Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

            A 1 Reply Last reply
            0
            • R Rajesh R Subramanian

              Alex Cutovoi wrote:

              Something like Camstudio but much more simple.

              Camstudio[^] is open source! You can just download the source and see how it has been done.

              Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

              A Offline
              A Offline
              Alex Cutovoi
              wrote on last edited by
              #6

              I know this, but this implementation is for windows. What I want to do is to create an implementation that works in linux too.... A generic thing, ok?

              R 1 Reply Last reply
              0
              • H Hamid Taebi

                See Create a movie from an HBitmap[^] does any help or no?

                A Offline
                A Offline
                Alex Cutovoi
                wrote on last edited by
                #7

                Thanks for your answer ramid. I'll look. What I want is to create an implementation more generic, that works on Windows and Linux. Again, thanks

                H 1 Reply Last reply
                0
                • A Alex Cutovoi

                  Thanks for your answer ramid. I'll look. What I want is to create an implementation more generic, that works on Windows and Linux. Again, thanks

                  H Offline
                  H Offline
                  Hamid Taebi
                  wrote on last edited by
                  #8

                  You're welcome you can back to ask if you like. ;)

                  1 Reply Last reply
                  0
                  • A Alex Cutovoi

                    I know this, but this implementation is for windows. What I want to do is to create an implementation that works in linux too.... A generic thing, ok?

                    R Offline
                    R Offline
                    Rajesh R Subramanian
                    wrote on last edited by
                    #9

                    I haven't seen an open source screen capture program, that works on both platforms. XVIDCAP[^] is open source and is for Linux. Hope that helps.

                    Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                    A 1 Reply Last reply
                    0
                    • R Rajesh R Subramanian

                      I haven't seen an open source screen capture program, that works on both platforms. XVIDCAP[^] is open source and is for Linux. Hope that helps.

                      Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                      A Offline
                      A Offline
                      Alex Cutovoi
                      wrote on last edited by
                      #10

                      Sounds interesting for me. Thanks Rajesh...

                      R 1 Reply Last reply
                      0
                      • A Alex Cutovoi

                        Sounds interesting for me. Thanks Rajesh...

                        R Offline
                        R Offline
                        Rajesh R Subramanian
                        wrote on last edited by
                        #11

                        You're most welcome Alex. FYI, osalt.com[^] has a wide variety of open source programs and you can search for an open source program by providing a commercial program's name. :)

                        Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                        A 1 Reply Last reply
                        0
                        • R Rajesh R Subramanian

                          You're most welcome Alex. FYI, osalt.com[^] has a wide variety of open source programs and you can search for an open source program by providing a commercial program's name. :)

                          Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                          A Offline
                          A Offline
                          Alex Cutovoi
                          wrote on last edited by
                          #12

                          Very thanks again. In the last days, I was searching a site that seems to sourceforge and now I found. Very helpful. BTW, is there other sites like these

                          R 1 Reply Last reply
                          0
                          • A Alex Cutovoi

                            Very thanks again. In the last days, I was searching a site that seems to sourceforge and now I found. Very helpful. BTW, is there other sites like these

                            R Offline
                            R Offline
                            Rajesh R Subramanian
                            wrote on last edited by
                            #13

                            Wikipedia Entry[^] OSI[^] OSW[^] (This is just fantastic). And there is OSALT and sourceforge. That's all I can think of right now. :)

                            Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                            A 1 Reply Last reply
                            0
                            • R Rajesh R Subramanian

                              Wikipedia Entry[^] OSI[^] OSW[^] (This is just fantastic). And there is OSALT and sourceforge. That's all I can think of right now. :)

                              Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                              A Offline
                              A Offline
                              Alex Cutovoi
                              wrote on last edited by
                              #14

                              THHHHHAAAAAAANNNNNKKKKKSSSSSS..... Very helpful

                              R 1 Reply Last reply
                              0
                              • A Alex Cutovoi

                                THHHHHAAAAAAANNNNNKKKKKSSSSSS..... Very helpful

                                R Offline
                                R Offline
                                Rajesh R Subramanian
                                wrote on last edited by
                                #15

                                You're welcome man. I'm glad I could be of some help to you. :)

                                Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP

                                1 Reply Last reply
                                0
                                Reply
                                • Reply as topic
                                Log in to reply
                                • Oldest to Newest
                                • Newest to Oldest
                                • Most Votes


                                • Login

                                • Don't have an account? Register

                                • Login or register to search.
                                • First post
                                  Last post
                                0
                                • Categories
                                • Recent
                                • Tags
                                • Popular
                                • World
                                • Users
                                • Groups