MarconLP / snapify

Screen recording sharing for absolutely everyone.
https://snapify.it
GNU Affero General Public License v3.0
726 stars 99 forks source link

Video processing assistance #11

Open Bert-Proesmans opened 1 year ago

Bert-Proesmans commented 1 year ago

After ending the recording, the software could suggest some quick post processing steps. The examples below are from the top of my head, written down as a suggestion to measure interest;

FahimFBA commented 1 year ago

I would like to try to work on this issue. Let me know what do you think about this and any kind of guidance or suggestions for working on the issue would be much appreciated!

MarconLP commented 1 year ago

Awesome! @FahimFBA feel free to give it a shot.

I am using RecordRTC to create a video recording. So basically the entire video is being recorded locally in the front-end as a Blob.

FahimFBA commented 1 year ago

Awesome! @FahimFBA feel free to give it a shot.

I am using RecordRTC to create a video recording. So basically the entire video is being recorded locally in the front-end as a Blob.

Thanks! As this is new for me too, it might take some time. I might nudge you here from time to time with the progress report. I hope that is okay.

FahimFBA commented 1 year ago

Hello @MarconLP, can you please suggest to me about exactly which things or tech I need to learn to start implementing these features? I have checked the project and came up with some idea, but I am not completely sure which thing I need to learn fast before implementing the features.