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

Question : Can we increase Screen Share video recording quality #72

Closed
vinciabhinav opened this issue Feb 23, 2021 · 4 comments
Closed

Comments

@vinciabhinav
Copy link

vinciabhinav commented Feb 23, 2021

Hey Team, Thanks for this awesome resource !

Issue Context: I am using react aws chime ContentShare Component. [The share quality in the meeting is quite good ], but the recording quality in s3 is relatively low.

Attached screenshots :

Live Screenshare quality:
Capture (3)

Recoding Screenshare quality:

image

I have tried

  1. changing bitrate to 5k/6k,
  2. setting min-max range for bitrate [3-6k]
  3. Increased frame rate to 60
  4. '-pix_fmt', 'yuv444p',
  5. Changed preset : '-preset', 'ultrafast',
  6. Changed to lossless compression : '-qp', '0',

PS: Internet Connectivity is good

@vinciabhinav vinciabhinav changed the title Quuestion : Can we increase Screen Share video recording quality Question : Can we increase Screen Share video recording quality Feb 23, 2021
@brunokunace
Copy link

i need this too, have any way to improve this?

@brunokunace
Copy link

@vinciabhinav you solve this?

@vinciabhinav
Copy link
Author

Yes,
In recording/run.sh file

Change

-SCREEN_WIDTH=${RECORDING_SCREEN_WIDTH:-'1280'}
-SCREEN_HEIGHT=${RECORDING_SCREEN_HEIGHT:-'720'}

to below

+SCREEN_WIDTH=${RECORDING_SCREEN_WIDTH:-'1920'}
+SCREEN_HEIGHT=${RECORDING_SCREEN_HEIGHT:-'1080'}

@michhyun1 michhyun1 pinned this issue May 12, 2021
@tenge-amzn
Copy link

Chime SDK team has launched a new service to provide meeting capture capabilities with original video resolution and frame rate. You will not need to provision your own container infrastructure. Instead, just call the API from AWS SDK and provide a prepared S3 bucket to receive the artifacts.

To know more, please check out the blog:
https://aws.amazon.com/blogs/business-productivity/capture-amazon-chime-sdk-meetings-using-media-capture-pipelines/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants