screen-recorder-ffmpeg-cpp
screen-recorder-ffmpeg-cpp copied to clipboard
*Multimedia project* A screen recording application to capture your desktop and store in a video format. Click here to watch the demo
Thank you very much!
#Now application store the recorded videos in the same source folder. The task is to store the video folder in $HOME/Videos/RecordedVideos/ [Linux folder structure] /$HOME/Videos/RecordedVideos/ [store videos here] Note: Create...
Hello, Very often, I get an error from av_read_frame about the Resource unavailable ( return value = -35). What could a. solution to the problem?
Now application creates a video named "output.mp4". The task is to create a unique name in the following format "SR_DDMMYYYY_%%%.mp4" DDMMYYYY represents the date, month and year. %%% represents three...
Software should able to stream the captured content to the other systems 1. Plan the structure 2. Create the overall architect 3. Live stream the content
bin - store all compiled binary files src - keep all .cpp files include - keep all .h files test - keep code snippets to test the functionality of the...
Create installation setup for this project. This will help the other contributers to clone and setup this project in their own machines. It can be created on using html and...
Just compile the file after a lot of attempts and got ``` Registering required functions... Segmentation fault (core dumped) ``` Stack trace: ``` #0 0x000000000104d0a2 in av_opt_next (last=0x0, obj=0x7fcf6f1b8040) at...
Hi, Assertion desc failed at C:\Users\Admin\path\FFmpegInterop\ffmpeg\libswscale\swscale_internal.h:677 I’m facing this runtime error while I try to record my screen in windows. I changed the code as follows pAVInputFormat = av_find_input_format("gdigrab"); const...
Thank you for sharing. When I tried to open the bin file, I encountered the above problem. Then I set up some file links, sudo ln -s /usr/lib/x86_64-linux-gnu/libva.so.2.700.0 /usr/lib/x86_64-linux-gnu/libva.so.1 sudo...