-
Notifications
You must be signed in to change notification settings - Fork 464
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
When using ffmpeg to record the screen, the screen jitters #145
Comments
What about different vcodec?
On Friday, December 11, 2020, Eason ***@***.***> wrote:
When using ffmpeg to record the screen, the screen jitters
./ffmpeg -framerate 30 -f dshow -i video="screen-capture-recorder"
-vcodec h264_qsv dshowcapture.mp4 -y
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
It is normal to use the following instructions ./ffmpeg -framerate 30 -f gdigrab -i desktop -vcodec h264_qsv dshowcapture.mp4 -y But using libx264 will encounter the same problem ./ffmpeg -framerate 30 -f dshow -i video="screen-capture-recorder" -vcodec libx264 dshowcapture.mp4 -y |
Same problem with gdigrab?
On Sunday, December 13, 2020, Eason ***@***.***> wrote:
What about different vcodec?
On Friday, December 11, 2020, Eason @.***> wrote: When using ffmpeg to
record the screen, the screen jitters ./ffmpeg -framerate 30 -f dshow -i
video="screen-capture-recorder"
-vcodec h264_qsv dshowcapture.mp4 -y
— You are receiving this because you are subscribed to this thread. Reply
to this email directly, view it on GitHub, or unsubscribe.<
It is normal to use the following instructions
./ffmpeg -framerate 30 -f gdigrab -i desktop -vcodec h264_qsv
dshowcapture.mp4 -y
But using libx264 will encounter the same problem
····shell
./ffmpeg -framerate 30 -f dshow -i video="screen-capture-recorder"
-vcodec libx264 dshowcapture.mp4 -y
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
No such problem |
What resolution/size does each one record
On Monday, December 14, 2020, Eason ***@***.***> wrote:
Same problem with gdigrab?
On Sunday, December 13, 2020, Eason @.> wrote: What about different
vcodec? On Friday, December 11, 2020, Eason @.> wrote: When using ffmpeg to
record the screen, the screen jitters ./ffmpeg -framerate 30 -f dshow -i
video="screen-capture-recorder"
-vcodec h264_qsv dshowcapture.mp4 -y — You are receiving this because you
are subscribed to this thread. Reply
to this email directly, view it on GitHub, or unsubscribe.<
It is normal to use the following instructions ./ffmpeg -framerate 30 -f
gdigrab -i desktop -vcodec h264_qsv
dshowcapture.mp4 -y
But using libx264 will encounter the same problem ····shell ./ffmpeg
-framerate 30 -f dshow -i video="screen-capture-recorder"
-vcodec libx264 dshowcapture.mp4 -y
— You are receiving this because you commented. Reply to this email
directly, view it on GitHub, or unsubscribe.<
No such problem
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.<
|
When using ffmpeg to record the screen, the screen jitters
./ffmpeg -framerate 30 -f dshow -i video="screen-capture-recorder" -vcodec h264_qsv dshowcapture.mp4 -y
The text was updated successfully, but these errors were encountered: