Skip to content
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

Creating two separate files. #14

Open
generalk25 opened this issue Sep 3, 2023 · 1 comment
Open

Creating two separate files. #14

generalk25 opened this issue Sep 3, 2023 · 1 comment

Comments

@generalk25
Copy link

https://i.imgur.com/GFdbNgf.png
https://i.imgur.com/uIH8Qe9.png

It's creating a separate audio file with the same name as the mp4.

@DeadEnded
Copy link
Owner

Creating the separate audio file is normal - that is how the script works. It creates the audio file while the video is being recorded. When the video stops recording the script stops recording audio, and then merges the two files together. Once the merge is complete it deletes the audio file.

So - check your recordings - was the merge successful? Do the mp4 files have audio in them? If not, the script is either not executing or failing on the stop command (this would be the "run a command" box at the bottom of your second screenshot).

If the recording does have audio - than the system is just failing to delete the aac file afterwards. My guess would be that this is a permission issue - but not positive.

Just to let you know - I haven't used this in years - if something has changed in MotionEye that would break it, I wouldn't know.

Cheers!
DeadEnd

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

No branches or pull requests

2 participants