Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Combine Multiple Screen Recordings #2212

Open
2 tasks
wsamplaw opened this issue Sep 30, 2020 · 3 comments
Open
2 tasks

Combine Multiple Screen Recordings #2212

wsamplaw opened this issue Sep 30, 2020 · 3 comments

Comments

@wsamplaw
Copy link

What would you like to submit? (put an 'x' inside the bracket that applies)

  • [x ] question
  • bug report
  • feature request

Issue description
We recently added VideoFileWriter to an application that will record the users activities while in the app. The recordings are working great. Sometimes there will be multiple screen recordings per user session. Is there a way to combine multiple recordings into a single recording using Accord?

@davidrapan
Copy link

What would you like to submit? (put an 'x' inside the bracket that applies)

  • [x ] question
  • bug report
  • feature request

Issue description
We recently added VideoFileWriter to an application that will record the users activities while in the app. The recordings are working great. Sometimes there will be multiple screen recordings per user session. Is there a way to combine multiple recordings into a single recording using Accord?

Hey, u mean like combine side by side?

D.

@wsamplaw
Copy link
Author

wsamplaw commented Sep 30, 2020 via email

@davidrapan
Copy link

davidrapan commented Sep 30, 2020

So there could be multiple screen recordings per session, multiple files, and we would like to make one long screen recording file before viewing them. Thanks. From: David Rapaň notifications@github.com Sent: 30 September, 2020 2:31 PM To: accord-net/framework framework@noreply.github.com Cc: Wade Samplawski wade@amtelco.com; Author author@noreply.github.com Subject: Re: [accord-net/framework] Combine Multiple Screen Recordings (#2212) What would you like to submit? (put an 'x' inside the bracket that applies) * [x ] question * [ ] bug report * [ ] feature request Issue description We recently added VideoFileWriter to an application that will record the users activities while in the app. The recordings are working great. Sometimes there will be multiple screen recordings per user session. Is there a way to combine multiple recordings into a single recording using Accord? Hey, u mean like combine side by side? D. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<#2212 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AKJ6RTV33KGMRBZC5HH44B3SIOBQHANCNFSM4R7DP43Q.

Ok so now I understand probably. I'm not that familiar with this particular library and at first glance I don't see any editing tools but maybe u could have try to stack multiple Accord.Video.FFmpeg.VideoFileReaders onto one Accord.Video.FFmpeg.VideoFileWriter. First open VFWriter with path to new desired video file. Then open existing video files as VFReaders and one by one trough read and write methods write into VFWriter.

But it's really not best scenario at all... Just only that conversion trough imgs involved will be over af. Maybe will be best for you to simply use FFmpegs console. But for to have "just things done" will probably work even this Accord way.

Hope I helped, best regards,
D.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants