Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken video on OSX 10.10.5 #22

Open
benjo2000 opened this issue Mar 22, 2017 · 7 comments
Open

Broken video on OSX 10.10.5 #22

benjo2000 opened this issue Mar 22, 2017 · 7 comments

Comments

@benjo2000
Copy link

When i try to record my screen with "ffscreencast --sargs="-capture_cursor 1 -capture_mouse_clicks 1"" on OSX Yosemite the resulting video is broken, it looks like the horizontal lines are shifted (see attached screenshot)
ffscreencast_2

@cytopia
Copy link
Owner

cytopia commented Mar 22, 2017

Did you install the latest ffmpeg version from brew?
Could you please add ffmpeg version as well as your exact ffscreencast command with --dry and output attached

@benjo2000
Copy link
Author

ffmpeg is 3.2.4, which should be the latest version.

command and output of ffscreencast:

ffscreencast --sargs="-capture_cursor 1 -capture_mouse_clicks 1" --dry
/usr/local/bin/ffmpeg -hide_banner -loglevel info -thread_queue_size 512 -f avfoundation -capture_cursor 1 -capture_mouse_clicks 1 -i "1" -c:v libx264 -crf 0 -preset ultrafast -threads 0 "/Users/bw/Desktop/Screencast 2017-03-22 at 19.32.44.mkv"

@cytopia
Copy link
Owner

cytopia commented Mar 22, 2017

Hmm that's indeed very strange. Have you tried to start ffscreencast without any arguments to see if it has the same problem. Also do you have any other video player with which you could check the output video.

And just out of the blue, do you have any special software running that might interfere? Any extra effects added to OSX or something similar?

@cytopia cytopia added the OSX label Mar 22, 2017
@benjo2000
Copy link
Author

The problem stayed, even when started with no arguments.
It seems not to be player-related, tried it with vlc, iina and mplayer and i'm not aware of any effects-adding software on my macbook, but i will try to run it in safe-mode this evening

@benjo2000
Copy link
Author

Unfortunately, the problem occured in safe mode, too.

@cytopia
Copy link
Owner

cytopia commented Mar 24, 2017

Do you have any other screen-recording software that you could try and see if it also results in broken output videos?

@benjo2000
Copy link
Author

Did a short test with Quicktime's build-in screenrecording feature. That works.

@cytopia cytopia added the bug label Mar 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants