Announcement

Collapse
No announcement yet.

Recorditnow FPS problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Recorditnow FPS problem

    I tested out recording my DE using RecorditNow. No matter how many frames per second I choose, when watching what I just recorded, the playback ends in what it looks like 2 entire frames over a period of 10 seconds, (Or however long i just got done recording.) Any ideas? I wanna get this fixed so I can show my family that linux is better than windows and is much prettier

    #2
    Re: Recorditnow FPS problem

    I think that's a front end for ffmpeg ......with those you need to be sure you have the options just right .......if you have ffmpeg installed (you probabley do ) you can do what you want from the terminal .............somthing like this

    Code:
    ffmpeg -f x11grab -s xga -r 25 -i :0.0 /tmp/out.mpg
    will grab the display at -s xga or 1025x768 -r at a frame rate of 25 frames per sec. --i the input in this case the current display :0.0 see man ffmpeg for more -s size codes if your display is larger/smaller

    the output can be named what you like and the format can be changed so out.mpg could be out.avi or whatever elce ffmpeg handles

    when your done recording go back to the terminal the ffmpeg is running in and hit ctrl>c or ctrl>d to end it.

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: Recorditnow FPS problem

      Aaaa I allmost forgot thars allso Rog131's qx11grab witch works well.
      if you do
      Code:
      sudo add-apt-repository ppa:samrog131
      it will add his repo and you can get it.

      or

      https://launchpad.net/~samrog131/+archive/ppa

      have a look he has a lot of cool stuff in their .........and if you ever see a post from him read it whether it pertained to you or not chances are you may learn some thing..........I usually do



      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        Re: Recorditnow FPS problem

        Originally posted by vinnywright
        I think that's a front end for ffmpeg ......with those you need to be sure you have the options just right .......if you have ffmpeg installed (you probabley do ) you can do what you want from the terminal .............somthing like this

        Code:
        ffmpeg -f x11grab -s xga -r 25 -i :0.0 /tmp/out.mpg
        will grab the display at -s xga or 1025x768 -r at a frame rate of 25 frames per sec. --i the input in this case the current display :0.0 see man ffmpeg for more -s size codes if your display is larger/smaller

        the output can be named what you like and the format can be changed so out.mpg could be out.avi or whatever elce ffmpeg handles

        when your done recording go back to the terminal the ffmpeg is running in and hit ctrl>c or ctrl>d to end it.

        VINNY

        Thanks Vinny for all that info. I honestly understood about 8% of the whole thing. So if I understand correctly (which i might not,) Every time I would like to record my desktop I have to use the terminal to prepare it? I can't just jump straight into RecorditNow and begin recording? Or do I set these settings up once through terminal and im good? Or perhaps I can also use the GUI settings to do the same thing? my resolution is 1920x1080 and im sure I have ffmpeg installed, Thanks in advance.

        Comment


          #5
          Re: Recorditnow FPS problem

          NO the comand I gave you runs ffmpeg in the terminal and is capturing the screen wile runing and has nothing to do with the GUI apps that do the same thing.

          yes the GUI settings do the same thing or so I assume I dont have that program.

          O and if you run it the key to quit it is ....q go figure

          if your resolution is 1920x1080 you would use -s hd1080 if you decide to try that.

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Re: Recorditnow FPS problem

            Originally posted by Eric KDE
            I tested out recording my DE using RecorditNow. No matter how many frames per second I choose, when watching what I just recorded, the playback ends in what it looks like 2 entire frames over a period of 10 seconds, (Or however long i just got done recording.) Any ideas? I wanna get this fixed so I can show my family that linux is better than windows and is much prettier
            Same problem here, I simply uninstalled it and use gtk-recordmydesktop instead
            ASROCK Z87 Pro4 - i5 4670K - R9 270x ☞ Triple Boot: KDE NEON ★ Windows 10 ★ Windows 7

            Comment


              #7
              Re: Recorditnow FPS problem

              I think what you're talking about Vinny, I can change through the GUI setting with RecorditNow. Here is a pic with something I might be able to change:

              [img width=400 height=225]http://i56.tinypic.com/t7ieyx.png[/img]

              Comment


                #8
                Re: Recorditnow FPS problem

                ok so hears a link to an example of qx11grab in action

                http://www.youtube.com/watch?v=dhmOp6nWXA8



                VINNY
                i7 4core HT 8MB L3 2.9GHz
                16GB RAM
                Nvidia GTX 860M 4GB RAM 1152 cuda cores

                Comment

                Working...
                X