-
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
Causes VLC to record upside down and causes audio to drop out sporadically #157
Comments
I don't know why vlc dislikes it...could try ffmpeg...
…On Wed, Mar 9, 2022 at 2:39 PM bakertaylor28 ***@***.***> wrote:
When using this to screen-record with VLC using MP4 format on windows 10,
this causes the screen to record upside down for some unapparent reason and
causes the audio to drop in and out.
—
Reply to this email directly, view it on GitHub
<#157>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAADBUFBC7JHI76WJOETR4DU7ELCNANCNFSM5QKZE6PQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
I tried with vlc playing a "live stream" and it worked OK? |
saving to file fails, viewing in VLC succeeds? |
As stated, VLC will write to file, but the file itself rendered upside down and the audio was unstable going in and out. I got with Microsoft on this, and they were able to trace it to the Windows 10 DEP (Data Execution Prevention) modules. Turning off DEP solved the problem, but represents a security issue in the Windows 10 environment. This likely means the code needs to be rewritten to conform to Windows 10 DEP API specifications such that it doesn't execute in RAM, or else update the Readme to indicate the package may not be compatible with Windows 10 depending upon OS Config. |
When using this to screen-record with VLC using MP4 format on windows 10, this causes the screen to record upside down for some unapparent reason and causes the audio to drop in and out.
The text was updated successfully, but these errors were encountered: