Powershell ffmpeg gdigrap unknow format

Filip 831 Reputation points
2021-04-03T15:07:19.1+00:00

Hello everybody.
I tried in powershell used this command but it doesn't work.
I tried this:
ffmpeg -f gdigrab -i desktop -f dshow -i audio="Vnútorný mikrofón (Conexant ISST Audio)" -vcodec libx264 YOUR_NAME_HERE.mp4
and this:
ffmpeg -f gdigrab -i desktop -framerate 10 -vcodec libx264 YOUR_NAME_HERE.mp4
84197-1.png

but it show two times the same error.
What can i do?
Thanks for answare.

Windows for business Windows Server User experience PowerShell
0 comments No comments
{count} votes

Accepted answer
  1. Andreas Baumgarten 123.4K Reputation points MVP Volunteer Moderator
    2021-04-03T17:01:22.007+00:00

    Hi @Filip ,

    it doesn't looks like this an issue with PowerShell itself or a PowerShell script.
    It's more likely "ffmpeg" is not working properly.

    For that reason the best option might be to get in contact with the community of "ffmpeg".
    https://ffmpeg.org/

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.