-
Notifications
You must be signed in to change notification settings - Fork 27
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
No audio in output file when audio stream at index 1 #80
Comments
Hello, The current version uses the absolute specification DashcamCleaner/dashcamcleaner/src/blurrer.py Lines 113 to 131 in 6a9160b
This could be the fixed version
(ps.: great work und sorry, i have no idea how to make a pull request) |
Implement changes proposed by user @UPuXA
Hello again, It seems like the original/current behavior copies the complete original video stream into the output file if the video stream is at index 1 in the original file. DashcamCleaner/dashcamcleaner/src/blurrer.py Lines 112 to 140 in 6a9160b
The file was smaller and the original stream gone. Like i wrote the file size is now significantly smaller too (18,3MiB vs 248,0Mib) because of the missing source stream. However Correction:
|
When i process a mp4 video with the audio stream at index 1 the audio is not in the final file.
I use the feature/package-installation branch and cli.py with the following parameters:
Tests
Test method:
ffprobe -show_streams -v quiet -show_format -print_format json PATH
Results
Summary
Format: index codec_type codec_name
Ok audio:
Missing audio:
Detailed results
Excerpts of ffprobe
Ok audio:
after process
Missing audio:
after process
The text was updated successfully, but these errors were encountered: