MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.58k stars 290 forks source link

Recording is flickering #492

Open Andre25 opened 8 years ago

Andre25 commented 8 years ago

I used ssr and had no problems. Now, when I try to record the screen, I get a flickering movie. I have no idea what the problem is.

I use ssr in Fedora Linux. There it's the version 0.3.6.

Andre25 commented 8 years ago

I have tried a lot. For example to uninstall ssr and after that to install new. Or to delete the file settings.conf. Also I tried different setting regarding video codec and other. But all is not helping. The sound is correctly recorded but the video contains only a early picture which is flickering.

Unfortunately I need the function to record the screen for a soon project.

iamgreaser commented 8 years ago

Run glxinfo | grep : and paste the results here.

Also, what window manager are you using?

Is this with the OpenGL capture or without it?

At this stage I suspect something's clashing with an X library.

Andre25 commented 8 years ago

name of display: :0 display: :0 screen: 0 direct rendering: Yes server glx vendor string: SGI server glx version string: 1.4 server glx extensions: client glx vendor string: Mesa Project and SGI client glx version string: 1.4 client glx extensions: GLX version: 1.4 GLX extensions: Extended renderer info (GLX_MESA_query_renderer): Vendor: Intel Open Source Technology Center (0x8086) Device: Mesa DRI Intel(R) Ironlake Mobile (0x46) Version: 12.0.2 Accelerated: yes Video memory: 1536MB Unified memory: yes Preferred profile: compat (0x2) Max core profile version: 0.0 Max compat profile version: 2.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 2.0 OpenGL vendor string: Intel Open Source Technology Center OpenGL renderer string: Mesa DRI Intel(R) Ironlake Mobile OpenGL version string: 2.1 Mesa 12.0.2 OpenGL shading language version string: 1.20 OpenGL extensions: OpenGL ES profile version string: OpenGL ES 2.0 Mesa 12.0.2 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 1.0.16 OpenGL ES profile extensions: 36 GLXFBConfigs:

Andre25 commented 8 years ago

Also, what window manager are you using?

GNOME Version 3.20.2

Is this with the OpenGL capture or without it?

I don't know!?

At this stage I suspect something's clashing with an X library.

How I can find out if it is the problem? And how I can resolve the problem?

MaartenBaert commented 8 years ago

Does it look similar to #489 ?

Andre25 commented 8 years ago

Megver83 wrote in #489:

CONFIRMED: I installed xfce4 and it worked! It´s a problem with KDE 5, not SSR.

I use GNOME. And the next thing is, that I used ssr without problems and from one day to another it didn't works anymore?!

w0rp commented 8 years ago

I have been experiencing an issue where my desktop flashes on the screen, after upgrading to Linux Mint 18. It is like my windows disappear for split seconds. I'll see if I can make a recording later.

MaartenBaert commented 8 years ago

Multiple people have said that this was caused by some update. Can someone try to downgrade packages such as the X server or the window manager to see if that solves it? I can't track this down unless I know the exact version that caused the problem.

akash-258 commented 3 years ago

I had this issue in manjaro cinnamon 20.x & found a solution : Refer this video for solution https://www.youtube.com/watch?v=v7OJWts_e-4

Create/Modify this file : /etc/X11/xorg.conf.d/20-intel.conf

Section "Device" Identifier "Intel Graphics" Driver "intel" Option "TearFree" "true" Option "AccelMethod" "uxa" EndSection

Video mentions this part is important : Option "AccelMethod" "uxa"