-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extracted clips don't have audio #27
Comments
Hi @SKempin; That is correct. In the future I can consider adding a mode that uses an external tool (e.g. Thanks! |
It will be great to have such a feature. Thanks! |
The long-term approach to fixing this would be to have DVR-Scan rely on PySceneDetect for much of the heavy lifting (since most is already done in that project), however that's a more long-term goal to converge both projects (i.e. to rewrite DVR-Scan to use the PySceneDetect API). In the meantime, you can always use the timecodes that DVR-Scan outputs in scan-only mode ( For reference, currently videos are processed and encoded on the fly using OpenCV VideoWriter. Using I'll plan this for the next v1.3, although cannot comment on a definitive timeline just yet. |
Allow using ffmpeg to reencode or use codec-copying mode to produce motion events. This includes audio and drastically reduces filesizes while also improving quality. Not all features are available in this mode (e.g. bounding boxes, timecode overlays) although support may be added in the future. Issues: #27, #42
In v1.5, there will be an option to use
Note that certain features will not work in this mode yet (mainly, any overlays, and concatenating multiple input videos). Support for these features with these modes can be considered if required by filing a new feature request. Thanks! |
Can you confirm if the extracted clips should include audio? The clips are silent.
Thank you.
The text was updated successfully, but these errors were encountered: