shinn716 / Unity-FFmpeg-ScreenRecorder

Capture screen and audio (virtual audio and microphone)
MIT License
34 stars 7 forks source link

How to use visual studio run your project? #3

Closed yezi205 closed 1 year ago

shinn716 commented 1 year ago

You need Unity Editor to open the project. (https://unity.com/) If you want to use ffmpeg only. You can download ffbinary from this site: https://ffbinaries.com/downloads Use terminal send command to ffmpeg. Ex: Convert video to H.264 ffmpeg -i video.avi output.mp4 image