-
Notifications
You must be signed in to change notification settings - Fork 72
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
Sound Shutter/lag in recorded File #8
Comments
i've been having similar problems, i always have ffmpeg disabled and noticed problem since ads were embedded.
i did find a program to fix individual streams but its windows based and not free but it does work with wine. |
Okay I found the solution by try and error. Just Change this line and i don't have any problem:
you have to add following parameter: The line after adding this looks like:
After this the file is no longer corrupted, the voice is not pitched and don't lag anymore |
last time i tried that command it kept splitting the stream into separate files, have they fixed that? |
This do the trick for me, no splitted files. |
I had the same issues as @DerSani1988 . His/Her solution worked for me as well (--twitch-disable-ads). PS @DerSani1988 : Kam bisschen überraschend hier plötzlich FREiAB18 zu lesen. Bin wohl nicht der Einzige. :) |
I'm also looking for a software to clean up my files. I can't use TS Doctor because it gives me an error. |
Sadly I don't have "corrupted" files left to test.
As I mentioned above to @Stefomat
Hey, ja genau, seit der DMCA-Geschichte bei Twitch werden leider keine VODs gespeichert und somit fehlt mir das Ritual am Wochenende den nicht gesehenen Part (gerade die Talks) nachzuschauen ^^ |
Here is a link to a 5 minute clip of distorded voice : https://mab.to/eOEMqODpx (230 MB) |
Do you have a short clip of the accurate voice so i can test the pitching of the voice. |
@DerSani1988 First file: Second file: I guess for this streamer you don't need a known good example of his voice? ^^ |
Here is the public VOD from which it came I think : https://www.twitch.tv/videos/805889919 |
I was very busy lately and I come back to twitch ads messing up things... Well I merged the pull request with the --twitch-disable-ads parameter. As for the "voice is much deeper" issue, unfortunately I will not be able to look into it right now since I am very busy still but might be a matter of adjusting/adding parameters to the processing of the recorded file maybe? Or is it deeper before file is processed? |
deeper after ffmpeg processing. |
I didn't check before processing. But this idea is worth to look into it. I've tested:
All the same result:
I had no time to look into it deeper but I'll try some things. |
For me it didn't matter if ffmpeg processing was enabled or disabled (--disable-ffmpeg), Small detail i just remember: VLC always crashes at the exact moment the ad countdown (see my uploads) is over and the normal video starts. |
I can confirm this
Correct but I assume that more people are still looking for a fix for previously recorded files
Only sometimes for me |
I can fix previous recorded files when reencoding with handbrake. |
Yes partially, I tried this and this will fix the sound lags but not the deeper pitched voice |
I can't detect any deeper pitched voice. Perhaps the difference is small and my ears are too old. |
Maybe @Stefomat can make 2 examples so you can compare the voice. I am not on my computer today so I can't. |
I sure can. You can use the links i posted a couple of days ago. Both have the problem with the deep voice.
For comparison you can listen to the official VODs from Twitch: If you need more examples or information, just get in touch. |
I just tried to record a livestream what worked very well. The file was written with "Written 232.2 MB (5m10s @ 739.7 KB/s)".
i noticed followin by playing the file with VLC:
My Setup:
Tried to fix with:
ffmpeg -err_detect ignore_err -i video.mkv -c copy video_fixed.mkv
this only fixed the lengh of the file and not the sound problem
Do anyone have an idea? I searched for hours and found nothing helpfull
The text was updated successfully, but these errors were encountered: