- Joined
- Sep 28, 2020
- Messages
- 77 (0.05/day)
Hello, i am using ffmpeg with a program that records live streams. It works great but there is 1 problem. It records in .mp4 container, which means if the program crashes for whatever reason i am left with unreadable .mp4 file that i dont know what to do, as far as i know i can do nothing. But contrary, .mkv as far as i know records in such a way that even if the program crashes i will have a usable video file. I have 2 questions:
1) Is it possible to somehow recover those .mp4 interrupted files to get the video already recorded or are they lost forever ? Handbrake and similar programs will not do anything since they say its not valid video file.
2) I know programming but i never did anything with ffmpeg, i know nothing about it. Would it be possible to edit this program in such a way that it will record .mkv instead of .mp4 ?
The source code for the program has been released and is available here:
github.com
1) Is it possible to somehow recover those .mp4 interrupted files to get the video already recorded or are they lost forever ? Handbrake and similar programs will not do anything since they say its not valid video file.
2) I know programming but i never did anything with ffmpeg, i know nothing about it. Would it be possible to edit this program in such a way that it will record .mkv instead of .mp4 ?
The source code for the program has been released and is available here:
GitHub - 2MinhetNguyles/Chaturbate-Recorder-GUI: Chaturbate Recorder GUI for FFMpeg
Chaturbate Recorder GUI for FFMpeg. Contribute to 2MinhetNguyles/Chaturbate-Recorder-GUI development by creating an account on GitHub.