abdullahfarwees / screen-recorder-ffmpeg-cpp

*Multimedia project* A screen recording application to capture your desktop and store in a video format. Click here to watch the demo
https://youtu.be/a31bBY3HuxE
MIT License
177 stars 66 forks source link

Store output video in a seperate folder #5

Open abdullahfarwees opened 6 years ago

abdullahfarwees commented 6 years ago

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 a new folder or check for the existing folder in the video folder path.