Filip Asked: 2021-04-26 23:45:59 +0800 CST 如何使用 G++ 将文本文件编译为 exe 文件 5 我将 c++ 代码保存在 .txt 文件中。我可以用 g++ 编译器以某种方式对其进行格式化,还是我必须将其更改为 file.cpp? 为什么要使用 g++ 编译 .txt 文件? 感谢您的回答。 compile g++
Filip Asked: 2021-04-04 10:35:16 +0800 CST Ffmpeg 未知输入格式:gdigrab 5 我尝试使用此命令,ffmpeg但它不起作用。 fmpeg -f gdigrab -i desktop -f dshow -i audio="Vnútorný mikrofón (Conexant ISST Audio)" -vcodec libx264 YOUR_NAME_HERE.mp4 和这个: ffmpeg -f gdigrab -i desktop -framerate 10 -vcodec libx264 YOUR_NAME_HERE.mp4 但它显示两次相同的错误。 powershell ffmpeg